[ruby/json] Update gemspec URIs
https://github.com/ruby/json/commit/edd61b4a8b
This commit is contained in:
parent
77af41ea65
commit
53cf2170f9
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user