sdr-client 2.15.0 → 2.16.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 +26 -24
- 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: f5597f3b5850d7af1a42a940e3b3a2dc41456e25496f9068f336fa7f5e56b10c
|
|
4
|
+
data.tar.gz: 3ac03b6138442518a49a513ed279aea51d9687cd5743c53751af68922eaaf6f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 843bbc6116e49dc02c83dc851e5ca3c5fd49d10a4f2cb978fd41d1288ab1462498a55c05a8b87f85469b319a42b3c560a3e242d725a383aec389cfad5926fbc4
|
|
7
|
+
data.tar.gz: 8e8315896413afe3ccae3b889e6afb36a9537e7de320122d5dc168fe71d34a1b253f2c74fd978e9e67ffaedcfb4b904d2c54181fc7c7949e6bb88a0f59f0133c
|
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.16.0)
|
|
5
5
|
activesupport
|
|
6
|
-
cocina-models (~> 0.
|
|
6
|
+
cocina-models (~> 0.98.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 (7.1.3.
|
|
16
|
+
activesupport (7.1.3.4)
|
|
17
17
|
base64
|
|
18
18
|
bigdecimal
|
|
19
19
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
@@ -31,7 +31,7 @@ GEM
|
|
|
31
31
|
bigdecimal (3.1.8)
|
|
32
32
|
byebug (11.1.3)
|
|
33
33
|
childprocess (5.0.0)
|
|
34
|
-
cocina-models (0.
|
|
34
|
+
cocina-models (0.98.0)
|
|
35
35
|
activesupport
|
|
36
36
|
deprecation
|
|
37
37
|
dry-struct (~> 1.0)
|
|
@@ -46,9 +46,11 @@ GEM
|
|
|
46
46
|
super_diff
|
|
47
47
|
thor
|
|
48
48
|
zeitwerk (~> 2.1)
|
|
49
|
-
commonmarker (
|
|
50
|
-
|
|
51
|
-
|
|
49
|
+
commonmarker (1.1.4-arm64-darwin)
|
|
50
|
+
commonmarker (1.1.4-x86_64-darwin)
|
|
51
|
+
commonmarker (1.1.4-x86_64-linux)
|
|
52
|
+
concurrent-ruby (1.3.3)
|
|
53
|
+
config (5.5.1)
|
|
52
54
|
deep_merge (~> 1.2, >= 1.2.1)
|
|
53
55
|
connection_pool (2.4.1)
|
|
54
56
|
crack (1.0.0)
|
|
@@ -88,7 +90,7 @@ GEM
|
|
|
88
90
|
activesupport (>= 3.0, < 8.0)
|
|
89
91
|
equivalent-xml (0.6.0)
|
|
90
92
|
nokogiri (>= 1.4.3)
|
|
91
|
-
faraday (2.9.
|
|
93
|
+
faraday (2.9.1)
|
|
92
94
|
faraday-net_http (>= 2.0, < 3.2)
|
|
93
95
|
faraday-net_http (3.1.0)
|
|
94
96
|
net-http
|
|
@@ -103,7 +105,7 @@ GEM
|
|
|
103
105
|
launchy (3.0.1)
|
|
104
106
|
addressable (~> 2.8)
|
|
105
107
|
childprocess (~> 5.0)
|
|
106
|
-
minitest (5.23.
|
|
108
|
+
minitest (5.23.1)
|
|
107
109
|
multi_json (1.15.0)
|
|
108
110
|
mutex_m (0.2.0)
|
|
109
111
|
net-http (0.4.1)
|
|
@@ -114,23 +116,23 @@ GEM
|
|
|
114
116
|
racc (~> 1.4)
|
|
115
117
|
nokogiri (1.16.5-x86_64-linux)
|
|
116
118
|
racc (~> 1.4)
|
|
117
|
-
openapi3_parser (0.
|
|
118
|
-
commonmarker (
|
|
119
|
+
openapi3_parser (0.10.0)
|
|
120
|
+
commonmarker (>= 1.0)
|
|
119
121
|
openapi_parser (1.0.0)
|
|
120
122
|
optimist (3.1.0)
|
|
121
|
-
parallel (1.
|
|
122
|
-
parser (3.3.
|
|
123
|
+
parallel (1.25.1)
|
|
124
|
+
parser (3.3.2.0)
|
|
123
125
|
ast (~> 2.4.1)
|
|
124
126
|
racc
|
|
125
127
|
patience_diff (1.2.0)
|
|
126
128
|
optimist (~> 3.0)
|
|
127
129
|
public_suffix (5.0.5)
|
|
128
|
-
racc (1.
|
|
130
|
+
racc (1.8.0)
|
|
129
131
|
rainbow (3.1.1)
|
|
130
132
|
rake (13.2.1)
|
|
131
|
-
regexp_parser (2.9.
|
|
132
|
-
rexml (3.2.
|
|
133
|
-
strscan
|
|
133
|
+
regexp_parser (2.9.2)
|
|
134
|
+
rexml (3.2.9)
|
|
135
|
+
strscan
|
|
134
136
|
rspec (3.13.0)
|
|
135
137
|
rspec-core (~> 3.13.0)
|
|
136
138
|
rspec-expectations (~> 3.13.0)
|
|
@@ -146,7 +148,7 @@ GEM
|
|
|
146
148
|
rspec-support (3.13.1)
|
|
147
149
|
rspec_junit_formatter (0.6.0)
|
|
148
150
|
rspec-core (>= 2, < 4, != 2.12.0)
|
|
149
|
-
rubocop (1.
|
|
151
|
+
rubocop (1.64.1)
|
|
150
152
|
json (~> 2.3)
|
|
151
153
|
language_server-protocol (>= 3.17.0)
|
|
152
154
|
parallel (~> 1.10)
|
|
@@ -159,18 +161,18 @@ GEM
|
|
|
159
161
|
unicode-display_width (>= 2.4.0, < 3.0)
|
|
160
162
|
rubocop-ast (1.31.3)
|
|
161
163
|
parser (>= 3.3.1.0)
|
|
162
|
-
rubocop-capybara (2.
|
|
164
|
+
rubocop-capybara (2.21.0)
|
|
163
165
|
rubocop (~> 1.41)
|
|
164
|
-
rubocop-factory_bot (2.
|
|
166
|
+
rubocop-factory_bot (2.26.0)
|
|
165
167
|
rubocop (~> 1.41)
|
|
166
168
|
rubocop-rake (0.6.0)
|
|
167
169
|
rubocop (~> 1.0)
|
|
168
|
-
rubocop-rspec (2.
|
|
170
|
+
rubocop-rspec (2.31.0)
|
|
169
171
|
rubocop (~> 1.40)
|
|
170
172
|
rubocop-capybara (~> 2.17)
|
|
171
173
|
rubocop-factory_bot (~> 2.22)
|
|
172
174
|
rubocop-rspec_rails (~> 2.28)
|
|
173
|
-
rubocop-rspec_rails (2.
|
|
175
|
+
rubocop-rspec_rails (2.29.0)
|
|
174
176
|
rubocop (~> 1.40)
|
|
175
177
|
ruby-progressbar (1.13.0)
|
|
176
178
|
simplecov (0.22.0)
|
|
@@ -189,11 +191,11 @@ GEM
|
|
|
189
191
|
concurrent-ruby (~> 1.0)
|
|
190
192
|
unicode-display_width (2.5.0)
|
|
191
193
|
uri (0.13.0)
|
|
192
|
-
webmock (3.23.
|
|
194
|
+
webmock (3.23.1)
|
|
193
195
|
addressable (>= 2.8.0)
|
|
194
196
|
crack (>= 0.3.2)
|
|
195
197
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
196
|
-
zeitwerk (2.6.
|
|
198
|
+
zeitwerk (2.6.15)
|
|
197
199
|
|
|
198
200
|
PLATFORMS
|
|
199
201
|
arm64-darwin-23
|
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.98.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.16.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: 2024-
|
|
11
|
+
date: 2024-06-13 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.98.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.98.0
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: config
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|