From e4e8e0f4cfeb7f5138f2156aa8f434eaf71bc393 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 17 Dec 2020 12:16:13 +0900 Subject: Added metadata to json_pure.gemspec same as json and json-java --- json_pure.gemspec | 8 ++++++++ 1 file changed, 8 insertions(+) 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] -- cgit v1.2.1