Skip to content

Commit 0a4aabc

Browse files
author
Lee Richmond
committed
prepare for external github
1 parent 334068a commit 0a4aabc

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# JsonapiErrorable
22

3+
[![Build Status](https://travis-ci.org/jsonapi-suite/jsonapi_errorable.svg?branch=master)](https://travis-ci.org/jsonapi-suite/jsonapi_errorable)
4+
35
Error handling patterns for jsonapi.org-compatible APIs.
46

5-
[View official documentation](https://bbgithub.dev.bloomberg.com/pages/InfrastructureExperience/jsonapi_errorable)
7+
[View official documentation](http://jsonapi-suite.github.io/jsonapi_errorable)

jsonapi_errorable.gemspec

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ Gem::Specification.new do |spec|
1313
spec.description = %q{Handles application errors and model validations}
1414
spec.license = "MIT"
1515

16-
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
17-
# delete this section to allow pushing this gem 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-
2416
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
2517
spec.bindir = "exe"
2618
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }

0 commit comments

Comments
 (0)