Skip to content

Commit

Permalink
Add source code URI metadata to the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Nov 7, 2023
1 parent 1c385de commit cea5ea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions strings-truncation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |spec|
spec.metadata["documentation_uri"] = "https://www.rubydoc.info/gems/strings-truncation"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["rubygems_mfa_required"] = "true"
spec.metadata["source_code_uri"] = "https://github.com/piotrmurach/strings-truncation"
end

spec.files = Dir["lib/**/*"]
Expand Down

0 comments on commit cea5ea6

Please sign in to comment.