Skip to content

Commit

Permalink
remove allowed push host
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehale committed Sep 20, 2024
1 parent d8cebb8 commit 8da6f64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chromium-pdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ Gem::Specification.new do |spec|
# to allow pushing to a single host or delete this section to allow pushing to any host.
raise 'RubyGems 2.0 or newer is required to protect against public gem pushes.' unless spec.respond_to?(:metadata)

spec.metadata['allowed_push_host'] = "Set to 'http://mygemserver.com'"

spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = 'https://github.com/RoleModel/chromium-pdf'
spec.metadata['changelog_uri'] = 'https://github.com/RoleModel/chromium-pdf/blob/main/CHANGELOG.md'
Expand Down

0 comments on commit 8da6f64

Please sign in to comment.