sdr-client 2.20.1 → 2.21.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: '087b8e5acb68d0be0da862c77f38216df4586613bafabfd07625bbadd64a17fe'
4
- data.tar.gz: f82ec545f375c1f96069afe18592434f2c68dd6eee69429e561fe26a2f71d050
3
+ metadata.gz: 6d7a402674965820744402634b073c49f4a7ab0bc20b629db88f1a51295d9b4c
4
+ data.tar.gz: d7e38b36fb7bba10013a9f5d5422883673da1ce9ca4c079a5b9bac05d5bbbc98
5
5
  SHA512:
6
- metadata.gz: 0c3808b768f546158f32d9d7ae3f33a408592fcf355973adede80759b6cd6999dcae8113abd55b9bd526a58a77f3095c15b704cb261540fc688b383ca1503369
7
- data.tar.gz: d093b28a4585921d7ac4fcbd8e61fc23a609795b485f97582563901d78b288a64c579b2e0a896a300441670a4635c730b0e500cc5b076ca1fc10f365eb60b5ea
6
+ metadata.gz: f54874ea43e5894352ae806a449c1b22f89908435dfdb72c50861203fc0c052ab376475f412af09e285d2551613e0169ad67638095813aa4d8da763795e320e8
7
+ data.tar.gz: b40984a7ceb493c132b3e864b95394e82bd5bb9e03509987602cce1ebecd9faae8b1a6087f364aa18bfc5e2cf6223f2b10b40f05e1848ed5cc604de232f274b9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sdr-client (2.20.1)
4
+ sdr-client (2.21.0)
5
5
  activesupport
6
6
  cocina-models (~> 0.101.1)
7
7
  config
@@ -54,7 +54,7 @@ GEM
54
54
  config (5.5.2)
55
55
  deep_merge (~> 1.2, >= 1.2.1)
56
56
  ostruct
57
- connection_pool (2.5.0)
57
+ connection_pool (2.5.2)
58
58
  crack (1.0.0)
59
59
  bigdecimal
60
60
  rexml
@@ -94,7 +94,7 @@ GEM
94
94
  activesupport (>= 3.0, < 9.0)
95
95
  equivalent-xml (0.6.0)
96
96
  nokogiri (>= 1.4.3)
97
- faraday (2.13.0)
97
+ faraday (2.13.1)
98
98
  faraday-net_http (>= 2.0, < 3.5)
99
99
  json
100
100
  logger
@@ -104,7 +104,7 @@ GEM
104
104
  i18n (1.14.7)
105
105
  concurrent-ruby (~> 1.0)
106
106
  ice_nine (0.11.2)
107
- json (2.10.2)
107
+ json (2.11.3)
108
108
  jsonpath (1.1.5)
109
109
  multi_json
110
110
  language_server-protocol (3.17.0.4)
@@ -118,16 +118,16 @@ GEM
118
118
  multi_json (1.15.0)
119
119
  net-http (0.6.0)
120
120
  uri
121
- nokogiri (1.18.7-arm64-darwin)
121
+ nokogiri (1.18.8-arm64-darwin)
122
122
  racc (~> 1.4)
123
- nokogiri (1.18.7-x86_64-darwin)
123
+ nokogiri (1.18.8-x86_64-darwin)
124
124
  racc (~> 1.4)
125
- nokogiri (1.18.7-x86_64-linux-gnu)
125
+ nokogiri (1.18.8-x86_64-linux-gnu)
126
126
  racc (~> 1.4)
127
127
  openapi_parser (1.0.0)
128
128
  optimist (3.2.1)
129
129
  ostruct (0.6.1)
130
- parallel (1.26.3)
130
+ parallel (1.27.0)
131
131
  parser (3.3.8.0)
132
132
  ast (~> 2.4.1)
133
133
  racc
@@ -155,7 +155,7 @@ GEM
155
155
  rspec-support (3.13.2)
156
156
  rspec_junit_formatter (0.6.0)
157
157
  rspec-core (>= 2, < 4, != 2.12.0)
158
- rubocop (1.75.2)
158
+ rubocop (1.75.3)
159
159
  json (~> 2.3)
160
160
  language_server-protocol (~> 3.17.0.2)
161
161
  lint_roller (~> 1.1.0)
@@ -172,7 +172,7 @@ GEM
172
172
  rubocop-rake (0.7.1)
173
173
  lint_roller (~> 1.1)
174
174
  rubocop (>= 1.72.1)
175
- rubocop-rspec (3.5.0)
175
+ rubocop-rspec (3.6.0)
176
176
  lint_roller (~> 1.1)
177
177
  rubocop (~> 1.72, >= 1.72.1)
178
178
  ruby-progressbar (1.13.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SdrClient
4
- VERSION = '2.20.1'
4
+ VERSION = '2.21.0'
5
5
  end
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.20.1
4
+ version: 2.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Coyne
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-04-18 00:00:00.000000000 Z
10
+ date: 2025-04-29 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: activesupport