Skip to content

Commit

Permalink
Add allowed_push_host to the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Feb 27, 2024
1 parent 96beba9 commit 0600087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webmachine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Gem::Specification.new do |gem|
gem.email = ['[email protected]']
gem.license = 'Apache-2.0'

gem.metadata['allowed_push_host'] = 'https://rubygems.org'
gem.metadata['bug_tracker_uri'] = "#{gem.homepage}/issues"
gem.metadata['changelog_uri'] = "#{gem.homepage}/blob/HEAD/CHANGELOG.md"
gem.metadata['documentation_uri'] = "https://www.rubydoc.info/gems/webmachine/#{gem.version}"
Expand Down

0 comments on commit 0600087

Please sign in to comment.