Skip to content

Commit 5f59505

Browse files
authored
Add changelog URI to gemspec metadata
1 parent a72e937 commit 5f59505

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

webrick.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ Gem::Specification.new do |s|
100100
if s.respond_to?(:metadata=)
101101
s.metadata = {
102102
"bug_tracker_uri" => "https://github.com/ruby/webrick/issues",
103+
"changelog_uri" => "https://github.com/ruby/webrick/releases",
103104
}
104105
end
105106
end

0 commit comments

Comments
 (0)