We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbcf614 commit edd61b4Copy full SHA for edd61b4
json.gemspec
@@ -11,14 +11,13 @@ spec = Gem::Specification.new do |s|
11
s.version = version
12
13
s.summary = "JSON Implementation for Ruby"
14
- s.homepage = "https://ruby.github.io/json"
+ s.homepage = "https://github.com/ruby/json"
15
s.metadata = {
16
'bug_tracker_uri' => 'https://github.com/ruby/json/issues',
17
'changelog_uri' => 'https://github.com/ruby/json/blob/master/CHANGES.md',
18
- 'documentation_uri' => 'https://ruby.github.io/json/doc/index.html',
+ 'documentation_uri' => 'https://docs.ruby-lang.org/en/master/JSON.html',
19
'homepage_uri' => s.homepage,
20
'source_code_uri' => 'https://github.com/ruby/json',
21
- 'wiki_uri' => 'https://github.com/ruby/json/wiki'
22
}
23
24
s.required_ruby_version = Gem::Requirement.new(">= 2.7")
0 commit comments