Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 6bf958f

Browse files
committed
gemspec update
1 parent b16e904 commit 6bf958f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

hyperloop-config.gemspec

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ Gem::Specification.new do |spec|
1212
spec.homepage = "http://ruby-hyperloop.io"
1313
spec.license = "MIT"
1414

15-
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
16-
# to allow pushing to a single host or delete this section to allow pushing to any host.
17-
if spec.respond_to?(:metadata)
18-
spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
19-
else
20-
raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
21-
end
22-
2315
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
2416
spec.bindir = "exe"
2517
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }

0 commit comments

Comments
 (0)