ej.gemspec in ej-0.0.5 vs ej.gemspec in ej-0.0.6
- old
+ new
@@ -8,10 +8,10 @@
spec.version = Ej::VERSION
spec.authors = ["toyama0919"]
spec.email = ["toyama0919@gmail.com"]
spec.summary = %q{Command-line Elasticsearch TO JSON processor.}
spec.description = %q{Command-line Elasticsearch TO JSON processor.}
- spec.homepage = ""
+ spec.homepage = "https://github.com/toyama0919/ej"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})