Skip to content

Commit

Permalink
Push host
Browse files Browse the repository at this point in the history
  • Loading branch information
oss92 committed Feb 19, 2018
1 parent 3d9e92a commit 4866d7d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions qyu-store-redis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ Gem::Specification.new do |spec|
spec.description = 'Redis state store for Qyu https://rubygems.org/gems/qyu'
spec.homepage = 'https://github.com/FindHotel/qyu-store-redis'
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
Expand Down

0 comments on commit 4866d7d

Please sign in to comment.