Skip to content

Commit

Permalink
Provide a 'Changelog' link on rubygems.org/gems/racc
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/racc
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 ea43e57 commit a9b656c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions racc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ DESC
s.required_ruby_version = ">= 2.5"
s.rdoc_options = ["--main", "README.rdoc"]
s.extra_rdoc_files = ["README.ja.rdoc", "README.rdoc"]
s.metadata["changelog_uri"] = "https:/ruby/racc/releases"

if RUBY_PLATFORM =~ /java/
s.files << 'lib/java/racc/cparse-jruby.jar'
Expand Down

0 comments on commit a9b656c

Please sign in to comment.