From 8da6f64a2b17da783c3bba82cf7310c5a9c6f5e1 Mon Sep 17 00:00:00 2001 From: Michael Hale Date: Thu, 19 Sep 2024 23:58:44 -0400 Subject: [PATCH] remove allowed push host --- chromium-pdf.gemspec | 2 -- 1 file changed, 2 deletions(-) diff --git a/chromium-pdf.gemspec b/chromium-pdf.gemspec index 7108bc9..72d4fc3 100644 --- a/chromium-pdf.gemspec +++ b/chromium-pdf.gemspec @@ -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'