dor-services-client 14.18.0 → 14.19.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 +1 -1
- data/lib/dor/services/client/object_version.rb +9 -2
- 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: 4136d57baaf81fc1d27cc97a9d9fca6dae65a9dc5e736fb73c33b83b79224ee2
|
|
4
|
+
data.tar.gz: 66cb019012bff4ff0a2b9a1c5595c1306055a899de81851f076654027d137e07
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25fa723dfa2453e4976b6059c3e3b8f2b9c8d0e6a3ba3c60332c87d04a334c3ed7956d39902001e5fad8acb847a41ac55d9b60adcc84410690c9089939072c27
|
|
7
|
+
data.tar.gz: 48036d3c29fd7029b54d4670f92542f4fbf58d357e78a5ec21c2c6aa5f84a34387e3f2583eec096768727c3eb726c93e70065131c2b6c6f6c45e48a1979e6766
|
data/Gemfile.lock
CHANGED
|
@@ -4,8 +4,15 @@ module Dor
|
|
|
4
4
|
module Services
|
|
5
5
|
class Client
|
|
6
6
|
# API calls that are about versions
|
|
7
|
-
class ObjectVersion < VersionedService
|
|
8
|
-
Version = Struct.new(:versionId, :message, keyword_init: true)
|
|
7
|
+
class ObjectVersion < VersionedService # rubocop:disable Metrics/ClassLength
|
|
8
|
+
Version = Struct.new(:versionId, :message, :cocina, keyword_init: true) do
|
|
9
|
+
alias_method :version, :versionId
|
|
10
|
+
|
|
11
|
+
def cocina?
|
|
12
|
+
cocina
|
|
13
|
+
end
|
|
14
|
+
end
|
|
15
|
+
|
|
9
16
|
VersionStatus = Struct.new(:versionId, :open, :openable, :assembling, :accessioning, :closeable, keyword_init: true) do
|
|
10
17
|
alias_method :version, :versionId
|
|
11
18
|
|
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: 14.
|
|
4
|
+
version: 14.19.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: 2024-
|
|
12
|
+
date: 2024-08-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|