Skip to content

Commit 28ef10e

Browse files
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/
1 parent 52b4780 commit 28ef10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psych.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ DESCRIPTION
7676
end
7777

7878
s.metadata['msys2_mingw_dependencies'] = 'libyaml'
79-
79+
s.metadata['changelog_uri'] = s.homepage + '/releases'
8080
end

0 commit comments

Comments
 (0)