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

Commit 207db81

Browse files
committed
Add source_code_uri to metadata
1 parent b77ea39 commit 207db81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

link-header-parser.gemspec

Lines changed: 2 additions & 1 deletion
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)