accept_headers.gemspec in accept_headers-0.0.1 vs accept_headers.gemspec in accept_headers-0.0.2

- old
+ new

@@ -6,11 +6,11 @@ Gem::Specification.new do |spec| spec.name = "accept_headers" spec.version = AcceptHeaders::VERSION spec.authors = ["Jack Chu"] spec.email = ["kamuigt@gmail.com"] - spec.summary = %q{A ruby library that parses and sorts http accept headers.} - spec.description = %q{A ruby library that parses and sorts http accept headers. Adheres to RFC 2616.} + spec.summary = %q{A ruby library that does content negotiation and parses and sorts http accept headers.} + spec.description = %q{a ruby library that does content negotiation and parses and sorts http accept headers. Adheres to RFC 2616.} spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }