uc3-dmp-id 0.0.71 → 0.0.72

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: 99921e6917f8a405ae38995e797bb69bf05499813ff9b07271ded5657285f94d
4
- data.tar.gz: 17637fbbebb9632878be57ef1b1d53ca6e77cad7dc1505c68bf7626eb47734dd
3
+ metadata.gz: 6d6c9c1bda7d28c8edac4bbf404893ef184ca68b7158a0a047bfbfbcab67c49a
4
+ data.tar.gz: 37c9807b5b5af8c767aba6a73f73766d04eebddc5eb5955d6c37758be08cd941
5
5
  SHA512:
6
- metadata.gz: 9c0b78403c2fcd65a18fce747a91fe3222d1adb895a94f0f2dde1c7957eed7c024a0b3b0ca9170c57a594aded1a1fa56fab1ea43b9f470da7407768bfac0b0e6
7
- data.tar.gz: a7f28875760efb596897e48a17bfe16abef184282fa279bf03e885dfee2bd159fd4bd3c92f95b282d964897189c4ee1b00af5d18ae1e328a2cdcc49cd713ec19
6
+ metadata.gz: 4f45ce1f5588c1f2a293b9c0a3ad6c8916bef9c51e28762b7342488cd4b9687b5687d5fbc570e552b4c79e6e0e68089aceb9e543ae074a419d29fc07d9a2cc35
7
+ data.tar.gz: 105f77683115f91bbb7427f96eb226b483ea054172c0bde0717339b2b7c2e0f02d2089105223ad255448045f22372d5c8a0563030b943a0517684f0763626b12
@@ -46,8 +46,6 @@ module Uc3DmpId
46
46
  # fetch the existing latest version of the DMP ID
47
47
  client = Uc3DmpDynamo::Client.new(debug: debug)
48
48
  dmp = Finder.by_pk(p_key: p_key, client: client, debug: debug)
49
- # Don't continue if DMP ID could not be found or the contact has no identifier (should be impossible)
50
- raise UpdaterError, MSG_DMP_NOT_FOUND if dmp.nil? || owner_org.nil?
51
49
 
52
50
  errs = _updateable?(provenance: provenance, p_key: p_key, json: dmp['dmp'])
53
51
  raise UpdaterError, errs if errs.is_a?(Array) && errs.any?
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uc3DmpId
4
- VERSION = '0.0.71'
4
+ VERSION = '0.0.72'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uc3-dmp-id
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.71
4
+ version: 0.0.72
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Riley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-29 00:00:00.000000000 Z
11
+ date: 2023-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json