yq.gemspec in yq-0.0.2 vs yq.gemspec in yq-0.0.3
- old
+ new
@@ -6,11 +6,12 @@
Gem::Specification.new do |spec|
spec.name = "yq"
spec.version = Yq::VERSION
spec.authors = ["Jim Park"]
spec.email = ["yq@jim80.net"]
- spec.summary = %q{A JMESpath wrapper for YAML}
- spec.description = ""
+ spec.summary = %q{A JQ wrapper for YAML}
+ spec.description = "This unceremoniously shells out to a jq available in $PATH.
+ Please make sure jq is installed."
spec.homepage = "https://github.com/jim80net/yq"
spec.license = "GPLv2"
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }