Skip to content

Commit 1a5d5e4

Browse files
authored
Merge pull request reidmorrison#190 from phoet/patch-1
fix source_code_uri
2 parents 26ff35f + 75ddc16 commit 1a5d5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rails_semantic_logger.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
2020
s.metadata = {
2121
"bug_tracker_uri" => "https://github.com/reidmorrison/rails_semantic_logger/issues",
2222
"documentation_uri" => "https://logger.rocketjob.io",
23-
"source_code_uri" => "https://github.com/reidmorrison/rails_semantic_logger/tree/#{RailsSemanticLogger::VERSION}",
23+
"source_code_uri" => "https://github.com/reidmorrison/rails_semantic_logger/tree/v#{RailsSemanticLogger::VERSION}",
2424
"rubygems_mfa_required" => "true"
2525
}
2626
end

0 commit comments

Comments
 (0)