summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-17 12:16:13 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-17 14:01:22 +0900
commite4e8e0f4cfeb7f5138f2156aa8f434eaf71bc393 (patch)
tree939afaa91f1ec73d25d091fb191521b87bbbb7e3
parent569cc4507ce88d6b486a23aa7e605df91d52b021 (diff)
downloadjson-e4e8e0f4cfeb7f5138f2156aa8f434eaf71bc393.tar.gz
Added metadata to json_pure.gemspec same as json and json-java
-rw-r--r--json_pure.gemspec8
1 files changed, 8 insertions, 0 deletions
diff --git a/json_pure.gemspec b/json_pure.gemspec
index 47de54a..a09c68a 100644
--- a/json_pure.gemspec
+++ b/json_pure.gemspec
@@ -44,6 +44,14 @@ Gem::Specification.new do |s|
"lib/json/version.rb".freeze,
]
s.homepage = "http://flori.github.com/json".freeze
+ 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.required_ruby_version = Gem::Requirement.new(">= 2.0".freeze)
s.test_files = ["./tests/test_helper.rb".freeze]