[前][次][番号順一覧][スレッド一覧]

ruby-changes:61932

From: noraj <ko1@a...>
Date: Thu, 25 Jun 2020 15:33:03 +0900 (JST)
Subject: [ruby-changes:61932] 4eff8a662a (master): [flori/json] add metadata

https://git.ruby-lang.org/ruby.git/commit/?id=4eff8a662a

From 4eff8a662a4bf12dc0c2e5d87b1578f03d872722 Mon Sep 17 00:00:00 2001
From: noraj <alexandre.zanni@e...>
Date: Fri, 3 Jan 2020 16:10:42 +0100
Subject: [flori/json] add metadata

https://github.com/flori/json/commit/9f430a7bba

diff --git a/ext/json/json.gemspec b/ext/json/json.gemspec
index 21a99b0..096f45e 100644
--- a/ext/json/json.gemspec
+++ b/ext/json/json.gemspec
@@ -120,6 +120,14 @@ Gem::Specification.new do |s| https://github.com/ruby/ruby/blob/trunk/ext/json/json.gemspec#L120
     "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")
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]