Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update addressable.gemspec to link directly to versoned changelog
With this code it will generate this diff. And this link takes you directly to the changelog. --- a/addressable.gemspec +++ b/addressable.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.version = "2.8.5" s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= - s.metadata = { "changelog_uri" => "https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md" } if s.respond_to? :metadata= + s.metadata = { "changelog_uri" => "https://github.com/sporkmonger/addressable/blob/addressable-2.8.5/CHANGELOG.md" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Bob Aman".freeze] s.date = "2023-08-03"
- Loading branch information