Skip to content

Commit

Permalink
Provide a 'Changelog' link on rubygems.org/gems/spreadsheet
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/spreadsheet
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/
  • Loading branch information
mark-young-atg committed Jan 12, 2024
1 parent 0f860fb commit dd69d23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spreadsheet.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "simplecov"

spec.homepage = 'https://github.com/zdavatz/spreadsheet/'
spec.metadata["changelog_uri"] = spec.homepage + "/blob/master/History.md"
end

0 comments on commit dd69d23

Please sign in to comment.