json-streamer.gemspec in json-streamer-0.2.0 vs json-streamer.gemspec in json-streamer-0.3.0

- old
+ new

@@ -7,11 +7,10 @@ spec.name = "json-streamer" spec.version = Json::Streamer::VERSION spec.authors = ["Csaba Apagyi"] spec.email = ["csapagyi@users.noreply.github.com"] - spec.summary = %q{Utility to support JSON streaming allowing you to get objects based on various criteria} - spec.description = %q{Useful for e.g. streaming objects from a JSON array.} + spec.summary = %q{Utility to support JSON streaming allowing you to get objects based on various criteria. Useful for e.g. streaming objects from a JSON array.} spec.homepage = "https://github.com/csapagyi/json-streamer" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe"