Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 9eb079d

Browse files
committed
Properly link to Release page in gem metadata
1 parent 6b265c7 commit 9eb079d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/link_header_parser/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module LinkHeaderParser
4-
VERSION = "6.0.0"
4+
VERSION = "6.0.1"
55
end

link-header-parser.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
2323

2424
spec.metadata = {
2525
"bug_tracker_uri" => "#{spec.homepage}/issues",
26-
"changelog_uri" => "#{spec.homepage}/blob/v#{spec.version}/CHANGELOG.md",
26+
"changelog_uri" => "#{spec.homepage}/releases/tag/v#{spec.version}",
2727
"rubygems_mfa_required" => "true",
2828
"source_code_uri" => "#{spec.homepage}/tree/v#{spec.version}"
2929
}

0 commit comments

Comments
 (0)