From 701a898a2762d91398f17e4c7cff5557888a1c06 Mon Sep 17 00:00:00 2001 From: Ingus Skaistkalns Date: Tue, 6 Mar 2018 16:39:47 +0200 Subject: [PATCH] Update gemspec --- mapon_client.gemspec | 9 --------- 1 file changed, 9 deletions(-) diff --git a/mapon_client.gemspec b/mapon_client.gemspec index a12ae2c..1c38be3 100644 --- a/mapon_client.gemspec +++ b/mapon_client.gemspec @@ -13,15 +13,6 @@ Gem::Specification.new do |spec| spec.homepage = "https://github.com/IngusSkaistkalns/mapon_client" spec.license = "MIT" - # 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 = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end