summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2020-01-06 07:41:59 +0900
committerGitHub <noreply@github.com>2020-01-06 07:41:59 +0900
commit5ae493117f94b305d82814fb42d388009017899a (patch)
treecf5e0c2b078ec016b9cd716dec4cdf46fd24f056
parent6004acef9c7e153d94b77329bdf605d353019b59 (diff)
parent9f430a7bba152dc2562b4aa4b44f56df248ae484 (diff)
downloadjson-5ae493117f94b305d82814fb42d388009017899a.tar.gz
Merge pull request #379 from noraj/patch-1
add metadata for rubygems.org
-rw-r--r--json.gemspec8
1 files changed, 8 insertions, 0 deletions
diff --git a/json.gemspec b/json.gemspec
index 0156355..443c324 100644
--- a/json.gemspec
+++ b/json.gemspec
@@ -120,6 +120,14 @@ Gem::Specification.new do |s|
"tools/server.rb",
]
s.homepage = "http://flori.github.com/json"
+ s.metadata = {
+ 'bug_tracker_uri' => 'https://github.com/flori/json/issues',
+ 'changelog_uri' => 'https://github.com/flori/json/blob/master/CHANGES.md',
+ 'documentation_uri' => 'http://flori.github.io/json/doc/index.html',
+ 'homepage_uri' => 'http://flori.github.io/json/',
+ 'source_code_uri' => 'https://github.com/flori/json',
+ 'wiki_uri' => 'https://github.com/flori/json/wiki'
+ }
s.licenses = ["Ruby"]
s.rdoc_options = ["--title", "JSON implemention for Ruby", "--main", "README.md"]
s.required_ruby_version = Gem::Requirement.new(">= 2.0")