Rakefile in nachos-0.0.5 vs Rakefile in nachos-0.0.6
- old
+ new
@@ -10,15 +10,17 @@
gem.description = %Q{Because everyone loves Nachos!}
gem.email = "rsanheim@gmail.com"
gem.homepage = "http://github.com/rsanheim/nachos"
gem.authors = ["Rob Sanheim"]
gem.add_dependency "octopussy"
+ gem.add_dependency "thor"
# may want to vendor this...could conflict with the manual install folks
gem.add_dependency "git-hub", "1.4.1"
gem.add_development_dependency "rspec", "~> 2.4"
gem.add_development_dependency "faker"
gem.add_development_dependency "mocha"
gem.add_development_dependency "fakeweb"
+ gem.add_development_dependency "log_buddy"
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
end