diff --git a/Rakefile b/Rakefile index b516754..67784b3 100644 --- a/Rakefile +++ b/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