From 95730e957e7bd5e88e6536ae3242e300212b57d8 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Mon, 21 Sep 2015 22:03:10 +0100 Subject: [PATCH] Add Rubygems.org to allowed gem hosts --- inny.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inny.gemspec b/inny.gemspec index 3ab2597..c90a09d 100644 --- a/inny.gemspec +++ b/inny.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |spec| # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or # delete this section to allow pushing this gem 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." end