summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorMark Young <mark.young@atg.auto>2023-12-21 10:13:49 +0000
committergit <svn-admin@ruby-lang.org>2024-01-17 00:48:52 +0000
commit1addb3955c456b01bb029b30dd6343298da0729d (patch)
tree409c40174b5965fa20cddeba4ab2ad93c1f5071f /ext
parent77593495f7b08301eeb0b4a22cb07b7a6461cd8f (diff)
[ruby/psych] Provide a 'Changelog' link on rubygems.org/gems/psych
By providing a 'changelog_uri' in the metadata of the gemspec a 'Changelog' link will be shown on https://rubygems.org/gems/psych 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/ https://github.com/ruby/psych/commit/28ef10edcf
Diffstat (limited to 'ext')
-rw-r--r--ext/psych/psych.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/psych.gemspec b/ext/psych/psych.gemspec
index 34f70095d3..a3fc53a8b9 100644
--- a/ext/psych/psych.gemspec
+++ b/ext/psych/psych.gemspec
@@ -76,5 +76,5 @@ DESCRIPTION
end
s.metadata['msys2_mingw_dependencies'] = 'libyaml'
-
+ s.metadata['changelog_uri'] = s.homepage + '/releases'
end