json_pure.gemspec in json_pure-2.6.3 vs json_pure.gemspec in json_pure-2.7.0

- old
+ new

@@ -39,15 +39,15 @@ "lib/json/pure.rb".freeze, "lib/json/pure/generator.rb".freeze, "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' } s.required_ruby_version = Gem::Requirement.new(">= 2.3".freeze)