Skip to content

Commit

Permalink
Update gemspec URIs
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Jan 21, 2025
1 parent dbcf614 commit edd61b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions json.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit edd61b4

Please sign in to comment.