Skip to content

Commit 3d284f8

Browse files
authored
Set "changelog_uri" in gemspec to point to Changes.md (#176)
Changelog URLs have been valid [metadata](https://guides.rubygems.org/specification-reference/#metadata) since 2017 on RubyGems.org. Setting `changelog_uri` will add a "Changelog" link to the Rubygems page for connection_pool https://rubygems.org/gems/connection_pool/
1 parent 5c57dd7 commit 3d284f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

connection_pool.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ Gem::Specification.new do |s|
2020
s.add_development_dependency "rake"
2121
s.required_ruby_version = ">= 2.5.0"
2222

23-
s.metadata = { "rubygems_mfa_required" => "true" }
23+
s.metadata = { "changelog_uri" => "https://github.com/mperham/connection_pool/blob/main/Changes.md", "rubygems_mfa_required" => "true" }
2424
end

0 commit comments

Comments
 (0)