Skip to content

Commit

Permalink
Merge pull request #298 from jgarber623/patch-1
Browse files Browse the repository at this point in the history
Correct `source_code_uri` URL
  • Loading branch information
reidmorrison authored Sep 29, 2024
2 parents 940dbbc + 4eb39b0 commit 05a00e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased]

- Correct `source_code_uri` URL

## [4.16.1]

Expand Down
2 changes: 1 addition & 1 deletion semantic_logger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.metadata = {
"bug_tracker_uri" => "https:/reidmorrison/semantic_logger/issues",
"documentation_uri" => "https://logger.rocketjob.io",
"source_code_uri" => "https:/reidmorrison/semantic_logger/tree/#{SemanticLogger::VERSION}",
"source_code_uri" => "https:/reidmorrison/semantic_logger/tree/v#{SemanticLogger::VERSION}",
"rubygems_mfa_required" => "true"
}
end

0 comments on commit 05a00e1

Please sign in to comment.