summaryrefslogtreecommitdiff
path: root/json_pure.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'json_pure.gemspec')
-rw-r--r--json_pure.gemspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/json_pure.gemspec b/json_pure.gemspec
index e6e2914..883beb0 100644
--- a/json_pure.gemspec
+++ b/json_pure.gemspec
@@ -41,12 +41,12 @@ Gem::Specification.new do |s|
"lib/json/pure/parser.rb".freeze,
"lib/json/version.rb".freeze,
]
- s.homepage = "http://flori.github.com/json".freeze
+ s.homepage = "https://flori.github.io/json".freeze
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'
}