sdr-client 2.3.1 → 2.4.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/Gemfile.lock +11 -11
- data/lib/sdr_client/version.rb +1 -1
- data/sdr-client.gemspec +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee6cf6f853cdced4466b332418b612995059f4b4e0ccb815304ddc6284c650bf
|
|
4
|
+
data.tar.gz: 61144422d1b60823942da6aa7295afc86afc0844af10187dadd7c1e83a6e18c5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b45b8adb122a9f69192fffeb39d05f98178aeff268194f779de3c79735af5cce6bfca54a2e5eb8b2adc2c26a2d5c2cefd4bb35dcb0ee5994321ee4e9c20ff57
|
|
7
|
+
data.tar.gz: 851da7520cce9fa8005f3c50b92fb21fd2b9ea9d8eac18b86cf0ddd06307609091005708e9d0d6372f7316a11117bc1362de4deb4fe368746ae109c293e7e803
|
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.4.0)
|
|
5
5
|
activesupport
|
|
6
|
-
cocina-models (~> 0.
|
|
6
|
+
cocina-models (~> 0.90.0)
|
|
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.0.4.
|
|
15
|
+
activesupport (7.0.4.3)
|
|
16
16
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
17
17
|
i18n (>= 1.6, < 2)
|
|
18
18
|
minitest (>= 5.1)
|
|
@@ -22,7 +22,7 @@ GEM
|
|
|
22
22
|
ast (2.4.2)
|
|
23
23
|
attr_extras (7.1.0)
|
|
24
24
|
byebug (11.1.3)
|
|
25
|
-
cocina-models (0.
|
|
25
|
+
cocina-models (0.90.0)
|
|
26
26
|
activesupport
|
|
27
27
|
deprecation
|
|
28
28
|
dry-struct (~> 1.0)
|
|
@@ -118,7 +118,7 @@ GEM
|
|
|
118
118
|
openapi_parser (0.15.0)
|
|
119
119
|
optimist (3.0.1)
|
|
120
120
|
parallel (1.22.1)
|
|
121
|
-
parser (3.2.1.
|
|
121
|
+
parser (3.2.1.1)
|
|
122
122
|
ast (~> 2.4.1)
|
|
123
123
|
patience_diff (1.2.0)
|
|
124
124
|
optimist (~> 3.0)
|
|
@@ -137,7 +137,7 @@ GEM
|
|
|
137
137
|
rspec-expectations (3.12.2)
|
|
138
138
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
139
139
|
rspec-support (~> 3.12.0)
|
|
140
|
-
rspec-mocks (3.12.
|
|
140
|
+
rspec-mocks (3.12.5)
|
|
141
141
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
142
142
|
rspec-support (~> 3.12.0)
|
|
143
143
|
rspec-support (3.12.0)
|
|
@@ -145,7 +145,7 @@ GEM
|
|
|
145
145
|
rspec-core (>= 2, < 4, != 2.12.0)
|
|
146
146
|
rss (0.2.9)
|
|
147
147
|
rexml
|
|
148
|
-
rubocop (1.48.
|
|
148
|
+
rubocop (1.48.1)
|
|
149
149
|
json (~> 2.3)
|
|
150
150
|
parallel (~> 1.10)
|
|
151
151
|
parser (>= 3.2.0.0)
|
|
@@ -155,13 +155,13 @@ GEM
|
|
|
155
155
|
rubocop-ast (>= 1.26.0, < 2.0)
|
|
156
156
|
ruby-progressbar (~> 1.7)
|
|
157
157
|
unicode-display_width (>= 2.4.0, < 3.0)
|
|
158
|
-
rubocop-ast (1.
|
|
158
|
+
rubocop-ast (1.28.0)
|
|
159
159
|
parser (>= 3.2.1.0)
|
|
160
160
|
rubocop-capybara (2.17.1)
|
|
161
161
|
rubocop (~> 1.41)
|
|
162
162
|
rubocop-rake (0.6.0)
|
|
163
163
|
rubocop (~> 1.0)
|
|
164
|
-
rubocop-rspec (2.
|
|
164
|
+
rubocop-rspec (2.19.0)
|
|
165
165
|
rubocop (~> 1.33)
|
|
166
166
|
rubocop-capybara (~> 2.17)
|
|
167
167
|
ruby-progressbar (1.13.0)
|
|
@@ -172,7 +172,7 @@ GEM
|
|
|
172
172
|
simplecov_json_formatter (~> 0.1)
|
|
173
173
|
simplecov-html (0.12.3)
|
|
174
174
|
simplecov_json_formatter (0.1.4)
|
|
175
|
-
super_diff (0.
|
|
175
|
+
super_diff (0.10.0)
|
|
176
176
|
attr_extras (>= 6.2.4)
|
|
177
177
|
diff-lcs
|
|
178
178
|
patience_diff
|
|
@@ -206,4 +206,4 @@ DEPENDENCIES
|
|
|
206
206
|
webmock (~> 3.7)
|
|
207
207
|
|
|
208
208
|
BUNDLED WITH
|
|
209
|
-
2.3.
|
|
209
|
+
2.3.22
|
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.90.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,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.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Coyne
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-03-
|
|
11
|
+
date: 2023-03-31 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.90.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.90.0
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: config
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -289,7 +289,7 @@ metadata:
|
|
|
289
289
|
source_code_uri: https://github.com/sul-dlss/sdr-client
|
|
290
290
|
changelog_uri: https://github.com/sul-dlss/sdr-client/releases
|
|
291
291
|
rubygems_mfa_required: 'true'
|
|
292
|
-
post_install_message:
|
|
292
|
+
post_install_message:
|
|
293
293
|
rdoc_options: []
|
|
294
294
|
require_paths:
|
|
295
295
|
- lib
|
|
@@ -305,7 +305,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
305
305
|
version: '0'
|
|
306
306
|
requirements: []
|
|
307
307
|
rubygems_version: 3.2.32
|
|
308
|
-
signing_key:
|
|
308
|
+
signing_key:
|
|
309
309
|
specification_version: 4
|
|
310
310
|
summary: The CLI for https://github.com/sul-dlss/sdr-api
|
|
311
311
|
test_files: []
|