createsend.gemspec in createsend-2.3.0 vs createsend.gemspec in createsend-2.4.0

- old
+ new

@@ -13,16 +13,16 @@ s.add_runtime_dependency('json') s.add_runtime_dependency('hashie', '~> 1.0') s.add_runtime_dependency('httparty', '~> 0.8') s.name = "createsend" s.author = "James Dennes" - s.description = %q{Implements the complete functionality of the createsend API.} + s.description = %q{Implements the complete functionality of the Campaign Monitor 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://campaignmonitor.github.com/createsend-ruby/" s.require_paths = ["lib"] - s.summary = %q{A library which implements the complete functionality of v3 of the createsend API.} + s.summary = %q{A library which implements the complete functionality of the Campaign Monitor API.} s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.version = CreateSend::VERSION s.platform = Gem::Platform::RUBY s.required_rubygems_version = Gem::Requirement.new('>= 1.3.6') if s.respond_to? :required_rubygems_version= end