1
0
mirror of https://github.com/bumi/rack-lightning synced 2025-07-06 15:25:51 +00:00

allow publishing to rubygems

This commit is contained in:
bumi 2018-11-21 15:03:17 +01:00
parent df155b0803
commit b8f6a848cc

View File

@ -14,15 +14,6 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/bumi/rack-lightning" spec.homepage = "https://github.com/bumi/rack-lightning"
spec.license = "MIT" 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| spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/}) f.match(%r{^(test|spec|features)/})
end end