switched back to hoe's extra_deps.... :dependencies in spec_extras no workie
git-svn-id: https://rubycas-server.googlecode.com/svn/trunk@52 fffcb96a-a727-0410-ad3e-7b35c796b8d7
This commit is contained in:
Родитель
c2afa37b05
Коммит
a34fc9fbea
4
Rakefile
4
Rakefile
|
@ -53,6 +53,6 @@ hoe = Hoe.new(GEM_NAME, VERS) do |p|
|
|||
p.clean_globs = CLEAN #An array of file patterns to delete on clean.
|
||||
|
||||
# == Optional
|
||||
#p.extra_deps = DEPS
|
||||
p.spec_extras = {:executables => 'rubycas-server', :dependencies => DEPS}
|
||||
p.extra_deps = DEPS
|
||||
p.spec_extras = {:executables => 'rubycas-server'}
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче