json_api_resource_connections 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7828a930056b3ebc187c8ff874c80526354435a5
|
4
|
+
data.tar.gz: bbe4524b1966abe095f4413f66e1862368c460be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5bd7a04ead9a66bde3647a9a5f9fd688ebfe3e7c4545e6bbdea7391579b2221825f1992a35e48cda7cfd55b7b2b41aa52e952b050f4166e848f2c321aa3fd6d9
|
7
|
+
data.tar.gz: 728ee110af4d8029fa1f4cd50c28fdfb0b0ef0c1522330b01fe894411a948c3d2424d7d8c99308992626a27dce354e9ba2a004bce90c8e96b405ffef5716ac30
|
@@ -54,10 +54,6 @@ module JsonApiResourceConnections
|
|
54
54
|
add_connection JsonApiResource::Connections::CachedCircuitbreakerServerConnection, client: self.client_class
|
55
55
|
end
|
56
56
|
end
|
57
|
-
|
58
|
-
def connection
|
59
|
-
@connection ||= JsonApiResource::Connections::CachedCircuitbreakerServerConnection.new( client: self.client, caching: false )
|
60
|
-
end
|
61
57
|
end
|
62
58
|
end
|
63
59
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: json_api_resource_connections
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Greg
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-05-
|
11
|
+
date: 2016-05-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|