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

Commit 6535898

Browse files
authored
Add source_code_uri to metadata (#56)
- Add source_code_uri to metadata - Bump version and update CHANGELOG
2 parents b77ea39 + 6390e08 commit 6535898

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 5.1.1 / 2024-01-01
4+
5+
- RuboCop: Style/WordArray (7b5964f)
6+
- RuboCop: Style/StringLiteralsInInterpolation (152a44c)
7+
- Add source_code_uri to metadata (207db81)
8+
39
## 5.1.0 / 2023-12-12
410

511
- Remove upper Ruby version constraint (#52) (f34716e)

lib/link_header_parser/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module LinkHeaderParser
4-
VERSION = "5.1.0"
4+
VERSION = "5.1.1"
55
end

link-header-parser.gemspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Gem::Specification.new do |spec|
2424
spec.metadata = {
2525
"bug_tracker_uri" => "#{spec.homepage}/issues",
2626
"changelog_uri" => "#{spec.homepage}/blob/v#{spec.version}/CHANGELOG.md",
27-
"rubygems_mfa_required" => "true"
27+
"rubygems_mfa_required" => "true",
28+
"source_code_uri" => "#{spec.homepage}/tree/v#{spec.version}"
2829
}
2930
end

0 commit comments

Comments
 (0)