Skip to content

Commit

Permalink
Provide a 'Changelog' link on rubygems.org/gems/rackup
Browse files Browse the repository at this point in the history
By providing a 'changelog_uri' in the metadata of the gemspec a
'Changelog' link will be shown on https://rubygems.org/gems/rackup
which makes it quick and easy for someone to check on the changes
introduced with a new version.

Details of this functionality can be found on https://guides.rubygems.org/specification-reference/#metadata
  • Loading branch information
mark-young-atg authored and ioquatix committed Jan 3, 2025
1 parent 39d5226 commit e3df7cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rackup.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/rack/rackup"

spec.metadata = {
"changelog_uri" => spec.homepage + "/blob/main/releases.md",
"rubygems_mfa_required" => "true",
"source_code_uri" => "https://github.com/rack/rackup.git",
}
Expand Down

0 comments on commit e3df7cb

Please sign in to comment.