Skip to content

Commit

Permalink
Provide a 'Changelog' link on rubygems.org/gems/devise-i18n (#361)
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/devise-i18n
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 authored Jun 9, 2024
1 parent f271366 commit ade7d5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devise-i18n.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ Gem::Specification.new do |s|
s.add_development_dependency(%q<activemodel>.freeze, [">= 0"])
s.add_development_dependency(%q<omniauth-twitter>.freeze, [">= 0"])
s.add_development_dependency(%q<appraisal>.freeze, [">= 0"])
end

s.metadata["changelog_uri"] = s.homepage + "/blob/master/CHANGELOG.md"
end

0 comments on commit ade7d5f

Please sign in to comment.