Skip to content

Commit

Permalink
Set "changelog_uri" in gemspec to point to Changes.md (#176)
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
sco11morgan committed Apr 21, 2023
1 parent 5c57dd7 commit 3d284f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connection_pool.gemspec
Expand Up @@ -20,5 +20,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "rake"
s.required_ruby_version = ">= 2.5.0"

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

0 comments on commit 3d284f8

Please sign in to comment.