dor-services-client 15.6.1 → 15.7.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/dor/services/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: 871031f2af7a6417f9c64639273f1fd8629d958d95049caf860e600a652c9d92
|
4
|
+
data.tar.gz: 52f24cbc003ea48df49cb72fbc1b6b443a1b8f1b83be4d322990292faa986d72
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bdbd8295485dcdb7725c7e15c0366d10a48645b79f0f0c2f454a39ae6134c0d3d93b110dae3d30ff19de9f0b9ec7dfe1c00622fe8d9791cec47200819cba1da5
|
7
|
+
data.tar.gz: 729520ad75a06b6a42f4b5fcbdfc401ef5358e334b76a347915cb178a80540ba97f31c8d3e8fb8141562dbf0a514cbe91c30a743fb0056d6d184f2ce424f7443
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
dor-services-client (15.
|
4
|
+
dor-services-client (15.7.0)
|
5
5
|
activesupport (>= 7.0.0)
|
6
6
|
cocina-models (~> 0.101.1)
|
7
7
|
deprecation
|
@@ -48,7 +48,7 @@ GEM
|
|
48
48
|
thor
|
49
49
|
zeitwerk (~> 2.1)
|
50
50
|
concurrent-ruby (1.3.5)
|
51
|
-
connection_pool (2.5.
|
51
|
+
connection_pool (2.5.2)
|
52
52
|
crack (1.0.0)
|
53
53
|
bigdecimal
|
54
54
|
rexml
|
@@ -83,7 +83,7 @@ GEM
|
|
83
83
|
activesupport (>= 3.0, < 9.0)
|
84
84
|
equivalent-xml (0.6.0)
|
85
85
|
nokogiri (>= 1.4.3)
|
86
|
-
faraday (2.13.
|
86
|
+
faraday (2.13.1)
|
87
87
|
faraday-net_http (>= 2.0, < 3.5)
|
88
88
|
json
|
89
89
|
logger
|
@@ -95,7 +95,7 @@ GEM
|
|
95
95
|
i18n (1.14.7)
|
96
96
|
concurrent-ruby (~> 1.0)
|
97
97
|
ice_nine (0.11.2)
|
98
|
-
json (2.
|
98
|
+
json (2.11.3)
|
99
99
|
jsonpath (1.1.5)
|
100
100
|
multi_json
|
101
101
|
language_server-protocol (3.17.0.4)
|
@@ -105,15 +105,15 @@ GEM
|
|
105
105
|
multi_json (1.15.0)
|
106
106
|
net-http (0.6.0)
|
107
107
|
uri
|
108
|
-
nokogiri (1.18.
|
108
|
+
nokogiri (1.18.8-arm64-darwin)
|
109
109
|
racc (~> 1.4)
|
110
|
-
nokogiri (1.18.
|
110
|
+
nokogiri (1.18.8-x86_64-darwin)
|
111
111
|
racc (~> 1.4)
|
112
|
-
nokogiri (1.18.
|
112
|
+
nokogiri (1.18.8-x86_64-linux-gnu)
|
113
113
|
racc (~> 1.4)
|
114
114
|
openapi_parser (1.0.0)
|
115
115
|
optimist (3.2.1)
|
116
|
-
parallel (1.
|
116
|
+
parallel (1.27.0)
|
117
117
|
parser (3.3.8.0)
|
118
118
|
ast (~> 2.4.1)
|
119
119
|
racc
|
@@ -139,7 +139,7 @@ GEM
|
|
139
139
|
diff-lcs (>= 1.2.0, < 2.0)
|
140
140
|
rspec-support (~> 3.13.0)
|
141
141
|
rspec-support (3.13.2)
|
142
|
-
rubocop (1.75.
|
142
|
+
rubocop (1.75.3)
|
143
143
|
json (~> 2.3)
|
144
144
|
language_server-protocol (~> 3.17.0.2)
|
145
145
|
lint_roller (~> 1.1.0)
|
@@ -153,7 +153,7 @@ GEM
|
|
153
153
|
rubocop-ast (1.44.1)
|
154
154
|
parser (>= 3.3.7.2)
|
155
155
|
prism (~> 1.4)
|
156
|
-
rubocop-rspec (3.
|
156
|
+
rubocop-rspec (3.6.0)
|
157
157
|
lint_roller (~> 1.1)
|
158
158
|
rubocop (~> 1.72, >= 1.72.1)
|
159
159
|
ruby-progressbar (1.13.0)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dor-services-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 15.
|
4
|
+
version: 15.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Justin Coyne
|
8
8
|
- Michael Giarlo
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|