From 53cf2170f9fb1b2686ba3927609833a821c64b46 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Tue, 21 Jan 2025 10:16:21 +0100 Subject: [PATCH] [ruby/json] Update gemspec URIs https://github.com/ruby/json/commit/edd61b4a8b --- ext/json/json.gemspec | 5 ++--- 1 file 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")