Rakefile in automobile-0.0.1 vs Rakefile in automobile-0.0.3

- old
+ new

@@ -9,9 +9,10 @@ gem.description = %Q{A software model in Ruby for the greenhouse gas emissions of an automobile} gem.email = "andy@rossmeissl.net" gem.homepage = "http://github.com/brighterplanet/automobile" gem.authors = ["Andy Rossmeissl", "Seamus Abshere", "Ian Hough", "Matt Kling"] gem.add_dependency 'leap' + gem.add_dependency 'conversions' gem.add_development_dependency "thoughtbot-shoulda", ">= 0" # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings end Jeweler::GemcutterTasks.new rescue LoadError