dor-services-client 13.1.0 → 13.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -3
- data/lib/dor/services/client/error_faraday_middleware.rb +2 -2
- data/lib/dor/services/client/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: da7e3b9d816ebc43f5f1846e29ead0dd6db4c2796db964da7675cb9a93cb65ce
|
|
4
|
+
data.tar.gz: 77419c5558add7401662095bcdc80fe0c4f5b25ede954c2365983e4ec5c4628e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c02541dfb4939848673982e7f575eceb9d7d73c9e13d98830cc0b41a1730644c3d69ca58da80e02a769a79f7002080c2fab79ea2acfac2b020dee2cf4660bbd
|
|
7
|
+
data.tar.gz: 7ec0f190b6d1fd94c2995f5801d1833594d509a2d93fb12a2560daef719fdd309f0d77fe9e794805a9278a2551e53681f8db691d66f0e7c2c92447404bbcd2af
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
dor-services-client (13.1.
|
|
4
|
+
dor-services-client (13.1.1)
|
|
5
5
|
activesupport (>= 4.2, < 8)
|
|
6
6
|
cocina-models (~> 0.91.0)
|
|
7
7
|
deprecation
|
|
@@ -29,7 +29,7 @@ GEM
|
|
|
29
29
|
base64 (0.1.1)
|
|
30
30
|
bigdecimal (3.1.4)
|
|
31
31
|
byebug (11.1.3)
|
|
32
|
-
cocina-models (0.91.
|
|
32
|
+
cocina-models (0.91.4)
|
|
33
33
|
activesupport
|
|
34
34
|
deprecation
|
|
35
35
|
dry-struct (~> 1.0)
|
|
@@ -165,7 +165,7 @@ GEM
|
|
|
165
165
|
attr_extras (>= 6.2.4)
|
|
166
166
|
diff-lcs
|
|
167
167
|
patience_diff
|
|
168
|
-
thor (1.
|
|
168
|
+
thor (1.3.0)
|
|
169
169
|
tzinfo (2.0.6)
|
|
170
170
|
concurrent-ruby (~> 1.0)
|
|
171
171
|
unicode-display_width (2.5.0)
|
|
@@ -7,8 +7,8 @@ module Dor
|
|
|
7
7
|
class ErrorFaradayMiddleware < Faraday::Middleware
|
|
8
8
|
def call(env)
|
|
9
9
|
@app.call(env)
|
|
10
|
-
rescue Faraday::ConnectionFailed
|
|
11
|
-
raise ConnectionFailed,
|
|
10
|
+
rescue Faraday::ConnectionFailed => e
|
|
11
|
+
raise ConnectionFailed, "unable to reach dor-services-app: #{e}", e.backtrace
|
|
12
12
|
end
|
|
13
13
|
end
|
|
14
14
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dor-services-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 13.1.
|
|
4
|
+
version: 13.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Coyne
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2023-10-
|
|
12
|
+
date: 2023-10-24 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|
|
@@ -278,7 +278,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
278
278
|
- !ruby/object:Gem::Version
|
|
279
279
|
version: '0'
|
|
280
280
|
requirements: []
|
|
281
|
-
rubygems_version: 3.
|
|
281
|
+
rubygems_version: 3.4.21
|
|
282
282
|
signing_key:
|
|
283
283
|
specification_version: 4
|
|
284
284
|
summary: A client for dor-services-app
|