sdr-client 2.27.3 → 2.28.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f7cbef35a7ec9c041e7098880797fe20dba12daac2f053b79270cca73b7775c7
4
- data.tar.gz: 293909ca717374c43822bed79b85c3760b333dbb2910f143ab301db7ad3cdfc4
3
+ metadata.gz: 2d1f3b3e1169503cfe133bac57db17bb53265942b4178ec6ef9db01a112a2b1e
4
+ data.tar.gz: 8309768c102206aa38266edc6474fb7590c2d60d811fd57df34bd2e37499a129
5
5
  SHA512:
6
- metadata.gz: 7ba1020c46db5748fb2db4c65c751207dfd48580bf44263054986ca4b53e197dfb903d5ddd8a5ab5d40082388ffa4c0ed21d7081c343024700183f68d9032a85
7
- data.tar.gz: 20057c8ab63e921b7d5663c563dc1f26916c564fed7009c45e18b8adb61e6d3308a6dc3166115a08b4d0487c32b9507ca5d2966855a2daa9a86e4a4a9c3ea7a5
6
+ metadata.gz: 6d9b5b80b7dc3d4e529e52430284abf8f4e84d9667b7ce0febe8cf3795428236a029e1bc58fd8347e535db432587187624ce16d131dda46a92cd80502e8ec351
7
+ data.tar.gz: 24f49cc32ee35f84976eb240afb28df53931e3d1ca9d90aed2a76356af3314567c05c6e09f1c5d891a6e8b4b70ca46ffc304fa378048901c4851bce5f416d364
data/.rubocop.yml CHANGED
@@ -340,3 +340,42 @@ Style/SuperArguments: # new in 1.64
340
340
  Enabled: true
341
341
  Style/SuperWithArgsParentheses: # new in 1.58
342
342
  Enabled: true
343
+
344
+ Gemspec/AttributeAssignment: # new in 1.77
345
+ Enabled: true
346
+ Layout/EmptyLinesAfterModuleInclusion: # new in 1.79
347
+ Enabled: true
348
+ Lint/UselessDefaultValueArgument: # new in 1.76
349
+ Enabled: true
350
+ Lint/UselessOr: # new in 1.76
351
+ Enabled: true
352
+ Naming/PredicateMethod: # new in 1.76
353
+ Enabled: true
354
+ Style/ArrayIntersectWithSingleElement: # new in 1.81
355
+ Enabled: true
356
+ Style/CollectionQuerying: # new in 1.77
357
+ Enabled: true
358
+ Style/ComparableBetween: # new in 1.74
359
+ Enabled: true
360
+ Style/EmptyClassDefinition: # new in 1.83
361
+ Enabled: true
362
+ Style/EmptyStringInsideInterpolation: # new in 1.76
363
+ Enabled: true
364
+ Style/HashFetchChain: # new in 1.75
365
+ Enabled: true
366
+ Style/ItBlockParameter: # new in 1.75
367
+ Enabled: true
368
+ Style/ModuleMemberExistenceCheck: # new in 1.82
369
+ Enabled: true
370
+ Style/NegativeArrayIndex: # new in 1.83
371
+ Enabled: true
372
+ Style/RedundantArrayFlatten: # new in 1.76
373
+ Enabled: true
374
+ Style/ReverseFind: # new in 1.83
375
+ Enabled: true
376
+ RSpec/IncludeExamples: # new in 3.6
377
+ Enabled: true
378
+ RSpec/LeakyLocalVariable: # new in 3.8
379
+ Enabled: true
380
+ RSpec/Output: # new in 3.9
381
+ Enabled: true
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sdr-client (2.27.3)
4
+ sdr-client (2.28.0)
5
5
  activesupport
6
- cocina-models (~> 0.109.0)
6
+ cocina-models (~> 0.110.0)
7
7
  config
8
8
  dry-monads
9
9
  faraday (>= 0.16)
@@ -36,7 +36,7 @@ GEM
36
36
  reline (>= 0.6.0)
37
37
  childprocess (5.1.0)
38
38
  logger (~> 1.5)
39
- cocina-models (0.109.0)
39
+ cocina-models (0.110.0)
40
40
  activesupport
41
41
  deprecation
42
42
  dry-struct (~> 1.0)
@@ -44,9 +44,10 @@ GEM
44
44
  edtf
45
45
  equivalent-xml
46
46
  i18n
47
+ json_schemer (~> 2.0)
47
48
  jsonpath
49
+ marc (~> 1.3)
48
50
  nokogiri
49
- openapi_parser (~> 1.0)
50
51
  super_diff
51
52
  thor
52
53
  zeitwerk (~> 2.1)
@@ -83,7 +84,7 @@ GEM
83
84
  dry-types (~> 1.8, >= 1.8.2)
84
85
  ice_nine (~> 0.11)
85
86
  zeitwerk (~> 2.6)
86
- dry-types (1.9.0)
87
+ dry-types (1.9.1)
87
88
  bigdecimal (>= 3.0)
88
89
  concurrent-ruby (~> 1.0)
89
90
  dry-core (~> 1.0)
@@ -94,18 +95,24 @@ GEM
94
95
  activesupport (>= 3.0, < 9.0)
