Skip to content

Commit

Permalink
Add changelog_uri to gemspec (#1106)
Browse files Browse the repository at this point in the history
* Add changelog_uri to gemspec

Supported here: https://guides.rubygems.org/specification-reference/#metadata
Useful for running https://github.com/MaximeD/gem_updater

* Remove wrong comma
  • Loading branch information
fynsta authored Sep 10, 2024
1 parent ef5e54c commit 9c42795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debug.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Gem::Specification.new do |spec|

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
spec.metadata["changelog_uri"] = "#{spec.homepage}/releases/tag/v#{spec.version}"

# 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.
Expand Down

0 comments on commit 9c42795

Please sign in to comment.