Rakefile in hydra-0.20.0 vs Rakefile in hydra-0.21.0

- old
+ new

@@ -9,10 +9,10 @@ gem.description = %Q{Spread your tests over multiple machines to test your code faster.} gem.email = "nick@smartlogicsolutions.com" gem.homepage = "http://github.com/ngauthier/hydra" gem.authors = ["Nick Gauthier"] gem.add_development_dependency "shoulda", "= 2.10.3" - gem.add_development_dependency "rspec", "= 1.3.0" + gem.add_development_dependency "rspec", "= 2.0.0.beta.19" gem.add_development_dependency "cucumber", "= 0.8.5" gem.add_development_dependency "therubyracer", "= 0.7.4" end Jeweler::GemcutterTasks.new rescue LoadError