95
96
  equivalent-xml (0.6.0)
96
97
  nokogiri (>= 1.4.3)
97
- faraday (2.14.0)
98
+ faraday (2.14.1)
98
99
  faraday-net_http (>= 2.0, < 3.5)
99
100
  json
100
101
  logger
101
102
  faraday-net_http (3.4.2)
102
103
  net-http (~> 0.5)
104
+ hana (1.3.7)
103
105
  hashdiff (1.2.1)
104
106
  i18n (1.14.8)
105
107
  concurrent-ruby (~> 1.0)
106
108
  ice_nine (0.11.2)
107
109
  io-console (0.8.2)
108
- json (2.18.0)
110
+ json (2.18.1)
111
+ json_schemer (2.5.0)
112
+ bigdecimal
113
+ hana (~> 1.3)
114
+ regexp_parser (~> 2.0)
115
+ simpleidn (~> 0.2)
109
116
  jsonpath (1.1.5)
110
117
  multi_json
111
118
  language_server-protocol (3.17.0.5)
@@ -115,6 +122,9 @@ GEM
115
122
  logger (~> 1.6)
116
123
  lint_roller (1.1.0)
117
124
  logger (1.7.0)
125
+ marc (1.4.0)
126
+ nokogiri (~> 1.0)
127
+ rexml
118
128
  minitest (6.0.1)
119
129
  prism (~> 1.5)
120
130
  multi_json (1.19.1)
@@ -126,7 +136,6 @@ GEM
126
136
  racc (~> 1.4)
127
137
  nokogiri (1.19.0-x86_64-linux-gnu)
128
138
  racc (~> 1.4)
129
- openapi_parser (1.0.0)
130
139
  optimist (3.2.1)
131
140
  ostruct (0.6.3)
132
141
  parallel (1.27.0)
@@ -135,7 +144,7 @@ GEM
135
144
  racc
136
145
  patience_diff (1.2.0)
137
146
  optimist (~> 3.0)
138
- prism (1.8.0)
147
+ prism (1.9.0)
139
148
  public_suffix (7.0.2)
140
149
  racc (1.8.1)
141
150
  rainbow (3.1.1)
@@ -156,10 +165,10 @@ GEM
156
165
  rspec-mocks (3.13.7)
157
166
  diff-lcs (>= 1.2.0, < 2.0)
158
167
  rspec-support (~> 3.13.0)
159
- rspec-support (3.13.6)
168
+ rspec-support (3.13.7)
160
169
  rspec_junit_formatter (0.6.0)
161
170
  rspec-core (>= 2, < 4, != 2.12.0)
162
- rubocop (1.82.1)
171
+ rubocop (1.84.1)
163
172
  json (~> 2.3)
164
173
  language_server-protocol (~> 3.17.0.2)
165
174
  lint_roller (~> 1.1.0)
@@ -167,7 +176,7 @@ GEM
167
176
  parser (>= 3.3.0.2)
168
177
  rainbow (>= 2.2.2, < 4.0)
169
178
  regexp_parser (>= 2.9.3, < 3.0)
170
- rubocop-ast (>= 1.48.0, < 2.0)
179
+ rubocop-ast (>= 1.49.0, < 2.0)
171
180
  ruby-progressbar (~> 1.7)
172
181
  unicode-display_width (>= 2.4.0, < 4.0)
173
182
  rubocop-ast (1.49.0)
@@ -187,6 +196,7 @@ GEM
187
196
  simplecov_json_formatter (~> 0.1)
188
197
  simplecov-html (0.13.2)
189
198
  simplecov_json_formatter (0.1.4)
199
+ simpleidn (0.2.3)
190
200
  super_diff (0.18.0)
191
201
  attr_extras (>= 6.2.4)
192
202
  diff-lcs
@@ -37,7 +37,7 @@ module SdrClient
37
37
  # @param [Integer] timeout_in_secs (180) timeout after this many secs
38
38
  # @param [Float] backoff_factor (2.0) how quickly to backoff. This should be > 1.0 and probably ought to be <= 2.0
39
39
  # @return [Boolean] true if successful false if unsuccessful.
40
- def wait_until_complete(secs_between_requests: 3.0, # rubocop:disable Metrics/MethodLength
40
+ def wait_until_complete(secs_between_requests: 3.0, # rubocop:disable Metrics/MethodLength, Naming/PredicateMethod
41
41
  timeout_in_secs: 180,
42
42
  backoff_factor: 2.0,
43
43
  max_secs_between_requests: 60)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SdrClient
4
- VERSION = '2.27.3'
4
+ VERSION = '2.28.0'
5
5
  end
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.109.0'
31
+ spec.add_dependency 'cocina-models', '~> 0.110.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,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sdr-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.27.3
4
+ version: 2.28.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Coyne
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2026-01-22 00:00:00.000000000 Z
10
+ date: 2026-02-11 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: activesupport
@@ -29,14 +29,14 @@ dependencies:
29
29
  requirements:
30
30
  - - "~>"
31
31
  - !ruby/object:Gem::Version
32
- version: 0.109.0
32
+ version: 0.110.0
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: 0.109.0
39
+ version: 0.110.0
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: config
42
42
  requirement: !ruby/object:Gem::Requirement