dor-services-client 15.3.0 → 15.4.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/.circleci/config.yml +3 -1
- data/Gemfile.lock +22 -29
- data/README.md +1 -2
- data/lib/dor/services/client/object_version.rb +3 -1
- 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: af025cd4df3276cc4c2e5793794861a55332ba2d9e8d9c69e9168df4901038c1
|
|
4
|
+
data.tar.gz: e7e7d2778580bf7641010cadf17c37faf85f6067c5606b52b9f39e25e0860ba5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 92b865de43d42a4d2fab0bfb5749d477f90514f6cf6a2ef7b3678ae7c339ba620f3de2ef4f3fdc9f95cb2abb4edfc4bf0be1023a70066bfa86a0d0980fed76f0
|
|
7
|
+
data.tar.gz: bcedec265771008b92a3f59d34e11820871dad15419924d9fce4a2d1786f9e826bc262a5a6fb13ff3c88332a0c03d2241102efd81b226186d0add9c61a1c6bde
|
data/.circleci/config.yml
CHANGED
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.4.0)
|
|
5
5
|
activesupport (>= 7.0.0)
|
|
6
6
|
cocina-models (~> 0.99.0)
|
|
7
7
|
deprecation
|
|
@@ -33,9 +33,8 @@ GEM
|
|
|
33
33
|
benchmark (0.4.0)
|
|
34
34
|
bigdecimal (3.1.9)
|
|
35
35
|
byebug (11.1.3)
|
|
36
|
-
cocina-models (0.99.
|
|
36
|
+
cocina-models (0.99.4)
|
|
37
37
|
activesupport
|
|
38
|
-
commonmarker (= 2.0.1)
|
|
39
38
|
deprecation
|
|
40
39
|
dry-struct (~> 1.0)
|
|
41
40
|
dry-types (~> 1.1)
|
|
@@ -44,16 +43,12 @@ GEM
|
|
|
44
43
|
i18n
|
|
45
44
|
jsonpath
|
|
46
45
|
nokogiri
|
|
47
|
-
openapi3_parser
|
|
48
46
|
openapi_parser (~> 1.0)
|
|
49
47
|
super_diff
|
|
50
48
|
thor
|
|
51
49
|
zeitwerk (~> 2.1)
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
commonmarker (2.0.1-x86_64-linux)
|
|
55
|
-
concurrent-ruby (1.3.4)
|
|
56
|
-
connection_pool (2.4.1)
|
|
50
|
+
concurrent-ruby (1.3.5)
|
|
51
|
+
connection_pool (2.5.0)
|
|
57
52
|
crack (1.0.0)
|
|
58
53
|
bigdecimal
|
|
59
54
|
rexml
|
|
@@ -72,12 +67,12 @@ GEM
|
|
|
72
67
|
concurrent-ruby (~> 1.0)
|
|
73
68
|
dry-core (~> 1.1)
|
|
74
69
|
zeitwerk (~> 2.6)
|
|
75
|
-
dry-struct (1.
|
|
76
|
-
dry-core (~> 1.
|
|
77
|
-
dry-types (
|
|
70
|
+
dry-struct (1.7.1)
|
|
71
|
+
dry-core (~> 1.1)
|
|
72
|
+
dry-types (~> 1.8, >= 1.8.2)
|
|
78
73
|
ice_nine (~> 0.11)
|
|
79
74
|
zeitwerk (~> 2.6)
|
|
80
|
-
dry-types (1.
|
|
75
|
+
dry-types (1.8.2)
|
|
81
76
|
bigdecimal (~> 3.0)
|
|
82
77
|
concurrent-ruby (~> 1.0)
|
|
83
78
|
dry-core (~> 1.0)
|
|
@@ -97,30 +92,28 @@ GEM
|
|
|
97
92
|
faraday-retry (2.2.1)
|
|
98
93
|
faraday (~> 2.0)
|
|
99
94
|
hashdiff (1.1.2)
|
|
100
|
-
i18n (1.14.
|
|
95
|
+
i18n (1.14.7)
|
|
101
96
|
concurrent-ruby (~> 1.0)
|
|
102
97
|
ice_nine (0.11.2)
|
|
103
98
|
json (2.9.1)
|
|
104
99
|
jsonpath (1.1.5)
|
|
105
100
|
multi_json
|
|
106
|
-
language_server-protocol (3.17.0.
|
|
107
|
-
logger (1.6.
|
|
101
|
+
language_server-protocol (3.17.0.4)
|
|
102
|
+
logger (1.6.5)
|
|
108
103
|
minitest (5.25.4)
|
|
109
104
|
multi_json (1.15.0)
|
|
110
105
|
net-http (0.6.0)
|
|
111
106
|
uri
|
|
112
|
-
nokogiri (1.18.
|
|
107
|
+
nokogiri (1.18.2-arm64-darwin)
|
|
113
108
|
racc (~> 1.4)
|
|
114
|
-
nokogiri (1.18.
|
|
109
|
+
nokogiri (1.18.2-x86_64-darwin)
|
|
115
110
|
racc (~> 1.4)
|
|
116
|
-
nokogiri (1.18.
|
|
111
|
+
nokogiri (1.18.2-x86_64-linux-gnu)
|
|
117
112
|
racc (~> 1.4)
|
|
118
|
-
openapi3_parser (0.10.0)
|
|
119
|
-
commonmarker (>= 1.0)
|
|
120
113
|
openapi_parser (1.0.0)
|
|
121
114
|
optimist (3.2.0)
|
|
122
115
|
parallel (1.26.3)
|
|
123
|
-
parser (3.3.
|
|
116
|
+
parser (3.3.7.1)
|
|
124
117
|
ast (~> 2.4.1)
|
|
125
118
|
racc
|
|
126
119
|
patience_diff (1.2.0)
|
|
@@ -135,7 +128,7 @@ GEM
|
|
|
135
128
|
rspec-core (~> 3.13.0)
|
|
136
129
|
rspec-expectations (~> 3.13.0)
|
|
137
130
|
rspec-mocks (~> 3.13.0)
|
|
138
|
-
rspec-core (3.13.
|
|
131
|
+
rspec-core (3.13.3)
|
|
139
132
|
rspec-support (~> 3.13.0)
|
|
140
133
|
rspec-expectations (3.13.3)
|
|
141
134
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
@@ -144,17 +137,17 @@ GEM
|
|
|
144
137
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
145
138
|
rspec-support (~> 3.13.0)
|
|
146
139
|
rspec-support (3.13.2)
|
|
147
|
-
rubocop (1.
|
|
140
|
+
rubocop (1.71.2)
|
|
148
141
|
json (~> 2.3)
|
|
149
142
|
language_server-protocol (>= 3.17.0)
|
|
150
143
|
parallel (~> 1.10)
|
|
151
144
|
parser (>= 3.3.0.2)
|
|
152
145
|
rainbow (>= 2.2.2, < 4.0)
|
|
153
146
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
154
|
-
rubocop-ast (>= 1.
|
|
147
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
|
155
148
|
ruby-progressbar (~> 1.7)
|
|
156
149
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
157
|
-
rubocop-ast (1.
|
|
150
|
+
rubocop-ast (1.38.0)
|
|
158
151
|
parser (>= 3.3.1.0)
|
|
159
152
|
rubocop-capybara (2.21.0)
|
|
160
153
|
rubocop (~> 1.41)
|
|
@@ -175,18 +168,18 @@ GEM
|
|
|
175
168
|
simplecov_json_formatter (~> 0.1)
|
|
176
169
|
simplecov-html (0.13.1)
|
|
177
170
|
simplecov_json_formatter (0.1.4)
|
|
178
|
-
super_diff (0.
|
|
171
|
+
super_diff (0.15.0)
|
|
179
172
|
attr_extras (>= 6.2.4)
|
|
180
173
|
diff-lcs
|
|
181
174
|
patience_diff
|
|
182
175
|
thor (1.3.2)
|
|
183
176
|
tzinfo (2.0.6)
|
|
184
177
|
concurrent-ruby (~> 1.0)
|
|
185
|
-
unicode-display_width (3.1.
|
|
178
|
+
unicode-display_width (3.1.4)
|
|
186
179
|
unicode-emoji (~> 4.0, >= 4.0.4)
|
|
187
180
|
unicode-emoji (4.0.4)
|
|
188
181
|
uri (1.0.2)
|
|
189
|
-
webmock (3.
|
|
182
|
+
webmock (3.25.0)
|
|
190
183
|
addressable (>= 2.8.0)
|
|
191
184
|
crack (>= 0.3.2)
|
|
192
185
|
hashdiff (>= 0.4.0, < 2.0.0)
|
data/README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
[](https://badge.fury.io/rb/dor-services-client)
|
|
2
2
|
[](https://circleci.com/gh/sul-dlss/dor-services-client)
|
|
3
|
-
[](https://codeclimate.com/github/sul-dlss/dor-services-client/coverage)
|
|
3
|
+
[](https://codecov.io/github/sul-dlss/dor-services-client)
|
|
5
4
|
|
|
6
5
|
# Dor::Services::Client
|
|
7
6
|
|
|
@@ -13,8 +13,10 @@ module Dor
|
|
|
13
13
|
end
|
|
14
14
|
end
|
|
15
15
|
|
|
16
|
-
VersionStatus = Struct.new(:versionId, :open, :openable, :assembling, :accessioning, :closeable, :discardable,
|
|
16
|
+
VersionStatus = Struct.new(:versionId, :open, :openable, :assembling, :accessioning, :closeable, :discardable,
|
|
17
|
+
:versionDescription, keyword_init: true) do
|
|
17
18
|
alias_method :version, :versionId
|
|
19
|
+
alias_method :version_description, :versionDescription
|
|
18
20
|
|
|
19
21
|
def open?
|
|
20
22
|
open
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Coyne
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2025-
|
|
12
|
+
date: 2025-02-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|