sdr-client 2.18.1 → 2.19.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 +3 -1
- data/Gemfile.lock +13 -13
- data/README.md +1 -2
- data/lib/sdr_client/version.rb +1 -1
- data/sdr-client.gemspec +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: 36dfee5a736196a6bef5e278eb3e7db390d074ca6a3828e32c98abe81b1bb316
|
|
4
|
+
data.tar.gz: 664f514e53ac6ddb6f7505ee5533e4253edfb1b1010938786d42a69b218fbba4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4f7f60b5ec5246c503c2731861a3cdf3f3cc6a15aa89b19bae697d51151e3acec6a9fcb2e5051220f293ef1de28d729818862b3e2c019015977700b60ecb1233
|
|
7
|
+
data.tar.gz: 5cadf6924e38a3eecb8797347aa71aeb47cf1efa5e91329cfe7cb0b5a8c67748b79779b5bde5f3ff5a72ffd791c8d192a15529450cd941226d95dfc80a997eb6
|
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.19.0)
|
|
5
5
|
activesupport
|
|
6
|
-
cocina-models (~> 0.
|
|
6
|
+
cocina-models (~> 0.100.0)
|
|
7
7
|
config
|
|
8
8
|
dry-monads
|
|
9
9
|
faraday (>= 0.16)
|
|
@@ -36,7 +36,7 @@ GEM
|
|
|
36
36
|
byebug (11.1.3)
|
|
37
37
|
childprocess (5.1.0)
|
|
38
38
|
logger (~> 1.5)
|
|
39
|
-
cocina-models (0.
|
|
39
|
+
cocina-models (0.100.0)
|
|
40
40
|
activesupport
|
|
41
41
|
deprecation
|
|
42
42
|
dry-struct (~> 1.0)
|
|
@@ -78,12 +78,12 @@ GEM
|
|
|
78
78
|
concurrent-ruby (~> 1.0)
|
|
79
79
|
dry-core (~> 1.1)
|
|
80
80
|
zeitwerk (~> 2.6)
|
|
81
|
-
dry-struct (1.7.
|
|
81
|
+
dry-struct (1.7.1)
|
|
82
82
|
dry-core (~> 1.1)
|
|
83
|
-
dry-types (~> 1.8)
|
|
83
|
+
dry-types (~> 1.8, >= 1.8.2)
|
|
84
84
|
ice_nine (~> 0.11)
|
|
85
85
|
zeitwerk (~> 2.6)
|
|
86
|
-
dry-types (1.8.
|
|
86
|
+
dry-types (1.8.2)
|
|
87
87
|
bigdecimal (~> 3.0)
|
|
88
88
|
concurrent-ruby (~> 1.0)
|
|
89
89
|
dry-core (~> 1.0)
|
|
@@ -107,7 +107,7 @@ GEM
|
|
|
107
107
|
json (2.9.1)
|
|
108
108
|
jsonpath (1.1.5)
|
|
109
109
|
multi_json
|
|
110
|
-
language_server-protocol (3.17.0.
|
|
110
|
+
language_server-protocol (3.17.0.4)
|
|
111
111
|
launchy (3.1.0)
|
|
112
112
|
addressable (~> 2.8)
|
|
113
113
|
childprocess (~> 5.0)
|
|
@@ -127,7 +127,7 @@ GEM
|
|
|
127
127
|
optimist (3.2.0)
|
|
128
128
|
ostruct (0.6.1)
|
|
129
129
|
parallel (1.26.3)
|
|
130
|
-
parser (3.3.7.
|
|
130
|
+
parser (3.3.7.1)
|
|
131
131
|
ast (~> 2.4.1)
|
|
132
132
|
racc
|
|
133
133
|
patience_diff (1.2.0)
|
|
@@ -142,7 +142,7 @@ GEM
|
|
|
142
142
|
rspec-core (~> 3.13.0)
|
|
143
143
|
rspec-expectations (~> 3.13.0)
|
|
144
144
|
rspec-mocks (~> 3.13.0)
|
|
145
|
-
rspec-core (3.13.
|
|
145
|
+
rspec-core (3.13.3)
|
|
146
146
|
rspec-support (~> 3.13.0)
|
|
147
147
|
rspec-expectations (3.13.3)
|
|
148
148
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
@@ -153,17 +153,17 @@ GEM
|
|
|
153
153
|
rspec-support (3.13.2)
|
|
154
154
|
rspec_junit_formatter (0.6.0)
|
|
155
155
|
rspec-core (>= 2, < 4, != 2.12.0)
|
|
156
|
-
rubocop (1.71.
|
|
156
|
+
rubocop (1.71.2)
|
|
157
157
|
json (~> 2.3)
|
|
158
158
|
language_server-protocol (>= 3.17.0)
|
|
159
159
|
parallel (~> 1.10)
|
|
160
160
|
parser (>= 3.3.0.2)
|
|
161
161
|
rainbow (>= 2.2.2, < 4.0)
|
|
162
162
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
163
|
-
rubocop-ast (>= 1.
|
|
163
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
|
164
164
|
ruby-progressbar (~> 1.7)
|
|
165
165
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
166
|
-
rubocop-ast (1.
|
|
166
|
+
rubocop-ast (1.38.0)
|
|
167
167
|
parser (>= 3.3.1.0)
|
|
168
168
|
rubocop-capybara (2.21.0)
|
|
169
169
|
rubocop (~> 1.41)
|
|
@@ -197,7 +197,7 @@ GEM
|
|
|
197
197
|
unicode-emoji (~> 4.0, >= 4.0.4)
|
|
198
198
|
unicode-emoji (4.0.4)
|
|
199
199
|
uri (1.0.2)
|
|
200
|
-
webmock (3.
|
|
200
|
+
webmock (3.25.0)
|
|
201
201
|
addressable (>= 2.8.0)
|
|
202
202
|
crack (>= 0.3.2)
|
|
203
203
|
hashdiff (>= 0.4.0, < 2.0.0)
|
data/README.md
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
[](https://circleci.com/gh/sul-dlss/sdr-client)
|
|
2
|
-
[](https://codeclimate.com/github/sul-dlss/sdr-client/test_coverage)
|
|
2
|
+
[](https://codecov.io/github/sul-dlss/sdr-client)
|
|
4
3
|
[](https://badge.fury.io/rb/sdr-client)
|
|
5
4
|
|
|
6
5
|
# SdrClient
|
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.100.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.19.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Coyne
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-02-19 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.100.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.100.0
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: config
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|