createsend.gemspec in createsend-0.0.1 vs createsend.gemspec in createsend-0.0.2
- old
+ new
@@ -10,16 +10,16 @@
s.add_development_dependency('shoulda', '~> 2.11')
s.add_runtime_dependency('hashie', '~> 0.4.0')
s.add_runtime_dependency('httparty', '~> 0.6.1')
s.name = "createsend"
s.author = "James Dennes"
- s.description = %q{A wrapper for the CreateSend API v3}
+ s.description = %q{A library which implements the complete functionality of v3 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"]
- s.summary = %q{Wrapper for the CreateSend API v3}
+ s.summary = %q{A library which implements the complete functionality of v3 of the createsend API.}
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.version = CreateSend::VER
s.platform = Gem::Platform::RUBY
s.required_rubygems_version = Gem::Requirement.new('>= 1.3.6') if s.respond_to? :required_rubygems_version=
end