summaryrefslogtreecommitdiff
path: root/ext/json
diff options
context:
space:
mode:
authorYusuke Nakamura <yusuke1994525@gmail.com>2023-01-18 20:40:09 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-01-23 17:06:15 +0900
commita22ed3e99dbb74003f20e175cd1956062e97f230 (patch)
treed0069778de59eac2568fdecac9149f722c530dd4 /ext/json
parent4981206b494b1392df451ff4655126f0d7152fa7 (diff)
downloadruby-a22ed3e99dbb74003f20e175cd1956062e97f230.tar.gz
Fix homepage url in gemspec
GitHub Pages now hosted on *.github.io
Diffstat (limited to 'ext/json')
-rw-r--r--ext/json/json.gemspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/json/json.gemspec b/ext/json/json.gemspec
index 948e92c501..f4b2ae791d 100644
--- a/ext/json/json.gemspec
+++ b/ext/json/json.gemspec
@@ -53,12 +53,12 @@ Gem::Specification.new do |s|
"lib/json/pure/parser.rb",
"lib/json/version.rb",
]
- s.homepage = "http://flori.github.com/json"
+ s.homepage = "https://flori.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' => 'http://flori.github.io/json/doc/index.html',
- 'homepage_uri' => 'http://flori.github.io/json/',
+ 'documentation_uri' => 'https://flori.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'
}