Rakefile in rubycas-server-0.5.1 vs Rakefile in rubycas-server-0.6.0

- old
+ new

@@ -17,12 +17,12 @@ GEM_NAME = "rubycas-server" # what ppl will type to install your gem RUBYFORGE_PROJECT = "rubycas-server" # The unix name for your project HOMEPATH = "http://#{RUBYFORGE_PROJECT}.rubyforge.org" DEPS = [ -# ['camping', '>= 1.5'], # camping is now bundled with rubycas-server ['activesupport', '>= 1.4.0'], - ['activerecord', '>=1.15.3'] + ['activerecord', '>=1.15.3'], + ['picnic', '>=0.6.3'] ] NAME = "rubycas-server" REV = nil