uc3-dmp-id 0.0.39 → 0.0.40

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: 620f1b04b1e3a46e4770e446392494bace0685a3434b11c92c4135915b4d1f3e
4
- data.tar.gz: 571407a0bd4d89652613fefa43c9a4797a6cfa30f395ff0b0f21eacfa615843a
3
+ metadata.gz: 16e0d5fad73a2b02661468888f39eb9931dcfa3a41d6f4b1c3c4b9caac5270b7
4
+ data.tar.gz: a76046c80b46aaab3705af222eeca787d7f821766057c9d18982a9b64fb1b105
5
5
  SHA512:
6
- metadata.gz: 41ffd93cf6347a1ba693fa26ab6163d237b224f313d911c5f6e001215bd1cae9cb939c66b4f0f3e28755faf442a974c19670ed1e54cab583e8529bf81271b789
7
- data.tar.gz: fd812869932e7d98c30223b65ea3c154de666907411dd0213f5694a9e700980693eed928e4f733b425c062e61647582685cf101446c88f6f65efe755490e2743
6
+ metadata.gz: 43bc65f4d35e2efea4e77e1cbea24ca4d15f9968a73a01cb3aac39c043ba42512422ec1481f97f9f7a57dc40145ef55b0a4db5371a45871730ff44897e6dc321
7
+ data.tar.gz: bf07e780828b16f0cafea980538510c15a8b8c725afb19d4459d4428ab9d424fdd843493d65f4986a335e1c9b37a9c6381ce91fca593c24a78ff7885a017001d
@@ -32,8 +32,9 @@ module Uc3DmpId
32
32
  p_key = Helper.dmp_id_to_pk(json: json.fetch('dmp_id', {})) if p_key.nil?
33
33
  client = client.nil? ? Uc3DmpDynamo::Client.new(debug: debug) : client
34
34
 
35
+ # TODO: Re-enable this once we figure out Dynamo indexes
35
36
  # find_by_dmphub_provenance_id -> if no PK and no dmp_id result
36
- return by_provenance_identifier(json: json, client: client, debug: debug) if p_key.nil?
37
+ # return by_provenance_identifier(json: json, client: client, debug: debug) if p_key.nil?
37
38
 
38
39
  # find_by_PK
39
40
  by_pk(p_key: p_key, s_key: json['SK'], client: client, debug: debug)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uc3DmpId
4
- VERSION = '0.0.39'
4
+ VERSION = '0.0.40'
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.39
4
+ version: 0.0.40
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Riley