Skip to content

Commit

Permalink
Provide a 'Changelog' link on rubygems.org/gems/dotenv
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/dotenv
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 Jun 7, 2024
1 parent 0bdca7b commit 18f8e48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dotenv.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ Gem::Specification.new "dotenv", Dotenv::VERSION do |gem|
gem.add_development_dependency "standard"

gem.required_ruby_version = ">= 3.0"

gem.metadata["changelog_uri"] = gem.homepage + "/blob/master/Changelog.md"
end

0 comments on commit 18f8e48

Please sign in to comment.