File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -8,20 +8,12 @@ Gem::Specification.new do |spec|
8
8
spec . authors = [ 'Will Jordan' ]
9
9
spec . email = [ 'will@code.org' ]
10
10
11
- spec . summary = 'Use Google OAuth as an AWS credential provider. '
11
+ spec . summary = 'Use Google OAuth as an AWS credential provider'
12
12
spec . description = 'Use Google OAuth as an AWS credential provider.'
13
13
spec . homepage = 'https://github.com/code-dot-org/aws-google'
14
14
spec . license = 'Apache-2.0'
15
15
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' ] = "TODO: Set to 'http://mygemserver.com'"
20
- else
21
- raise 'RubyGems 2.0 or newer is required to protect against ' \
22
- 'public gem pushes.'
23
- end
24
-
16
+ spec . metadata [ 'allowed_push_host' ] = 'https://rubygems.org'
25
17
spec . files = `git ls-files -z` . split ( "\x0 " ) . reject do |f |
26
18
f . match ( %r{^(test|spec|features)/} )
27
19
end
You can’t perform that action at this time.
0 commit comments