From 32669c5c95ce0a89c34028406246dae0df573555 Mon Sep 17 00:00:00 2001 From: Daniel Suarez Date: Tue, 8 Jan 2019 14:53:08 +0000 Subject: [PATCH] Pruebas release --- gema.gemspec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/gema.gemspec b/gema.gemspec index 2dfac0a..eba5797 100644 --- a/gema.gemspec +++ b/gema.gemspec @@ -15,13 +15,12 @@ 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"] = "https://rubygems.org" - spec.metadata["allowed_push_host"] = "https://github.com/ULL-ESIT-LPP-1819/tdd-alu0101040882" - else - raise "RubyGems 2.0 or newer is required to protect against " \ - "public gem pushes." - end +# if spec.respond_to?(:metadata) + # spec.metadata['allowed_push_host'] = "https://rubygems.org" + #else + # raise "RubyGems 2.0 or newer is required to protect against " \ + # "public gem pushes." + # end # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git.