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

Commit 4e8b2c7

Browse files
committed
fixed gemspec
1 parent 174d0fa commit 4e8b2c7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

hyper-store.gemspec

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ Gem::Specification.new do |spec|
1313
spec.homepage = 'https://ruby-hyperloop.io'
1414
spec.license = 'MIT'
1515

16-
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17-
# to allow pushing to a single host or delete this section to allow pushing to any host.
18-
if spec.respond_to?(:metadata)
19-
spec.metadata['allowed_push_host'] = 'https://www.rubygems.org'
20-
else
21-
raise 'RubyGems 2.0 or newer is required to protect against public gem pushes.'
22-
end
2316

2417
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
2518
spec.bindir = 'exe'

0 commit comments

Comments
 (0)