tidy_json.gemspec in tidy_json-0.2.0 vs tidy_json.gemspec in tidy_json-0.2.1
- old
+ new
@@ -8,10 +8,10 @@
spec.summary = 'Serialize any Ruby object as readable JSON'
spec.description = 'A mixin providing (recursive) JSON serialization and pretty printing.'
spec.authors = ['Robert Di Pardo']
spec.email = 'rdipardo0520@conestogac.on.ca'
spec.homepage = 'https://github.com/rdipardo/tidy_json'
- spec.metadata = { 'documentation_uri' => 'https://rubydoc.org/github/rdipardo/tidy_json/master' }
+ spec.metadata = { 'documentation_uri' => 'https://rubydoc.org/github/rdipardo/tidy_json' }
spec.license = 'MIT'
spec.files = Dir.chdir(File.expand_path(__dir__)) do
['.yardopts'].concat(`git ls-files -z`.split("\x0").reject { |f| f.match(/^(\.[\w+\.]+|test|spec|features)/) })
end
spec.test_files = Dir['test/*']