Rakefile in nachos-0.0.2 vs Rakefile in nachos-0.0.3

- old
+ new

@@ -11,10 +11,10 @@ gem.email = "rsanheim@gmail.com" gem.homepage = "http://github.com/rsanheim/nachos" gem.authors = ["Rob Sanheim"] gem.add_dependency "octopussy" # may want to vendor this...could conflict with the manual install folks - gem.add_dependency "git-hub" + gem.add_dependency "git-hub", "1.4.1" gem.add_development_dependency "rspec", "~> 2.0.0.beta.12" gem.add_development_dependency "faker" gem.add_development_dependency "mocha" gem.add_development_dependency "fakeweb" end