Skip to content

Commit

Permalink
Add source_code_uri to metadata (#56)
Browse files Browse the repository at this point in the history
- Add source_code_uri to metadata
- Bump version and update CHANGELOG
  • Loading branch information
jgarber623 authored Jan 1, 2024
2 parents b77ea39 + 6390e08 commit 6535898
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.1.1 / 2024-01-01

- RuboCop: Style/WordArray (7b5964f)
- RuboCop: Style/StringLiteralsInInterpolation (152a44c)
- Add source_code_uri to metadata (207db81)

## 5.1.0 / 2023-12-12

- Remove upper Ruby version constraint (#52) (f34716e)
Expand Down
2 changes: 1 addition & 1 deletion lib/link_header_parser/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module LinkHeaderParser
VERSION = "5.1.0"
VERSION = "5.1.1"
end
3 changes: 2 additions & 1 deletion link-header-parser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Gem::Specification.new do |spec|
spec.metadata = {
"bug_tracker_uri" => "#{spec.homepage}/issues",
"changelog_uri" => "#{spec.homepage}/blob/v#{spec.version}/CHANGELOG.md",
"rubygems_mfa_required" => "true"
"rubygems_mfa_required" => "true",
"source_code_uri" => "#{spec.homepage}/tree/v#{spec.version}"
}
end

0 comments on commit 6535898

Please # to comment.