uc3-dmp-id 0.1.21 → 0.1.22

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: f674498812ad6dd609d31d6cdec534b1e00699af069c22ab475a4de40958d234
4
- data.tar.gz: '039213d29f4d89c3694379090e828fa5a338776072f8e4dc58b8d8e564a9fd7d'
3
+ metadata.gz: ad5eee8e5a991f6fe45a85fbd7b634b5cf924c8114f652abedd0a5e4c1028dd5
4
+ data.tar.gz: ee2620f6ef00c6059768af9288b27d7bd1569bb0620b11ba60db4c48c480ff01
5
5
  SHA512:
6
- metadata.gz: 511f125ca791f22e29cc066c1cc5e3085fd09e94d9a6b2243c9d6d3851e114ad1f30e11e975392bfd768662375d6dd5ac53f56774877a69025099ccf37d3ef88
7
- data.tar.gz: cf6c213442cfbc5e9d1efc71393850f3111570f62f90a462bffc4eac90f11016c6e465f01d5ed64fe41a5ed798a9c2c155001b9865ea2052f3e7d7cd1c57b77c
6
+ metadata.gz: 2ef754d68697705e5204d2a7ac2e5fd85363687207cc821c6de4769918716575cd0f4933f82661f0f913714c95fb6d61294165c977ddc741fe8da297afc7c765
7
+ data.tar.gz: bff0476cb5047e85b0549e1c7d44bcf4c9d76a5ab47cbdac3648abdeb392065be9c8bf7976440aa75eccf1f1ee081cc9478c7722dbf9ec7b65d3ef26485123da
@@ -238,6 +238,7 @@ module Uc3DmpId
238
238
  cleansed = {}
239
239
  allowable = %w[dmphub_modifications dmphub_versions]
240
240
  json.each_key do |key|
241
+ next if key.to_s == 'mbox'
241
242
  next if (key.to_s.start_with?('dmphub') && !allowable.include?(key)) || %w[PK SK].include?(key.to_s)
242
243
 
243
244
  obj = json[key]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uc3DmpId
4
- VERSION = '0.1.21'
4
+ VERSION = '0.1.22'
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.21
4
+ version: 0.1.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Riley