uc3-dmp-id 0.1.82 → 0.1.83

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c9845166f4bdaebc57491464cf46037645a6fccd2cc3274aa988ee6c7a735ad
4
- data.tar.gz: 39d2e885ac1b4a8fd95796464d117c6a86b060e4842b99814dc30972160dc9ce
3
+ metadata.gz: 64a144529d16fc7d5c8d6dd8c345676ce291a3c649f527dc7c141a02630f6b47
4
+ data.tar.gz: 2052bcf74cfe953632069a446aaaaa846c2c886d3b0f9044d42dc222a73373de
5
5
  SHA512:
6
- metadata.gz: d850ae3e53fb18bae12856a45f2fda95d66664f70052ed6f9c33e047de47728a5936012529a8727c59ccd671d687c6834d6880a97f915c9e4538d282ec3ea320
7
- data.tar.gz: 2fd983b7d683a5da85f21a1f7001d5f8b1f7a47e798f5fffcb9db98e3486890d6982746d7a65b8d30377aa7eab5c8fcde377ba9b4d31fdc2cfd633d4bcb9fcb1
6
+ metadata.gz: 7952c77130521e0cf71af6cafb42b655df70e40e4bd562f42985a3e36a907b968b339d06f9a17945234cf3302e24d6982bb2309bc5eaa5f8f6a7fbeb7b047262
7
+ data.tar.gz: 2160a01110b141788b1da9240e2e43e5c4d7ba3456985a50c94338b980c3e563a6a0592be9e36d3536117a3113f4c941c037341398906c3a58d508135cf58ea3
@@ -52,6 +52,9 @@ module Uc3DmpId
52
52
  # Process the incoming payload
53
53
  payload = _process_modifications(owner:, updater:, version:, payload:, logger:)
54
54
 
55
+ # Ensure we've deleted the dmphub_mods!!!!
56
+ payload.delete('dmphub_modifications')
57
+ payload.delete(:dmphub_modifications)
55
58
  # Save the changes
56
59
  resp = client.put_item(json: payload, logger:)
57
60
  raise UpdaterError, Helper::MSG_DMP_UNABLE_TO_VERSION if resp.nil?
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uc3DmpId
4
- VERSION = '0.1.82'
4
+ VERSION = '0.1.83'
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.1.82
4
+ version: 0.1.83
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Riley