diff options
author | noraj <[email protected]> | 2020-01-03 16:10:42 +0100 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2020-06-25 15:32:41 +0900 |
commit | 4eff8a662a4bf12dc0c2e5d87b1578f03d872722 () | |
tree | 89f9b5bb0e6acdf21aa3976f543e11fb9c677ba3 /ext/json/json.gemspec | |
parent | 1b076ca30d42a711041394836e7cca147edbcae7 (diff) |
[flori/json] add metadata
https://.com/flori/json/commit/9f430a7bba
-rw-r--r-- | ext/json/json.gemspec | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -120,6 +120,14 @@ Gem::Specification.new do |s| "tools/server.rb", ] s.homepage = "http://flori..com/json" s.licenses = ["Ruby"] s.rdoc_options = ["--title", "JSON implemention for Ruby", "--main", "README.md"] s.required_ruby_version = Gem::Requirement.new(">= 2.0") |