From 5f0e7546256cb58d89d3ced990f4dd58ded66474 Mon Sep 17 00:00:00 2001 From: Fox Date: Fri, 8 Jun 2018 15:48:23 +0300 Subject: [PATCH] allow rubygems --- sequel-bulk-audit.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sequel-bulk-audit.gemspec b/sequel-bulk-audit.gemspec index 91b0664..f9998bb 100644 --- a/sequel-bulk-audit.gemspec +++ b/sequel-bulk-audit.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |spec| # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' # to allow pushing to a single host or delete this section to allow pushing to any host. if spec.respond_to?(:metadata) - spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'" + spec.metadata["allowed_push_host"] = "https://rubygems.org" else raise "RubyGems 2.0 or newer is required to protect against " \ "public gem pushes."