Rakefile in hominid-2.1.9 vs Rakefile in hominid-2.1.10

- old
+ new

@@ -8,9 +8,12 @@ gem.summary = %Q{Hominid is a Ruby gem for interacting with the Mailchimp API.} gem.description = %Q{Hominid is a Ruby gem that provides a wrapper for interacting with the Mailchimp email marketing service API.} gem.email = "brian@terra-firma-design.com" gem.homepage = "http://github.com/bgetting/hominid" gem.authors = ["Brian Getting", "Michael StrĂ¼der"] + gem.add_dependency 'json', '>=1.2.0' + gem.add_development_dependency 'jeweler' + gem.add_development_dependency 'shoulda' end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler" end