summaryrefslogtreecommitdiff
path: root/ext/json/json.gemspec
diff options
context:
space:
mode:
authorJean Boussier <[email protected]>2025-01-21 10:16:21 +0100
committerHiroshi SHIBATA <[email protected]>2025-01-28 15:39:17 +0900
commit53cf2170f9fb1b2686ba3927609833a821c64b46 (patch)
tree5d32a320277aadc56eaf8e3b66c0e876115e521e /ext/json/json.gemspec
parent77af41ea6525d94ac3bc97ddbdbceb8665d397ca (diff)
[ruby/json] Update gemspec URIs
https://github.com/ruby/json/commit/edd61b4a8b
Diffstat (limited to 'ext/json/json.gemspec')
-rw-r--r--ext/json/json.gemspec5
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/json/json.gemspec b/ext/json/json.gemspec
index 321a85fcf9..dc39771940 100644
--- a/ext/json/json.gemspec
+++ b/ext/json/json.gemspec
@@ -11,14 +11,13 @@ spec = Gem::Specification.new do |s|
s.version = version
s.summary = "JSON Implementation for Ruby"
- s.homepage = "https://ruby.github.io/json"
+ s.homepage = "https://github.com/ruby/json"
s.metadata = {
'bug_tracker_uri' => 'https://github.com/ruby/json/issues',
'changelog_uri' => 'https://github.com/ruby/json/blob/master/CHANGES.md',
- 'documentation_uri' => 'https://ruby.github.io/json/doc/index.html',
+ 'documentation_uri' => 'https://docs.ruby-lang.org/en/master/JSON.html',
'homepage_uri' => s.homepage,
'source_code_uri' => 'https://github.com/ruby/json',
- 'wiki_uri' => 'https://github.com/ruby/json/wiki'
}
s.required_ruby_version = Gem::Requirement.new(">= 2.7")