Skip to content

Commit ef7691f

Browse files
authored
Add changelog_uri to gemspec metadata
Adds a link to the GitHub Releases page for this gem consistent with other gems in the Ruby organization. See-also: https://github.com/ruby/json/blob/master/json.gemspec See-also: https://github.com/ruby/matrix/blob/master/matrix.gemspec See-also: https://github.com/ruby/ostruct/blob/master/ostruct.gemspec See-also: https://github.com/ruby/tsort/blob/master/tsort.gemspec
1 parent efa6e61 commit ef7691f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

benchmark.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Gem::Specification.new do |spec|
2020

2121
spec.metadata["homepage_uri"] = spec.homepage
2222
spec.metadata["source_code_uri"] = spec.homepage
23+
spec.metadata["changelog_uri"] = "#{spec.homepage}/releases"
2324

2425
# Specify which files should be added to the gem when it is released.
2526
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.

0 commit comments

Comments
 (0)