dor-services-client 15.44.0 → 15.45.0
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/.circleci/config.yml +1 -1
- data/Gemfile.lock +16 -20
- data/dor-services-client.gemspec +1 -1
- data/lib/dor/services/client/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5bd21f9763c44099a152d07f7bb3091f8c7ae4cbdef7cd3d4a2e4d91113a3182
|
|
4
|
+
data.tar.gz: ba11525836dde55a00e2860aefca58f7c559508bca44485559bdd36d2a233a30
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2b1157291d60e28a0542bf58dbbd12227c719c9dc49151a4dee608416e490af524e8f47fd5b5881da3a622093611ebc813a6c97c9bf64f0daff8c4ad3e148d5
|
|
7
|
+
data.tar.gz: b494f91bdca71b760212d3233c4437656e7ac6efc8f76038838eeb850895685f4c1f61d262a6be64f821bff19fad5a1d4129576bff5db46675c08d99d3b910c5
|
data/.circleci/config.yml
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
dor-services-client (15.
|
|
4
|
+
dor-services-client (15.45.0)
|
|
5
5
|
activesupport (>= 7.0.0)
|
|
6
|
-
cocina-models (~> 0.
|
|
6
|
+
cocina-models (~> 0.120.0)
|
|
7
7
|
deprecation
|
|
8
8
|
faraday (~> 2.0)
|
|
9
9
|
faraday-retry
|
|
@@ -35,7 +35,7 @@ GEM
|
|
|
35
35
|
bigdecimal (4.1.2)
|
|
36
36
|
byebug (13.0.0)
|
|
37
37
|
reline (>= 0.6.0)
|
|
38
|
-
cocina-models (0.
|
|
38
|
+
cocina-models (0.120.0)
|
|
39
39
|
activesupport
|
|
40
40
|
deprecation
|
|
41
41
|
dry-struct (~> 1.0)
|
|
@@ -43,8 +43,7 @@ GEM
|
|
|
43
43
|
edtf
|
|
44
44
|
equivalent-xml
|
|
45
45
|
i18n
|
|
46
|
-
|
|
47
|
-
jsonpath
|
|
46
|
+
jsonschema_rs
|
|
48
47
|
nokogiri
|
|
49
48
|
super_diff
|
|
50
49
|
thor
|
|
@@ -89,11 +88,10 @@ GEM
|
|
|
89
88
|
faraday-net_http (>= 2.0, < 3.5)
|
|
90
89
|
json
|
|
91
90
|
logger
|
|
92
|
-
faraday-net_http (3.4.
|
|
91
|
+
faraday-net_http (3.4.4)
|
|
93
92
|
net-http (~> 0.5)
|
|
94
93
|
faraday-retry (2.4.0)
|
|
95
94
|
faraday (~> 2.0)
|
|
96
|
-
hana (1.3.7)
|
|
97
95
|
hashdiff (1.2.1)
|
|
98
96
|
hashie (5.1.0)
|
|
99
97
|
logger
|
|
@@ -101,21 +99,19 @@ GEM
|
|
|
101
99
|
concurrent-ruby (~> 1.0)
|
|
102
100
|
ice_nine (0.11.2)
|
|
103
101
|
io-console (0.8.2)
|
|
104
|
-
json (2.19.
|
|
105
|
-
|
|
106
|
-
bigdecimal
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
multi_json
|
|
102
|
+
json (2.19.8)
|
|
103
|
+
jsonschema_rs (0.46.5-arm64-darwin)
|
|
104
|
+
bigdecimal (>= 3.1, < 5)
|
|
105
|
+
jsonschema_rs (0.46.5-x86_64-darwin)
|
|
106
|
+
bigdecimal (>= 3.1, < 5)
|
|
107
|
+
jsonschema_rs (0.46.5-x86_64-linux)
|
|
108
|
+
bigdecimal (>= 3.1, < 5)
|
|
112
109
|
language_server-protocol (3.17.0.5)
|
|
113
110
|
lint_roller (1.1.0)
|
|
114
111
|
logger (1.7.0)
|
|
115
112
|
minitest (6.0.6)
|
|
116
113
|
drb (~> 2.0)
|
|
117
114
|
prism (~> 1.5)
|
|
118
|
-
multi_json (1.21.1)
|
|
119
115
|
net-http (0.9.1)
|
|
120
116
|
uri (>= 0.11.1)
|
|
121
117
|
nokogiri (1.19.3-arm64-darwin)
|
|
@@ -167,9 +163,10 @@ GEM
|
|
|
167
163
|
rubocop-ast (1.49.1)
|
|
168
164
|
parser (>= 3.3.7.2)
|
|
169
165
|
prism (~> 1.7)
|
|
170
|
-
rubocop-rspec (3.
|
|
166
|
+
rubocop-rspec (3.10.2)
|
|
171
167
|
lint_roller (~> 1.1)
|
|
172
|
-
|
|
168
|
+
regexp_parser (>= 2.0)
|
|
169
|
+
rubocop (~> 1.86, >= 1.86.2)
|
|
173
170
|
ruby-progressbar (1.13.0)
|
|
174
171
|
securerandom (0.4.1)
|
|
175
172
|
simplecov (0.22.0)
|
|
@@ -178,7 +175,6 @@ GEM
|
|
|
178
175
|
simplecov_json_formatter (~> 0.1)
|
|
179
176
|
simplecov-html (0.13.2)
|
|
180
177
|
simplecov_json_formatter (0.1.4)
|
|
181
|
-
simpleidn (0.2.3)
|
|
182
178
|
super_diff (0.19.0)
|
|
183
179
|
attr_extras (>= 6.2.4, < 8)
|
|
184
180
|
diff-lcs (~> 1.5)
|
|
@@ -218,4 +214,4 @@ DEPENDENCIES
|
|
|
218
214
|
webmock
|
|
219
215
|
|
|
220
216
|
BUNDLED WITH
|
|
221
|
-
4.0.
|
|
217
|
+
4.0.13
|
data/dor-services-client.gemspec
CHANGED
|
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
|
|
|
25
25
|
spec.required_ruby_version = '>= 3.0', '< 5'
|
|
26
26
|
|
|
27
27
|
spec.add_dependency 'activesupport', '>= 7.0.0'
|
|
28
|
-
spec.add_dependency 'cocina-models', '~> 0.
|
|
28
|
+
spec.add_dependency 'cocina-models', '~> 0.120.0'
|
|
29
29
|
spec.add_dependency 'deprecation', '>= 0'
|
|
30
30
|
spec.add_dependency 'faraday', '~> 2.0'
|
|
31
31
|
spec.add_dependency 'faraday-retry'
|
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: 15.
|
|
4
|
+
version: 15.45.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Coyne
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.
|
|
33
|
+
version: 0.120.0
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 0.
|
|
40
|
+
version: 0.120.0
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: deprecation
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -307,7 +307,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
307
307
|
- !ruby/object:Gem::Version
|
|
308
308
|
version: '0'
|
|
309
309
|
requirements: []
|
|
310
|
-
rubygems_version:
|
|
310
|
+
rubygems_version: 4.0.6
|
|
311
311
|
specification_version: 4
|
|
312
312
|
summary: A client for dor-services-app
|
|
313
313
|
test_files: []
|