Skip to content

Commit c41bfdb

Browse files
authored
Correct source_code_uri URL
There was a missing `v` before the interpolated version number causing links published on RubyGems.org to 404.
1 parent 9837e6b commit c41bfdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

semantic_logger.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
1919
s.metadata = {
2020
"bug_tracker_uri" => "https://github.com/reidmorrison/semantic_logger/issues",
2121
"documentation_uri" => "https://logger.rocketjob.io",
22-
"source_code_uri" => "https://github.com/reidmorrison/semantic_logger/tree/#{SemanticLogger::VERSION}",
22+
"source_code_uri" => "https://github.com/reidmorrison/semantic_logger/tree/v#{SemanticLogger::VERSION}",
2323
"rubygems_mfa_required" => "true"
2424
}
2525
end

0 commit comments

Comments
 (0)