File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 1
1
# JsonapiSwaggerHelpers
2
2
3
- todo
3
+ [ ![ Build Status ] ( https://travis-ci.org/jsonapi-suite/jsonapi_swagger_helpers.svg?branch=master )] ( https://travis-ci.org/jsonapi-suite/jsonapi_swagger_helpers )
Original file line number Diff line number Diff line change @@ -13,14 +13,6 @@ Gem::Specification.new do |spec|
13
13
spec . description = %q{Requires jsonapi_suite of libraries}
14
14
spec . license = "MIT"
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' ] = "http://artprod.dev.bloomberg.com/artifactory/api/gems/bb-gems-local"
20
- else
21
- raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
22
- end
23
-
24
16
spec . files = `git ls-files -z` . split ( "\x0 " ) . reject { |f | f . match ( %r{^(test|spec|features)/} ) }
25
17
spec . bindir = "exe"
26
18
spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
You can’t perform that action at this time.
0 commit comments