sdr-client 2.15.0 → 2.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +1 -1
- data/Gemfile.lock +41 -37
- 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: 37285399edae9bb74d1accece385687165c413026cc02057bfdbadc1ce2722e2
|
4
|
+
data.tar.gz: d2c8b5dc9c419d5bc86be7554f332919d7a93b98f8b59ea5487505f19520bfb9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6bf01da5e8499d277d92d6af12d5d6955f49953459844eb67504c7ac42b0d5d313b68ef3276d8c241c85c2c899c8dd4d955ec9f5f97c867382bb7f455cc6369
|
7
|
+
data.tar.gz: 3b2965522625660452f669c51a31efb70fc7a1bedbd77787d283314e993421114c247b6a780f1575f9572206f88881cebdd6ba3c2396cbc20fa8f85d4532dccb
|
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.17.0)
|
5
5
|
activesupport
|
6
|
-
cocina-models (~> 0.
|
6
|
+
cocina-models (~> 0.99.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)
|
@@ -23,15 +23,15 @@ GEM
|
|
23
23
|
minitest (>= 5.1)
|
24
24
|
mutex_m
|
25
25
|
tzinfo (~> 2.0)
|
26
|
-
addressable (2.8.
|
27
|
-
public_suffix (>= 2.0.2, <
|
26
|
+
addressable (2.8.7)
|
27
|
+
public_suffix (>= 2.0.2, < 7.0)
|
28
28
|
ast (2.4.2)
|
29
29
|
attr_extras (7.1.0)
|
30
30
|
base64 (0.2.0)
|
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.99.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)
|
@@ -58,12 +60,12 @@ GEM
|
|
58
60
|
deprecation (1.1.0)
|
59
61
|
activesupport
|
60
62
|
diff-lcs (1.5.1)
|
61
|
-
docile (1.4.
|
63
|
+
docile (1.4.1)
|
62
64
|
drb (2.2.1)
|
63
65
|
dry-core (1.0.1)
|
64
66
|
concurrent-ruby (~> 1.0)
|
65
67
|
zeitwerk (~> 2.6)
|
66
|
-
dry-inflector (1.
|
68
|
+
dry-inflector (1.1.0)
|
67
69
|
dry-logic (1.5.0)
|
68
70
|
concurrent-ruby (~> 1.0)
|
69
71
|
dry-core (~> 1.0, < 2)
|
@@ -88,9 +90,10 @@ GEM
|
|
88
90
|
activesupport (>= 3.0, < 8.0)
|
89
91
|
equivalent-xml (0.6.0)
|
90
92
|
nokogiri (>= 1.4.3)
|
91
|
-
faraday (2.
|
93
|
+
faraday (2.10.0)
|
92
94
|
faraday-net_http (>= 2.0, < 3.2)
|
93
|
-
|
95
|
+
logger
|
96
|
+
faraday-net_http (3.1.1)
|
94
97
|
net-http
|
95
98
|
hashdiff (1.1.0)
|
96
99
|
i18n (1.14.5)
|
@@ -103,41 +106,42 @@ GEM
|
|
103
106
|
launchy (3.0.1)
|
104
107
|
addressable (~> 2.8)
|
105
108
|
childprocess (~> 5.0)
|
106
|
-
|
109
|
+
logger (1.6.0)
|
110
|
+
minitest (5.24.1)
|
107
111
|
multi_json (1.15.0)
|
108
112
|
mutex_m (0.2.0)
|
109
113
|
net-http (0.4.1)
|
110
114
|
uri
|
111
|
-
nokogiri (1.16.
|
115
|
+
nokogiri (1.16.7-arm64-darwin)
|
112
116
|
racc (~> 1.4)
|
113
|
-
nokogiri (1.16.
|
117
|
+
nokogiri (1.16.7-x86_64-darwin)
|
114
118
|
racc (~> 1.4)
|
115
|
-
nokogiri (1.16.
|
119
|
+
nokogiri (1.16.7-x86_64-linux)
|
116
120
|
racc (~> 1.4)
|
117
|
-
openapi3_parser (0.
|
118
|
-
commonmarker (
|
121
|
+
openapi3_parser (0.10.0)
|
122
|
+
commonmarker (>= 1.0)
|
119
123
|
openapi_parser (1.0.0)
|
120
124
|
optimist (3.1.0)
|
121
|
-
parallel (1.
|
122
|
-
parser (3.3.
|
125
|
+
parallel (1.25.1)
|
126
|
+
parser (3.3.4.0)
|
123
127
|
ast (~> 2.4.1)
|
124
128
|
racc
|
125
129
|
patience_diff (1.2.0)
|
126
130
|
optimist (~> 3.0)
|
127
|
-
public_suffix (
|
128
|
-
racc (1.
|
131
|
+
public_suffix (6.0.1)
|
132
|
+
racc (1.8.0)
|
129
133
|
rainbow (3.1.1)
|
130
134
|
rake (13.2.1)
|
131
|
-
regexp_parser (2.9.
|
132
|
-
rexml (3.2
|
133
|
-
strscan
|
135
|
+
regexp_parser (2.9.2)
|
136
|
+
rexml (3.3.2)
|
137
|
+
strscan
|
134
138
|
rspec (3.13.0)
|
135
139
|
rspec-core (~> 3.13.0)
|
136
140
|
rspec-expectations (~> 3.13.0)
|
137
141
|
rspec-mocks (~> 3.13.0)
|
138
142
|
rspec-core (3.13.0)
|
139
143
|
rspec-support (~> 3.13.0)
|
140
|
-
rspec-expectations (3.13.
|
144
|
+
rspec-expectations (3.13.1)
|
141
145
|
diff-lcs (>= 1.2.0, < 2.0)
|
142
146
|
rspec-support (~> 3.13.0)
|
143
147
|
rspec-mocks (3.13.1)
|
@@ -146,32 +150,32 @@ GEM
|
|
146
150
|
rspec-support (3.13.1)
|
147
151
|
rspec_junit_formatter (0.6.0)
|
148
152
|
rspec-core (>= 2, < 4, != 2.12.0)
|
149
|
-
rubocop (1.
|
153
|
+
rubocop (1.65.0)
|
150
154
|
json (~> 2.3)
|
151
155
|
language_server-protocol (>= 3.17.0)
|
152
156
|
parallel (~> 1.10)
|
153
157
|
parser (>= 3.3.0.2)
|
154
158
|
rainbow (>= 2.2.2, < 4.0)
|
155
|
-
regexp_parser (>=
|
159
|
+
regexp_parser (>= 2.4, < 3.0)
|
156
160
|
rexml (>= 3.2.5, < 4.0)
|
157
161
|
rubocop-ast (>= 1.31.1, < 2.0)
|
158
162
|
ruby-progressbar (~> 1.7)
|
159
163
|
unicode-display_width (>= 2.4.0, < 3.0)
|
160
164
|
rubocop-ast (1.31.3)
|
161
165
|
parser (>= 3.3.1.0)
|
162
|
-
rubocop-capybara (2.
|
163
|
-
rubocop (~> 1.41)
|
164
|
-
rubocop-factory_bot (2.25.1)
|
166
|
+
rubocop-capybara (2.21.0)
|
165
167
|
rubocop (~> 1.41)
|
168
|
+
rubocop-factory_bot (2.26.1)
|
169
|
+
rubocop (~> 1.61)
|
166
170
|
rubocop-rake (0.6.0)
|
167
171
|
rubocop (~> 1.0)
|
168
|
-
rubocop-rspec (2.
|
172
|
+
rubocop-rspec (2.31.0)
|
169
173
|
rubocop (~> 1.40)
|
170
174
|
rubocop-capybara (~> 2.17)
|
171
175
|
rubocop-factory_bot (~> 2.22)
|
172
176
|
rubocop-rspec_rails (~> 2.28)
|
173
|
-
rubocop-rspec_rails (2.
|
174
|
-
rubocop (~> 1.
|
177
|
+
rubocop-rspec_rails (2.29.1)
|
178
|
+
rubocop (~> 1.61)
|
175
179
|
ruby-progressbar (1.13.0)
|
176
180
|
simplecov (0.22.0)
|
177
181
|
docile (~> 1.1)
|
@@ -189,11 +193,11 @@ GEM
|
|
189
193
|
concurrent-ruby (~> 1.0)
|
190
194
|
unicode-display_width (2.5.0)
|
191
195
|
uri (0.13.0)
|
192
|
-
webmock (3.23.
|
196
|
+
webmock (3.23.1)
|
193
197
|
addressable (>= 2.8.0)
|
194
198
|
crack (>= 0.3.2)
|
195
199
|
hashdiff (>= 0.4.0, < 2.0.0)
|
196
|
-
zeitwerk (2.6.
|
200
|
+
zeitwerk (2.6.16)
|
197
201
|
|
198
202
|
PLATFORMS
|
199
203
|
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.99.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.17.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-08-02 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.99.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.99.0
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: config
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -224,7 +224,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
224
224
|
- !ruby/object:Gem::Version
|
225
225
|
version: '0'
|
226
226
|
requirements: []
|
227
|
-
rubygems_version: 3.
|
227
|
+
rubygems_version: 3.4.19
|
228
228
|
signing_key:
|
229
229
|
specification_version: 4
|
230
230
|
summary: The CLI for https://github.com/sul-dlss/sdr-api
|