Rakefile in hydra-0.8.0 vs Rakefile in hydra-0.9.0

- old
+ new

@@ -9,10 +9,9 @@ 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_dependency "net-ssh", "= 2.0.19" end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler" end