createsend.gemspec in createsend-0.3.2 vs createsend.gemspec in createsend-1.0.0

- old
+ new

@@ -8,13 +8,13 @@ s.add_development_dependency('jnunemaker-matchy', '~> 0.4') s.add_development_dependency('mocha', '~> 0.9') s.add_development_dependency('shoulda', '~> 2.11') s.add_runtime_dependency('json') s.add_runtime_dependency('hashie', '~> 1.0') - s.add_runtime_dependency('httparty', '~> 0.7') + s.add_runtime_dependency('httparty', '~> 0.8') s.name = "createsend" s.author = "James Dennes" - s.description = %q{A library which implements the complete functionality of v3 of the createsend API.} + s.description = %q{Implements the complete functionality of the createsend API.} s.email = ["jdennes@gmail.com"] s.executables = `git ls-files -- bin/*`.split("\n").map{|f| File.basename(f)} s.files = `git ls-files`.split("\n") s.homepage = "http://github.com/campaignmonitor/createsend-ruby/" s.require_paths = ["lib"]