We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e8d7a commit 9d0d0e5Copy full SHA for 9d0d0e5
cmath.gemspec
@@ -10,15 +10,6 @@ Gem::Specification.new do |spec|
10
spec.homepage = "TODO: Put your gem's website or public repo URL here."
11
spec.license = "BSD-2-Clause"
12
13
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
14
- # to allow pushing to a single host or delete this section to allow pushing to any host.
15
- if spec.respond_to?(:metadata)
16
- spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
17
- else
18
- raise "RubyGems 2.0 or newer is required to protect against " \
19
- "public gem pushes."
20
- end
21
-
22
spec.files = `git ls-files -z`.split("\x0").reject do |f|
23
f.match(%r{^(test|spec|features)/})
24
end
0 commit comments