Skip to content

Commit

Permalink
Update addressable.gemspec to link directly to versoned changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stoivo authored Sep 13, 2023
1 parent d3635cc commit 08660a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion addressable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ 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=
if s.respond_to? :metadata=
s.metadata = {
"changelog_uri" => "https://github.com/sporkmonger/addressable/blob/addressable-2.8.5/CHANGELOG.md"
}
end
s.require_paths = ["lib".freeze]
s.authors = ["Bob Aman".freeze]
s.date = "2023-08-03"
Expand Down

0 comments on commit 08660a0

Please sign in to comment.