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 +4 -4
- data/Gemfile.lock +10 -10
- data/lib/sdr_client/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d7a402674965820744402634b073c49f4a7ab0bc20b629db88f1a51295d9b4c
|
4
|
+
data.tar.gz: d7e38b36fb7bba10013a9f5d5422883673da1ce9ca4c079a5b9bac05d5bbbc98
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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.
|
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.
|
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.
|
121
|
+
nokogiri (1.18.8-arm64-darwin)
|
122
122
|
racc (~> 1.4)
|
123
|
-
nokogiri (1.18.
|
123
|
+
nokogiri (1.18.8-x86_64-darwin)
|
124
124
|
racc (~> 1.4)
|
125
|
-
nokogiri (1.18.
|
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.
|
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.
|
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.
|
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)
|
data/lib/sdr_client/version.rb
CHANGED
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.
|
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-
|
10
|
+
date: 2025-04-29 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: activesupport
|