sdr-client 2.34.0 → 2.35.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 +19 -25
- data/lib/sdr_client/version.rb +1 -1
- data/sdr-client.gemspec +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: 120ab15ca30f75ebdb14e4b73b936ffc1c6bee6bacfad458bac48157469f6d43
|
|
4
|
+
data.tar.gz: 9390597f64b9708738bebeb72f88e468d37baa549b1e635c6facf03aa11e9e4a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: df66212fa672a3045043007c34b683a4c5664fc79e5527146f8a0d86dd923ae7179fab424fe9f9e6c61292d8a82353dad95c5654e854d80048f02adbffca5aa2
|
|
7
|
+
data.tar.gz: b51493bebc2429f9229750984e297ca707d937c6e923878c6218d052c1186ab6eaba2df7316f259b40656bfce7e4b251ae2077dc943ddbbb113f565354616072
|
data/.circleci/config.yml
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
sdr-client (2.
|
|
4
|
+
sdr-client (2.35.0)
|
|
5
5
|
activesupport
|
|
6
|
-
cocina-models (~> 0.
|
|
6
|
+
cocina-models (~> 0.117.0)
|
|
7
7
|
config
|
|
8
8
|
dry-monads
|
|
9
9
|
faraday (>= 0.16)
|
|
@@ -13,7 +13,7 @@ PATH
|
|
|
13
13
|
GEM
|
|
14
14
|
remote: https://rubygems.org/
|
|
15
15
|
specs:
|
|
16
|
-
activesupport (8.1.
|
|
16
|
+
activesupport (8.1.3)
|
|
17
17
|
base64
|
|
18
18
|
bigdecimal
|
|
19
19
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
@@ -26,17 +26,17 @@ GEM
|
|
|
26
26
|
securerandom (>= 0.3)
|
|
27
27
|
tzinfo (~> 2.0, >= 2.0.5)
|
|
28
28
|
uri (>= 0.13.1)
|
|
29
|
-
addressable (2.
|
|
29
|
+
addressable (2.9.0)
|
|
30
30
|
public_suffix (>= 2.0.2, < 8.0)
|
|
31
31
|
ast (2.4.3)
|
|
32
32
|
attr_extras (7.1.0)
|
|
33
33
|
base64 (0.3.0)
|
|
34
|
-
bigdecimal (4.
|
|
34
|
+
bigdecimal (4.1.2)
|
|
35
35
|
byebug (13.0.0)
|
|
36
36
|
reline (>= 0.6.0)
|
|
37
37
|
childprocess (5.1.0)
|
|
38
38
|
logger (~> 1.5)
|
|
39
|
-
cocina-models (0.
|
|
39
|
+
cocina-models (0.117.0)
|
|
40
40
|
activesupport
|
|
41
41
|
deprecation
|
|
42
42
|
dry-struct (~> 1.0)
|
|
@@ -74,7 +74,7 @@ GEM
|
|
|
74
74
|
concurrent-ruby (~> 1.0)
|
|
75
75
|
dry-core (~> 1.1)
|
|
76
76
|
zeitwerk (~> 2.6)
|
|
77
|
-
dry-monads (1.
|
|
77
|
+
dry-monads (1.10.0)
|
|
78
78
|
concurrent-ruby (~> 1.0)
|
|
79
79
|
dry-core (~> 1.1)
|
|
80
80
|
zeitwerk (~> 2.6)
|
|
@@ -106,10 +106,7 @@ GEM
|
|
|
106
106
|
concurrent-ruby (~> 1.0)
|
|
107
107
|
ice_nine (0.11.2)
|
|
108
108
|
io-console (0.8.2)
|
|
109
|
-
json (2.19.
|
|
110
|
-
json-schema (6.2.0)
|
|
111
|
-
addressable (~> 2.8)
|
|
112
|
-
bigdecimal (>= 3.1, < 5)
|
|
109
|
+
json (2.19.4)
|
|
113
110
|
json_schemer (2.5.0)
|
|
114
111
|
bigdecimal
|
|
115
112
|
hana (~> 1.3)
|
|
@@ -124,22 +121,20 @@ GEM
|
|
|
124
121
|
logger (~> 1.6)
|
|
125
122
|
lint_roller (1.1.0)
|
|
126
123
|
logger (1.7.0)
|
|
127
|
-
|
|
128
|
-
json-schema (>= 4.1)
|
|
129
|
-
minitest (6.0.2)
|
|
124
|
+
minitest (6.0.5)
|
|
130
125
|
drb (~> 2.0)
|
|
131
126
|
prism (~> 1.5)
|
|
132
|
-
multi_json (1.
|
|
127
|
+
multi_json (1.20.1)
|
|
133
128
|
net-http (0.9.1)
|
|
134
129
|
uri (>= 0.11.1)
|
|
135
|
-
nokogiri (1.19.
|
|
130
|
+
nokogiri (1.19.2-arm64-darwin)
|
|
136
131
|
racc (~> 1.4)
|
|
137
|
-
nokogiri (1.19.
|
|
132
|
+
nokogiri (1.19.2-x86_64-linux-gnu)
|
|
138
133
|
racc (~> 1.4)
|
|
139
134
|
optimist (3.2.1)
|
|
140
135
|
ostruct (0.6.3)
|
|
141
|
-
parallel (1.
|
|
142
|
-
parser (3.3.
|
|
136
|
+
parallel (2.1.0)
|
|
137
|
+
parser (3.3.11.1)
|
|
143
138
|
ast (~> 2.4.1)
|
|
144
139
|
racc
|
|
145
140
|
patience_diff (1.2.0)
|
|
@@ -148,8 +143,8 @@ GEM
|
|
|
148
143
|
public_suffix (7.0.5)
|
|
149
144
|
racc (1.8.1)
|
|
150
145
|
rainbow (3.1.1)
|
|
151
|
-
rake (13.
|
|
152
|
-
regexp_parser (2.
|
|
146
|
+
rake (13.4.2)
|
|
147
|
+
regexp_parser (2.12.0)
|
|
153
148
|
reline (0.6.3)
|
|
154
149
|
io-console (~> 0.5)
|
|
155
150
|
rexml (3.4.4)
|
|
@@ -168,12 +163,11 @@ GEM
|
|
|
168
163
|
rspec-support (3.13.7)
|
|
169
164
|
rspec_junit_formatter (0.6.0)
|
|
170
165
|
rspec-core (>= 2, < 4, != 2.12.0)
|
|
171
|
-
rubocop (1.
|
|
166
|
+
rubocop (1.86.1)
|
|
172
167
|
json (~> 2.3)
|
|
173
168
|
language_server-protocol (~> 3.17.0.2)
|
|
174
169
|
lint_roller (~> 1.1.0)
|
|
175
|
-
|
|
176
|
-
parallel (~> 1.10)
|
|
170
|
+
parallel (>= 1.10)
|
|
177
171
|
parser (>= 3.3.0.2)
|
|
178
172
|
rainbow (>= 2.2.2, < 4.0)
|
|
179
173
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
@@ -209,7 +203,7 @@ GEM
|
|
|
209
203
|
unicode-emoji (~> 4.1)
|
|
210
204
|
unicode-emoji (4.2.0)
|
|
211
205
|
uri (1.1.1)
|
|
212
|
-
webmock (3.26.
|
|
206
|
+
webmock (3.26.2)
|
|
213
207
|
addressable (>= 2.8.0)
|
|
214
208
|
crack (>= 0.3.2)
|
|
215
209
|
hashdiff (>= 0.4.0, < 2.0.0)
|
data/lib/sdr_client/version.rb
CHANGED
data/sdr-client.gemspec
CHANGED
|
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
|
|
|
28
28
|
spec.require_paths = ['lib']
|
|
29
29
|
|
|
30
30
|
spec.add_dependency 'activesupport'
|
|
31
|
-
spec.add_dependency 'cocina-models', '~> 0.
|
|
31
|
+
spec.add_dependency 'cocina-models', '~> 0.117.0'
|
|
32
32
|
spec.add_dependency 'config'
|
|
33
33
|
spec.add_dependency 'dry-monads'
|
|
34
34
|
spec.add_dependency 'faraday', '>= 0.16'
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sdr-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.35.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Coyne
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: activesupport
|
|
@@ -29,14 +29,14 @@ dependencies:
|
|
|
29
29
|
requirements:
|
|
30
30
|
- - "~>"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 0.
|
|
32
|
+
version: 0.117.0
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
37
|
- - "~>"
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: 0.
|
|
39
|
+
version: 0.117.0
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: config
|
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -222,7 +222,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
222
222
|
- !ruby/object:Gem::Version
|
|
223
223
|
version: '0'
|
|
224
224
|
requirements: []
|
|
225
|
-
rubygems_version: 3.
|
|
225
|
+
rubygems_version: 3.7.2
|
|
226
226
|
specification_version: 4
|
|
227
227
|
summary: The CLI for https://github.com/sul-dlss/sdr-api
|
|
228
228
|
test_files: []
|