uc3-dmp-id 0.0.135 → 0.0.136
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/uc3-dmp-id/updater.rb +1 -1
- data/lib/uc3-dmp-id/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: 923c11f7d07a58856658a7484c2c562af05941be6cda5b15d1cd253b2bd06e5f
|
|
4
|
+
data.tar.gz: d42a7e17ed468de27520f551ca04bf3172809edb523f262a870535fd7503edcd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d4f0d5200530bbb813595b9b833d9225db0b9e6615843af0c5814a113cd283edfcba7931215496de42d20ed29e039bde92bf2995ea967d68f6e235743e65b24
|
|
7
|
+
data.tar.gz: 41d074dd9f5666c028de8f05707d438cef2a80b87b5e3a05122fffcb1fe85063690a95b207303257198cdff432e829bfae40b224267be64c96161bd1f874ae87
|
data/lib/uc3-dmp-id/updater.rb
CHANGED
|
@@ -40,7 +40,7 @@ module Uc3DmpId
|
|
|
40
40
|
raise UpdaterError, MSG_DMP_UNABLE_TO_VERSION if version.nil?
|
|
41
41
|
|
|
42
42
|
# Remove the version info because we don't want to save it on the record
|
|
43
|
-
version
|
|
43
|
+
version.delete('dmphub_versions')
|
|
44
44
|
|
|
45
45
|
# Splice the assertions
|
|
46
46
|
version = _process_modifications(owner: owner, updater: updater, version: version, mods: mods, note: note,
|
data/lib/uc3-dmp-id/version.rb
CHANGED