Rakefile in chargify-0.1.0 vs Rakefile in chargify-0.2.0

- old
+ new

@@ -7,10 +7,10 @@ gem.name = "chargify" gem.summary = %Q{Ruby wrapper for the chargify.com SAAS and billing API} gem.description = %Q{Ruby wrapper for the chargify.com SAAS and billing API} gem.email = "wynn.netherland@gmail.com" gem.homepage = "http://github.com/pengwynn/chargify" - gem.authors = ["Wynn Netherland"] + gem.authors = ["Wynn Netherland","Nash Kabbara"] gem.add_dependency('hashie', '~> 0.1.3') gem.add_dependency('httparty', '~> 0.4.5') gem.add_development_dependency('thoughtbot-shoulda', '>= 2.10.1')