json-stream-path.gemspec in json-stream-path-0.0.1 vs json-stream-path.gemspec in json-stream-path-0.0.2

- old
+ new

@@ -6,11 +6,11 @@ Gem::Specification.new do |spec| spec.name = "json-stream-path" spec.version = Json::Stream::Path::VERSION spec.authors = ["Manojs"] spec.email = ["manojs.nitt@gmail.com"] - spec.description = %q{Gem desc} - spec.summary = %q{Gem summary} + spec.description = %q{A streaming JSON parser (generates SAX-like events) and JSON Path like implementation to parse small amount of data in a large JSON file.} + spec.summary = %q{A parser best suited for huge JSON documents that don't fit in memory and to parse small amount of data in a large JSON file.} spec.homepage = "https://github.com/bethink/json-stream-path" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }