uc3-dmp-id 0.0.118 → 0.0.119
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/version.rb +1 -1
- data/lib/uc3-dmp-id/versioner.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: e4a11cc424db9e42423e19c76630d0a765a3b97f9c767eb7e40ef51a8b223c68
|
4
|
+
data.tar.gz: ace4fae3b2c6c8c8aa259de6bc887f4302c606450d9e70d041d6b14761db05a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5302de9eda8ba796bd5ccc958542c2915c9cda5af8d65f600b3e0583c5151dbb618ec657e71b111406206e803df03435097a24e4dadf7a66fff7a35edce63096
|
7
|
+
data.tar.gz: e664b942efd9104a386d9f52a584cda0dbd3d37f98a608c9144c40952760c4594e10a68514262fcaa1c465fcb30e3fc88e8306408048f501ac73d40825bc7cd4
|
data/lib/uc3-dmp-id/version.rb
CHANGED
data/lib/uc3-dmp-id/versioner.rb
CHANGED
@@ -60,7 +60,7 @@ module Uc3DmpId
|
|
60
60
|
logger.info(message: msg, details: prior) if logger.respond_to?(:debug)
|
61
61
|
|
62
62
|
# Set the modification dates to now and then return the latest version
|
63
|
-
latest_version['
|
63
|
+
latest_version['dmphub_updated_at'] = Time.now.iso8601
|
64
64
|
latest_version
|
65
65
|
end
|
66
66
|
# rubocop:enable Metrics/AbcSize, Metrics/CyclomaticComplexity, Metrics/PerceivedComplexity
|