Skip to content

Commit

Permalink
Pruebas release
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuarezl committed Jan 8, 2019
1 parent 1677717 commit 32669c5
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions gema.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 32669c5

Please sign in to comment.