ruby-mws.gemspec in ruby-mws-0.0.2 vs ruby-mws.gemspec in ruby-mws-0.0.3

- old
+ new

@@ -5,12 +5,12 @@ Gem::Specification.new do |s| s.name = "ruby-mws" s.version = MWS::VERSION s.authors = ["Erik Lyngved"] s.email = ["elyngved@gmail.com"] - s.homepage = "" + s.homepage = "http://github.com/elyngved/ruby-mws" s.summary = %q{RubyMWS Gem} - s.description = %q{Under development!! This gem will serve as a wrapper for Amazon.com's Marketplace Web Service (MWS) API.} + s.description = %q{(Under development) This gem serves as a wrapper for Amazon.com's Marketplace Web Service (MWS) API. Visit http://github.com/elyngved/ruby-mws for documentation.} s.rubyforge_project = "ruby-mws" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")