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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 628b2fb84344d551dd9757e91881ff1f1520f2f1c07516d746de801373558346
4
- data.tar.gz: 7bc1288dcd9b5094a7f76d17c2d0f522083932f738ab1761890e7039cf57513d
3
+ metadata.gz: d8ee7796cf097ad54eb92a0c580576c869b0b3d9442b532310741d1bf927a213
4
+ data.tar.gz: 4b398d34f0bb0eac14294f32550397edc442f1cdc0565183328884b235826937
5
5
  SHA512:
6
- metadata.gz: 610e5de928292f96d236b28191bc57a13f6b4b744e08004c70ca4e5938130b79b041802e85f96e6f4484cb67e926632557651a5f46e1e7060c5bc462546480f5
7
- data.tar.gz: '063822342f7c074e63b4e9919821b3500154fb60df9305427c79a6422acb3202afc404880242e5ca704fc662b869c31f8d5b506fe88119e6551b193fcdadc69f'
6
+ metadata.gz: 2d372493be217828155d5f0d84f9d3f7c3cfb0e866831851ca734af2d8d195af8bfac481754e27f3cc16462cccca946f190a76e8a893bfed1a14c2dc6df77f9d
7
+ data.tar.gz: ecf187ab58f5c59034a27f2d1f40e73a68f0a707919a72ae76c62ff7ad3e71d2b242b61f8712f148ccd27015453a6cc6eee72651b55602b3558797ea48b0fb21
@@ -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: 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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uc3DmpId
4
- VERSION = '0.0.37'
4
+ VERSION = '0.0.38'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uc3-dmp-id
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.37
4
+ version: 0.0.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Riley