File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,13 @@ spec = Gem::Specification.new do |s|
11
11
s . version = version
12
12
13
13
s . summary = "JSON Implementation for Ruby"
14
- s . homepage = "https://ruby. github.io /json"
14
+ s . homepage = "https://github.com/ruby /json"
15
15
s . metadata = {
16
16
'bug_tracker_uri' => 'https://github.com/ruby/json/issues' ,
17
17
'changelog_uri' => 'https://github.com/ruby/json/blob/master/CHANGES.md' ,
18
- 'documentation_uri' => 'https://ruby.github.io/json/doc/index .html' ,
18
+ 'documentation_uri' => 'https://docs. ruby-lang.org/en/master/JSON .html' ,
19
19
'homepage_uri' => s . homepage ,
20
20
'source_code_uri' => 'https://github.com/ruby/json' ,
21
- 'wiki_uri' => 'https://github.com/ruby/json/wiki'
22
21
}
23
22
24
23
s . required_ruby_version = Gem ::Requirement . new ( ">= 2.7" )
You can’t perform that action at this time.
0 commit comments