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

- old
+ new

@@ -7,10 +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. Useful for e.g. streaming objects from a JSON array.} + spec.summary = %q{Utility to support JSON streaming allowing you to get data based on various criteria (key, nesting level, etc)} 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"