dor-services-client 14.2.0 → 14.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +33 -34
- data/dor-services-client.gemspec +1 -1
- data/lib/dor/services/client/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dc68f7d750dc81e4b321c1e18e20982084fc65e9a4282f5c0e3b2bce8674f107
|
4
|
+
data.tar.gz: 84c9e262f5fcb42b52ed09ce8a67ee08580fcce73e1dc2177d3029b30d20e338
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dbc3b77fff70d1ee722c63b31e1eac894b0e659186bb078237c31ca047d8ea84a75aa0fff8d336938143915484c856ffc64fe861377e40ddfebb78465c79671b
|
7
|
+
data.tar.gz: 755f7ecbe52cb1fd7bbcff3d5332e923ba391136204045689a2bf2cff966d8e390635282c11e9d495719679ae32f330b5d4e801e17971e8cdc38eeeabf5e3498
|
data/Gemfile.lock
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
dor-services-client (14.
|
4
|
+
dor-services-client (14.3.0)
|
5
5
|
activesupport (>= 4.2, < 8)
|
6
|
-
cocina-models (~> 0.95.
|
6
|
+
cocina-models (~> 0.95.1)
|
7
7
|
deprecation
|
8
8
|
faraday (~> 2.0)
|
9
9
|
faraday-retry
|
@@ -12,7 +12,7 @@ PATH
|
|
12
12
|
GEM
|
13
13
|
remote: https://rubygems.org/
|
14
14
|
specs:
|
15
|
-
activesupport (7.1.3)
|
15
|
+
activesupport (7.1.3.2)
|
16
16
|
base64
|
17
17
|
bigdecimal
|
18
18
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
@@ -27,9 +27,9 @@ GEM
|
|
27
27
|
ast (2.4.2)
|
28
28
|
attr_extras (7.1.0)
|
29
29
|
base64 (0.2.0)
|
30
|
-
bigdecimal (3.1.
|
30
|
+
bigdecimal (3.1.7)
|
31
31
|
byebug (11.1.3)
|
32
|
-
cocina-models (0.95.
|
32
|
+
cocina-models (0.95.1)
|
33
33
|
activesupport
|
34
34
|
deprecation
|
35
35
|
dry-struct (~> 1.0)
|
@@ -48,14 +48,14 @@ GEM
|
|
48
48
|
commonmarker (0.23.10)
|
49
49
|
concurrent-ruby (1.2.3)
|
50
50
|
connection_pool (2.4.1)
|
51
|
-
crack (0.
|
51
|
+
crack (1.0.0)
|
52
|
+
bigdecimal
|
52
53
|
rexml
|
53
54
|
deprecation (1.1.0)
|
54
55
|
activesupport
|
55
|
-
diff-lcs (1.5.
|
56
|
+
diff-lcs (1.5.1)
|
56
57
|
docile (1.4.0)
|
57
|
-
drb (2.2.
|
58
|
-
ruby2_keywords
|
58
|
+
drb (2.2.1)
|
59
59
|
dry-core (1.0.1)
|
60
60
|
concurrent-ruby (~> 1.0)
|
61
61
|
zeitwerk (~> 2.6)
|
@@ -87,21 +87,21 @@ GEM
|
|
87
87
|
faraday-retry (2.2.0)
|
88
88
|
faraday (~> 2.0)
|
89
89
|
hashdiff (1.1.0)
|
90
|
-
i18n (1.14.
|
90
|
+
i18n (1.14.4)
|
91
91
|
concurrent-ruby (~> 1.0)
|
92
92
|
ice_nine (0.11.2)
|
93
93
|
json (2.7.1)
|
94
94
|
jsonpath (1.1.5)
|
95
95
|
multi_json
|
96
96
|
language_server-protocol (3.17.0.3)
|
97
|
-
minitest (5.
|
97
|
+
minitest (5.22.3)
|
98
98
|
multi_json (1.15.0)
|
99
99
|
mutex_m (0.2.0)
|
100
100
|
net-http (0.4.1)
|
101
101
|
uri
|
102
|
-
nokogiri (1.16.
|
102
|
+
nokogiri (1.16.3-x86_64-darwin)
|
103
103
|
racc (~> 1.4)
|
104
|
-
nokogiri (1.16.
|
104
|
+
nokogiri (1.16.3-x86_64-linux)
|
105
105
|
racc (~> 1.4)
|
106
106
|
openapi3_parser (0.9.2)
|
107
107
|
commonmarker (~> 0.17)
|
@@ -119,22 +119,22 @@ GEM
|
|
119
119
|
rake (13.1.0)
|
120
120
|
regexp_parser (2.9.0)
|
121
121
|
rexml (3.2.6)
|
122
|
-
rspec (3.
|
123
|
-
rspec-core (~> 3.
|
124
|
-
rspec-expectations (~> 3.
|
125
|
-
rspec-mocks (~> 3.
|
126
|
-
rspec-core (3.
|
127
|
-
rspec-support (~> 3.
|
128
|
-
rspec-expectations (3.
|
122
|
+
rspec (3.13.0)
|
123
|
+
rspec-core (~> 3.13.0)
|
124
|
+
rspec-expectations (~> 3.13.0)
|
125
|
+
rspec-mocks (~> 3.13.0)
|
126
|
+
rspec-core (3.13.0)
|
127
|
+
rspec-support (~> 3.13.0)
|
128
|
+
rspec-expectations (3.13.0)
|
129
129
|
diff-lcs (>= 1.2.0, < 2.0)
|
130
|
-
rspec-support (~> 3.
|
131
|
-
rspec-mocks (3.
|
130
|
+
rspec-support (~> 3.13.0)
|
131
|
+
rspec-mocks (3.13.0)
|
132
132
|
diff-lcs (>= 1.2.0, < 2.0)
|
133
|
-
rspec-support (~> 3.
|
134
|
-
rspec-support (3.
|
133
|
+
rspec-support (~> 3.13.0)
|
134
|
+
rspec-support (3.13.1)
|
135
135
|
rss (0.3.0)
|
136
136
|
rexml
|
137
|
-
rubocop (1.
|
137
|
+
rubocop (1.62.1)
|
138
138
|
json (~> 2.3)
|
139
139
|
language_server-protocol (>= 3.17.0)
|
140
140
|
parallel (~> 1.10)
|
@@ -142,41 +142,40 @@ GEM
|
|
142
142
|
rainbow (>= 2.2.2, < 4.0)
|
143
143
|
regexp_parser (>= 1.8, < 3.0)
|
144
144
|
rexml (>= 3.2.5, < 4.0)
|
145
|
-
rubocop-ast (>= 1.
|
145
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
146
146
|
ruby-progressbar (~> 1.7)
|
147
147
|
unicode-display_width (>= 2.4.0, < 3.0)
|
148
|
-
rubocop-ast (1.
|
149
|
-
parser (>= 3.
|
148
|
+
rubocop-ast (1.31.2)
|
149
|
+
parser (>= 3.3.0.4)
|
150
150
|
rubocop-capybara (2.20.0)
|
151
151
|
rubocop (~> 1.41)
|
152
152
|
rubocop-factory_bot (2.25.1)
|
153
153
|
rubocop (~> 1.41)
|
154
|
-
rubocop-rspec (2.
|
154
|
+
rubocop-rspec (2.27.1)
|
155
155
|
rubocop (~> 1.40)
|
156
156
|
rubocop-capybara (~> 2.17)
|
157
157
|
rubocop-factory_bot (~> 2.22)
|
158
158
|
ruby-progressbar (1.13.0)
|
159
|
-
ruby2_keywords (0.0.5)
|
160
159
|
simplecov (0.22.0)
|
161
160
|
docile (~> 1.1)
|
162
161
|
simplecov-html (~> 0.11)
|
163
162
|
simplecov_json_formatter (~> 0.1)
|
164
163
|
simplecov-html (0.12.3)
|
165
164
|
simplecov_json_formatter (0.1.4)
|
166
|
-
super_diff (0.
|
165
|
+
super_diff (0.11.0)
|
167
166
|
attr_extras (>= 6.2.4)
|
168
167
|
diff-lcs
|
169
168
|
patience_diff
|
170
|
-
thor (1.3.
|
169
|
+
thor (1.3.1)
|
171
170
|
tzinfo (2.0.6)
|
172
171
|
concurrent-ruby (~> 1.0)
|
173
172
|
unicode-display_width (2.5.0)
|
174
173
|
uri (0.13.0)
|
175
|
-
webmock (3.
|
174
|
+
webmock (3.23.0)
|
176
175
|
addressable (>= 2.8.0)
|
177
176
|
crack (>= 0.3.2)
|
178
177
|
hashdiff (>= 0.4.0, < 2.0.0)
|
179
|
-
zeitwerk (2.6.
|
178
|
+
zeitwerk (2.6.13)
|
180
179
|
|
181
180
|
PLATFORMS
|
182
181
|
x86_64-darwin-19
|
data/dor-services-client.gemspec
CHANGED
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
|
|
25
25
|
spec.required_ruby_version = '>= 3.0', '< 4'
|
26
26
|
|
27
27
|
spec.add_dependency 'activesupport', '>= 4.2', '< 8'
|
28
|
-
spec.add_dependency 'cocina-models', '~> 0.95.
|
28
|
+
spec.add_dependency 'cocina-models', '~> 0.95.1'
|
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: 14.
|
4
|
+
version: 14.3.0
|
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: 2024-
|
12
|
+
date: 2024-03-25 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
@@ -37,14 +37,14 @@ dependencies:
|
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.95.
|
40
|
+
version: 0.95.1
|
41
41
|
type: :runtime
|
42
42
|
prerelease: false
|
43
43
|
version_requirements: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 0.95.
|
47
|
+
version: 0.95.1
|
48
48
|
- !ruby/object:Gem::Dependency
|
49
49
|
name: deprecation
|
50
50
|
requirement: !ruby/object:Gem::Requirement
|
@@ -277,7 +277,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
277
277
|
- !ruby/object:Gem::Version
|
278
278
|
version: '0'
|
279
279
|
requirements: []
|
280
|
-
rubygems_version: 3.4.
|
280
|
+
rubygems_version: 3.4.14
|
281
281
|
signing_key:
|
282
282
|
specification_version: 4
|
283
283
|
summary: A client for dor-services-app
|