uc3-dmp-id 0.0.37 → 0.0.38
Sign up to get free protection for your applications and to get access to all the features.
- 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: d8ee7796cf097ad54eb92a0c580576c869b0b3d9442b532310741d1bf927a213
|
4
|
+
data.tar.gz: 4b398d34f0bb0eac14294f32550397edc442f1cdc0565183328884b235826937
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d372493be217828155d5f0d84f9d3f7c3cfb0e866831851ca734af2d8d195af8bfac481754e27f3cc16462cccca946f190a76e8a893bfed1a14c2dc6df77f9d
|
7
|
+
data.tar.gz: ecf187ab58f5c59034a27f2d1f40e73a68f0a707919a72ae76c62ff7ad3e71d2b242b61f8712f148ccd27015453a6cc6eee72651b55602b3558797ea48b0fb21
|
data/lib/uc3-dmp-id/updater.rb
CHANGED
@@ -60,7 +60,7 @@ module Uc3DmpId
|
|
60
60
|
|
61
61
|
# Once the DMP has been updated, we need to register it's DMP ID and download any PDF if applicable
|
62
62
|
# -------------------------------------------------------------------------
|
63
|
-
def _post_process(json:, debug:
|
63
|
+
def _post_process(json:, debug: false)
|
64
64
|
return false unless json.is_a?(Hash)
|
65
65
|
|
66
66
|
# Indicate whether or not the updater is the provenance system
|
data/lib/uc3-dmp-id/version.rb
CHANGED