uc3-dmp-id 0.0.85 → 0.0.86

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: b47110c86a675c5b8878c766fd1fe70e37dcd7b0a8a304d2f75e3650aa8aa2ca
4
- data.tar.gz: '08581767b67dccff46403fb18796996a77ade8dcde354cbc7551e8dc691d69c0'
3
+ metadata.gz: 10b352f851836dba94128f686ead56e57f9b4ebdbd60d2fec07875c168ceab02
4
+ data.tar.gz: 3ebc392cacd0ffff66f0c482463975244021a2b11c046226c27bde091cab1817
5
5
  SHA512:
6
- metadata.gz: 451bad7555d0ef7dc19bfa8bd84e7f801bb3af3e849e07e96d8223f5bf312593a668fd3221883f75d8efdb9b2a98eece672f878f7d44fbe9d1e142e41ce3c003
7
- data.tar.gz: d623274dcc3a0b7e9dc127f0203beda16f5c4cda26a8d035e3ec7a38243b5eaf660f5000d2bef5825b00fd2a793003b55c2f38e36ad2a015e74ab0f82d797b7a
6
+ metadata.gz: c49e77cf0c1d2d4436e6396b98e4cc4b7681d3345925dc27690e81371104aac3d1669e1fee6570c494dd8ec871824884522fb76d11242fd45f2f8fa27478e3b2
7
+ data.tar.gz: 321d0ab84681502923e2bb39d8d1e50ef8b3ad9196d3e98e80eccb2a284d8d202fd596990eacda27ef8b4207e7d1a15af2fd947b71b55dad58bbb4b4771ed08f
@@ -16,7 +16,7 @@ module Uc3DmpId
16
16
  p_key = Helper.append_pk_prefix(p_key: p_key)
17
17
 
18
18
  # Add the DMPHub specific attributes
19
- annotated = Helper.annotate_dmp(provenance: provenance, json: dmp['dmp'], p_key: p_key)
19
+ annotated = Helper.annotate_dmp_json(provenance: provenance, p_key: p_key, json: dmp['dmp'])
20
20
 
21
21
  puts 'Annotated:'
22
22
  puts annotated
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uc3DmpId
4
- VERSION = '0.0.85'
4
+ VERSION = '0.0.86'
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.0.85
4
+ version: 0.0.86
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Riley