uc3-dmp-id 0.1.49 → 0.1.50

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: 7368ba0ae54250187dc0d065882d067b516224f51161f16f09f8aad2acb90285
4
- data.tar.gz: 6772dc1796b3a789de553d800a37da6005b132e7e56af871db2cdfdfcfda246b
3
+ metadata.gz: 7e3c4a8acb59e69dd223f10dab9ce2bcf8e7fa2ad131eed5bd6f04feced6e668
4
+ data.tar.gz: f8ad221d21001a798415ecced5dff904d20c5ca2d1e7021a7ed28a49f496f57f
5
5
  SHA512:
6
- metadata.gz: a3996fdab01035f32b3daeecbdee23326d173a1e6b3697d4a3e92ae506a195c7a100f41750398b9ce06fb518b32a7381610bd95a700f25bba294a948f333c735
7
- data.tar.gz: 7b5ea0f9d6e6821f4218ce0e7767d5f812b36f76d49ae7175234e35fae11526719b0152655fc0c2a58eb795fc16897fd1ef0fbed542104684183bc380819f58b
6
+ metadata.gz: 84157070699350225aac0549b2e5a2879dc3ee95e33aa7e9139124f071109e8a51ea6c7789c68520a52f498dfbf5cee24475cddc5c0b6724decbee60feb38e57
7
+ data.tar.gz: 13e96259e5668dd4ecfcbeebf5b07320b555d4c55db08aae60a3204e847c974f6efcbfb9a4e29747bbc6f647c23ec73775729152b4b17ca2d79b3c491ea2f7da
@@ -204,6 +204,14 @@ module Uc3DmpId
204
204
  # The `dmphub_modifications` array will ONLY ever have things the harvester mods know about
205
205
  # so just find them and update the status accordingly
206
206
  mods = resp.dup
207
+
208
+ puts 'MODIFICATIONS RECORD'
209
+ puts mods
210
+
211
+ puts 'INCOMING RECORD'
212
+ puts json['dmphub_modifications']
213
+
214
+
207
215
  json['dmphub_modifications'].each do |entry|
208
216
  next if entry.fetch('dmproadmap_related_identifiers', []).empty?
209
217
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uc3DmpId
4
- VERSION = '0.1.49'
4
+ VERSION = '0.1.50'
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.49
4
+ version: 0.1.50
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Riley