uc3-dmp-id 0.1.22 → 0.1.23

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: ad5eee8e5a991f6fe45a85fbd7b634b5cf924c8114f652abedd0a5e4c1028dd5
4
- data.tar.gz: ee2620f6ef00c6059768af9288b27d7bd1569bb0620b11ba60db4c48c480ff01
3
+ metadata.gz: a19e06c1847aca651e60a3968ee5ca16e1bd28b786fb1ce758698808407d951d
4
+ data.tar.gz: 9a8f3b12509d421659326df356a3f91e0b8453e5ba3dcf6ba2b85c8a1b9e3570
5
5
  SHA512:
6
- metadata.gz: 2ef754d68697705e5204d2a7ac2e5fd85363687207cc821c6de4769918716575cd0f4933f82661f0f913714c95fb6d61294165c977ddc741fe8da297afc7c765
7
- data.tar.gz: bff0476cb5047e85b0549e1c7d44bcf4c9d76a5ab47cbdac3648abdeb392065be9c8bf7976440aa75eccf1f1ee081cc9478c7722dbf9ec7b65d3ef26485123da
6
+ metadata.gz: 261e671e435e3231ed03d66642b5915fe917d5580ad5106c720f40b3c9f7b1f508ca693198291cb404a208724f706c36d20a4a325850e1af8e7f367c42f88dc8
7
+ data.tar.gz: e6b151bbc3da3a5fe7bbe399164a6482313db66d9b2aa44af246ca48cf1021739bdab9aca4e4fd51f42ed53a89e26e75ab29e5cd6afd5d301b39effbfed35c89
@@ -238,7 +238,6 @@ 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'
242
241
  next if (key.to_s.start_with?('dmphub') && !allowable.include?(key)) || %w[PK SK].include?(key.to_s)
243
242
 
244
243
  obj = json[key]
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uc3DmpId
4
- VERSION = '0.1.22'
4
+ VERSION = '0.1.23'
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.1.22
4
+ version: 0.1.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Riley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-26 00:00:00.000000000 Z
11
+ date: 2024-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json