trifle-docs.gemspec in trifle-docs-0.2.0 vs trifle-docs.gemspec in trifle-docs-0.3.0
- old
+ new
@@ -17,10 +17,10 @@
spec.license = "MIT"
spec.required_ruby_version = ">= 2.6.0"
spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/trifle-io/trifle-docs'
- spec.metadata["changelog_uri"] = "https://github.com/trifle-io/trifle-docs/blob/main/CHANGELOG.md"
+ spec.metadata['changelog_uri'] = 'https://trifle.io/trifle-docs/changelog'
# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(__dir__) do
`git ls-files -z`.split("\x0").reject do |f|