Skip to content

Commit

Permalink
Merge pull request #92 from jgarber623/add-spec-metadata
Browse files Browse the repository at this point in the history
Add issues and source code metadata to gemspec
  • Loading branch information
radar authored May 12, 2024
2 parents 69c0637 + 66c4d24 commit a6b193f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions humanize.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec'
s.add_development_dependency 'rubocop'
s.metadata['rubygems_mfa_required'] = 'true'
s.metadata['bug_tracker_uri'] = "#{s.homepage}/issues"
s.metadata['source_code_uri'] = "#{s.homepage}/tree/v#{s.version}"
end

0 comments on commit a6b193f

Please sign in to comment.