From e76b08279e3d074416dcbe3978d31238d96b9108 Mon Sep 17 00:00:00 2001 From: aycabta Date: Thu, 1 Nov 2018 20:21:56 +0900 Subject: [PATCH] Remove an unnecessary setting in reline.gemspec --- reline.gemspec | 9 --------- 1 file changed, 9 deletions(-) diff --git a/reline.gemspec b/reline.gemspec index dad0a186a7..9ff9ca2128 100644 --- a/reline.gemspec +++ b/reline.gemspec @@ -14,15 +14,6 @@ Gem::Specification.new do |spec| spec.homepage = 'https://github.com/aycabta/reline' spec.license = 'Ruby License' - # 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'" - else - raise 'RubyGems 2.0 or newer is required to protect against ' \ - 'public gem pushes.' - end - spec.files = Dir['BSDL', 'COPYING', 'README.md', 'lib/**/*'] spec.bindir = 'exe' spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }