json_pure.gemspec in json_pure-2.7.2 vs json_pure.gemspec in json_pure-2.7.3
- old
+ new
@@ -14,11 +14,13 @@
s.extra_rdoc_files = ["README.md".freeze]
s.rdoc_options = ["--title".freeze, "JSON implementation for ruby".freeze, "--main".freeze, "README.md".freeze]
s.files = [
"CHANGES.md".freeze,
- "LICENSE".freeze,
+ "COPYING".freeze,
+ "BSDL".freeze,
+ "LEGAL".freeze,
"README.md".freeze,
"json_pure.gemspec".freeze,
"lib/json.rb".freeze,
"lib/json/add/bigdecimal.rb".freeze,
"lib/json/add/complex.rb".freeze,
@@ -40,17 +42,17 @@
"lib/json/pure.rb".freeze,
"lib/json/pure/generator.rb".freeze,
"lib/json/pure/parser.rb".freeze,
"lib/json/version.rb".freeze,
]
- s.homepage = "https://flori.github.io/json".freeze
+ s.homepage = "https://ruby.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' => '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".freeze)
end