cul_scv_hydra 0.21.2 → 0.21.3
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 54d2c109d4624bf081242cb3fb6d568a7d9b9720
|
4
|
+
data.tar.gz: eb1c80f0def8479c0ea8412c12e07cdb40875be9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 568e5a17aa44de3049b04a709424412b355a2315a9e4ad7027bb4c0cb08e48f456797f4eef28ba83230fb66d1e1ae5626607edc386c63bf86fe76376ab7571f1
|
7
|
+
data.tar.gz: 02a86a59b500edc5f342bf3d9cfecad11dc7ad471dd608c07d1ab42b90320fba69c72c9c691ff2692944f62f455c4f596d2f4ed6a2558b76af13f8b9ad4eac3a
|
@@ -19,7 +19,7 @@ module Cul::Scv::Hydra::Models::Common
|
|
19
19
|
|
20
20
|
end
|
21
21
|
|
22
|
-
# A Fedora object label can only contain a string
|
22
|
+
# A Fedora object label can only contain a string value of up to 255 characters. If we try to
|
23
23
|
# set a longer value, it causes object save errors. Truncate labels to 255 characters.
|
24
24
|
def label=(new_label)
|
25
25
|
super(new_label[0, 255])
|