sdr-client 2.9.0 → 2.10.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 +39 -57
- 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: 27013328acf9ab97cddf1d8fea6ba9bd9f621d42508ac18b159902b26293c547
|
|
4
|
+
data.tar.gz: a87c8f28d581d754383b9f41ba8bb2233637f70ba42035e774fe167d2e6ddab4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2c06f54ce6fdabc694ff6550b918420af127ce267bdc4427137ae69ab0e1a975210ad92d4be9d661214a17172cad686c999c329d1e076ffd34ac9c86a6b643e
|
|
7
|
+
data.tar.gz: 0b64bc06df429ca048a1a13b982fad00c52eaf303a7b110daddc12d3a6ed9afdf9498db30c578a4417a922c9afb43aff59d0624906aafa1c963872e395c21e13
|
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.10.1)
|
|
5
5
|
activesupport
|
|
6
|
-
cocina-models (~> 0.
|
|
6
|
+
cocina-models (~> 0.95.1)
|
|
7
7
|
config
|
|
8
8
|
dry-monads
|
|
9
9
|
faraday (>= 0.16)
|
|
@@ -12,7 +12,7 @@ PATH
|
|
|
12
12
|
GEM
|
|
13
13
|
remote: https://rubygems.org/
|
|
14
14
|
specs:
|
|
15
|
-
activesupport (7.1.2)
|
|
15
|
+
activesupport (7.1.3.2)
|
|
16
16
|
base64
|
|
17
17
|
bigdecimal
|
|
18
18
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
@@ -27,9 +27,10 @@ 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.6)
|
|
31
31
|
byebug (11.1.3)
|
|
32
|
-
|
|
32
|
+
childprocess (5.0.0)
|
|
33
|
+
cocina-models (0.95.1)
|
|
33
34
|
activesupport
|
|
34
35
|
deprecation
|
|
35
36
|
dry-struct (~> 1.0)
|
|
@@ -46,28 +47,23 @@ GEM
|
|
|
46
47
|
thor
|
|
47
48
|
zeitwerk (~> 2.1)
|
|
48
49
|
commonmarker (0.23.10)
|
|
49
|
-
concurrent-ruby (1.2.
|
|
50
|
-
config (5.
|
|
50
|
+
concurrent-ruby (1.2.3)
|
|
51
|
+
config (5.3.0)
|
|
51
52
|
deep_merge (~> 1.2, >= 1.2.1)
|
|
52
|
-
dry-validation (~> 1.0, >= 1.0.0)
|
|
53
53
|
connection_pool (2.4.1)
|
|
54
|
-
crack (0.
|
|
54
|
+
crack (1.0.0)
|
|
55
|
+
bigdecimal
|
|
55
56
|
rexml
|
|
56
57
|
deep_merge (1.2.2)
|
|
57
58
|
deprecation (1.1.0)
|
|
58
59
|
activesupport
|
|
59
|
-
diff-lcs (1.5.
|
|
60
|
+
diff-lcs (1.5.1)
|
|
60
61
|
docile (1.4.0)
|
|
61
|
-
drb (2.2.
|
|
62
|
-
ruby2_keywords
|
|
63
|
-
dry-configurable (1.1.0)
|
|
64
|
-
dry-core (~> 1.0, < 2)
|
|
65
|
-
zeitwerk (~> 2.6)
|
|
62
|
+
drb (2.2.1)
|
|
66
63
|
dry-core (1.0.1)
|
|
67
64
|
concurrent-ruby (~> 1.0)
|
|
68
65
|
zeitwerk (~> 2.6)
|
|
69
66
|
dry-inflector (1.0.0)
|
|
70
|
-
dry-initializer (3.1.1)
|
|
71
67
|
dry-logic (1.5.0)
|
|
72
68
|
concurrent-ruby (~> 1.0)
|
|
73
69
|
dry-core (~> 1.0, < 2)
|
|
@@ -76,14 +72,6 @@ GEM
|
|
|
76
72
|
concurrent-ruby (~> 1.0)
|
|
77
73
|
dry-core (~> 1.0, < 2)
|
|
78
74
|
zeitwerk (~> 2.6)
|
|
79
|
-
dry-schema (1.13.3)
|
|
80
|
-
concurrent-ruby (~> 1.0)
|
|
81
|
-
dry-configurable (~> 1.0, >= 1.0.1)
|
|
82
|
-
dry-core (~> 1.0, < 2)
|
|
83
|
-
dry-initializer (~> 3.0)
|
|
84
|
-
dry-logic (>= 1.4, < 2)
|
|
85
|
-
dry-types (>= 1.7, < 2)
|
|
86
|
-
zeitwerk (~> 2.6)
|
|
87
75
|
dry-struct (1.6.0)
|
|
88
76
|
dry-core (~> 1.0, < 2)
|
|
89
77
|
dry-types (>= 1.7, < 2)
|
|
@@ -96,12 +84,6 @@ GEM
|
|
|
96
84
|
dry-inflector (~> 1.0)
|
|
97
85
|
dry-logic (~> 1.4)
|
|
98
86
|
zeitwerk (~> 2.6)
|
|
99
|
-
dry-validation (1.10.0)
|
|
100
|
-
concurrent-ruby (~> 1.0)
|
|
101
|
-
dry-core (~> 1.0, < 2)
|
|
102
|
-
dry-initializer (~> 3.0)
|
|
103
|
-
dry-schema (>= 1.12, < 2)
|
|
104
|
-
zeitwerk (~> 2.6)
|
|
105
87
|
edtf (3.1.1)
|
|
106
88
|
activesupport (>= 3.0, < 8.0)
|
|
107
89
|
equivalent-xml (0.6.0)
|
|
@@ -111,30 +93,31 @@ GEM
|
|
|
111
93
|
faraday-net_http (3.1.0)
|
|
112
94
|
net-http
|
|
113
95
|
hashdiff (1.1.0)
|
|
114
|
-
i18n (1.14.
|
|
96
|
+
i18n (1.14.4)
|
|
115
97
|
concurrent-ruby (~> 1.0)
|
|
116
98
|
ice_nine (0.11.2)
|
|
117
99
|
json (2.7.1)
|
|
118
100
|
jsonpath (1.1.5)
|
|
119
101
|
multi_json
|
|
120
102
|
language_server-protocol (3.17.0.3)
|
|
121
|
-
launchy (
|
|
103
|
+
launchy (3.0.0)
|
|
122
104
|
addressable (~> 2.8)
|
|
123
|
-
|
|
105
|
+
childprocess (~> 5.0)
|
|
106
|
+
minitest (5.22.2)
|
|
124
107
|
multi_json (1.15.0)
|
|
125
108
|
mutex_m (0.2.0)
|
|
126
109
|
net-http (0.4.1)
|
|
127
110
|
uri
|
|
128
|
-
nokogiri (1.16.
|
|
111
|
+
nokogiri (1.16.2-x86_64-darwin)
|
|
129
112
|
racc (~> 1.4)
|
|
130
|
-
nokogiri (1.16.
|
|
113
|
+
nokogiri (1.16.2-x86_64-linux)
|
|
131
114
|
racc (~> 1.4)
|
|
132
115
|
openapi3_parser (0.9.2)
|
|
133
116
|
commonmarker (~> 0.17)
|
|
134
117
|
openapi_parser (1.0.0)
|
|
135
118
|
optimist (3.1.0)
|
|
136
119
|
parallel (1.24.0)
|
|
137
|
-
parser (3.3.0.
|
|
120
|
+
parser (3.3.0.5)
|
|
138
121
|
ast (~> 2.4.1)
|
|
139
122
|
racc
|
|
140
123
|
patience_diff (1.2.0)
|
|
@@ -145,24 +128,24 @@ GEM
|
|
|
145
128
|
rake (13.1.0)
|
|
146
129
|
regexp_parser (2.9.0)
|
|
147
130
|
rexml (3.2.6)
|
|
148
|
-
rspec (3.
|
|
149
|
-
rspec-core (~> 3.
|
|
150
|
-
rspec-expectations (~> 3.
|
|
151
|
-
rspec-mocks (~> 3.
|
|
152
|
-
rspec-core (3.
|
|
153
|
-
rspec-support (~> 3.
|
|
154
|
-
rspec-expectations (3.
|
|
131
|
+
rspec (3.13.0)
|
|
132
|
+
rspec-core (~> 3.13.0)
|
|
133
|
+
rspec-expectations (~> 3.13.0)
|
|
134
|
+
rspec-mocks (~> 3.13.0)
|
|
135
|
+
rspec-core (3.13.0)
|
|
136
|
+
rspec-support (~> 3.13.0)
|
|
137
|
+
rspec-expectations (3.13.0)
|
|
155
138
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
156
|
-
rspec-support (~> 3.
|
|
157
|
-
rspec-mocks (3.
|
|
139
|
+
rspec-support (~> 3.13.0)
|
|
140
|
+
rspec-mocks (3.13.0)
|
|
158
141
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
159
|
-
rspec-support (~> 3.
|
|
160
|
-
rspec-support (3.
|
|
142
|
+
rspec-support (~> 3.13.0)
|
|
143
|
+
rspec-support (3.13.1)
|
|
161
144
|
rspec_junit_formatter (0.6.0)
|
|
162
145
|
rspec-core (>= 2, < 4, != 2.12.0)
|
|
163
146
|
rss (0.3.0)
|
|
164
147
|
rexml
|
|
165
|
-
rubocop (1.
|
|
148
|
+
rubocop (1.62.0)
|
|
166
149
|
json (~> 2.3)
|
|
167
150
|
language_server-protocol (>= 3.17.0)
|
|
168
151
|
parallel (~> 1.10)
|
|
@@ -170,43 +153,42 @@ GEM
|
|
|
170
153
|
rainbow (>= 2.2.2, < 4.0)
|
|
171
154
|
regexp_parser (>= 1.8, < 3.0)
|
|
172
155
|
rexml (>= 3.2.5, < 4.0)
|
|
173
|
-
rubocop-ast (>= 1.
|
|
156
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
|
174
157
|
ruby-progressbar (~> 1.7)
|
|
175
158
|
unicode-display_width (>= 2.4.0, < 3.0)
|
|
176
|
-
rubocop-ast (1.
|
|
177
|
-
parser (>= 3.
|
|
159
|
+
rubocop-ast (1.31.2)
|
|
160
|
+
parser (>= 3.3.0.4)
|
|
178
161
|
rubocop-capybara (2.20.0)
|
|
179
162
|
rubocop (~> 1.41)
|
|
180
163
|
rubocop-factory_bot (2.25.1)
|
|
181
164
|
rubocop (~> 1.41)
|
|
182
165
|
rubocop-rake (0.6.0)
|
|
183
166
|
rubocop (~> 1.0)
|
|
184
|
-
rubocop-rspec (2.
|
|
167
|
+
rubocop-rspec (2.27.1)
|
|
185
168
|
rubocop (~> 1.40)
|
|
186
169
|
rubocop-capybara (~> 2.17)
|
|
187
170
|
rubocop-factory_bot (~> 2.22)
|
|
188
171
|
ruby-progressbar (1.13.0)
|
|
189
|
-
ruby2_keywords (0.0.5)
|
|
190
172
|
simplecov (0.22.0)
|
|
191
173
|
docile (~> 1.1)
|
|
192
174
|
simplecov-html (~> 0.11)
|
|
193
175
|
simplecov_json_formatter (~> 0.1)
|
|
194
176
|
simplecov-html (0.12.3)
|
|
195
177
|
simplecov_json_formatter (0.1.4)
|
|
196
|
-
super_diff (0.
|
|
178
|
+
super_diff (0.11.0)
|
|
197
179
|
attr_extras (>= 6.2.4)
|
|
198
180
|
diff-lcs
|
|
199
181
|
patience_diff
|
|
200
|
-
thor (1.3.
|
|
182
|
+
thor (1.3.1)
|
|
201
183
|
tzinfo (2.0.6)
|
|
202
184
|
concurrent-ruby (~> 1.0)
|
|
203
185
|
unicode-display_width (2.5.0)
|
|
204
186
|
uri (0.13.0)
|
|
205
|
-
webmock (3.
|
|
187
|
+
webmock (3.23.0)
|
|
206
188
|
addressable (>= 2.8.0)
|
|
207
189
|
crack (>= 0.3.2)
|
|
208
190
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
209
|
-
zeitwerk (2.6.
|
|
191
|
+
zeitwerk (2.6.13)
|
|
210
192
|
|
|
211
193
|
PLATFORMS
|
|
212
194
|
x86_64-darwin-19
|
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.95.1'
|
|
32
32
|
spec.add_dependency 'config'
|
|
33
33
|
spec.add_dependency 'dry-monads'
|
|
34
34
|
spec.add_dependency 'faraday', '>= 0.16'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sdr-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.10.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Coyne
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-03-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.
|
|
33
|
+
version: 0.95.1
|
|
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.95.1
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: config
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -178,7 +178,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
178
178
|
- !ruby/object:Gem::Version
|
|
179
179
|
version: '0'
|
|
180
180
|
requirements: []
|
|
181
|
-
rubygems_version: 3.
|
|
181
|
+
rubygems_version: 3.4.10
|
|
182
182
|
signing_key:
|
|
183
183
|
specification_version: 4
|
|
184
184
|
summary: The CLI for https://github.com/sul-dlss/sdr-api
|