diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2024-10-07 08:21:58 -0400 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-10-08 14:10:05 +0900 |
| commit | bad4ad63bff71748302d1089523a5dcbc40f6c57 (patch) | |
| tree | a1e07ae4534ff6de709ffd2fe865200db443d5a3 | |
| parent | f35e97bfa49885659a4b74e4307e3b08181e300b (diff) | |
[ruby/json] Update all links to the repository following transfert
https://github.com/ruby/json/commit/1edfeb8f10
| -rw-r--r-- | ext/json/json.gemspec | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/json/json.gemspec b/ext/json/json.gemspec index 64d0c81391..5a951a8b25 100644 --- a/ext/json/json.gemspec +++ b/ext/json/json.gemspec @@ -54,14 +54,14 @@ Gem::Specification.new do |s| "lib/json/pure/parser.rb", "lib/json/version.rb", ] - s.homepage = "https://flori.github.io/json" + s.homepage = "https://ruby.github.io/json" s.metadata = { - 'bug_tracker_uri' => 'https://github.com/flori/json/issues', - 'changelog_uri' => 'https://github.com/flori/json/blob/master/CHANGES.md', - 'documentation_uri' => 'https://flori.github.io/json/doc/index.html', + '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', 'homepage_uri' => s.homepage, - 'source_code_uri' => 'https://github.com/flori/json', - 'wiki_uri' => 'https://github.com/flori/json/wiki' + 'source_code_uri' => 'https://github.com/ruby/json', + 'wiki_uri' => 'https://github.com/ruby/json/wiki' } s.required_ruby_version = Gem::Requirement.new(">= 2.3") |
