strong_json.gemspec in strong_json-0.7.0 vs strong_json.gemspec in strong_json-0.7.1

- old
+ new

@@ -8,10 +8,10 @@ spec.version = StrongJSON::VERSION spec.authors = ["Soutaro Matsumoto"] spec.email = ["matsumoto@soutaro.com"] spec.summary = "Type check JSON objects" spec.description = "Type check JSON objects" - spec.homepage = "" + spec.homepage = "https://github.com/soutaro/strong_json" 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)/})