dor-services 6.1.4 → 6.1.5
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/lib/dor/models/concerns/processable.rb +2 -0
- data/lib/dor/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: acbc6f81f1fc8ea0b344a581b90291eb71c4d46f801630f349f56deef513105b
|
|
4
|
+
data.tar.gz: e48bb4103a15a82be23cf55fe5dc5e30f2bd298dfbda8c16ebed5845e0784290
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b161c64a9a67b9211290ad98f311bb5f4e50bfd98e003c9e4385dd4c246f32a31370c3325cfde1c267437ca647608d283ac3ce8ece913986908e9ccb187862d
|
|
7
|
+
data.tar.gz: cb5cdf71b6f0da067d5717790ddde9d574484f8e61a8435b969d2f223c6ddcde6e70deaed30377dc37d23b841c7863c69b96ab50beb4a567bf61e44f206d22d4
|
|
@@ -16,6 +16,8 @@ module Dor
|
|
|
16
16
|
autocreate: true
|
|
17
17
|
end
|
|
18
18
|
|
|
19
|
+
STEPS = ActiveSupport::Deprecation::DeprecatedConstantProxy.new('STEPS', 'Dor::StatusService::STEPS')
|
|
20
|
+
|
|
19
21
|
# The ContentMetadata and DescMetadata robot are allowed to build the
|
|
20
22
|
# datastream by reading a file from the /dor/workspace that matches the
|
|
21
23
|
# datastream name. This allows assembly or pre-assembly to prebuild the
|
data/lib/dor/version.rb
CHANGED