Skip to content

Commit 68460c0

Browse files
authored
Merge pull request #183 from phallstrom/patch-1
Add changelog URI to gemspec metadata
2 parents a72e937 + 5f59505 commit 68460c0

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)