uc3-dmp-id 0.0.14 → 0.0.16

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: db1f76572c527c11eaf8e14afa51c095eab796c53c631d6fe1b78bca2c5f3395
4
- data.tar.gz: 671c4b0a629837069b23286876b2cd871caab2f9df1bc011b91e68f68bf45bff
3
+ metadata.gz: 8d41f178d8112ef49f874b639c1a21689c1933501d387e0e8bbaaab031c55f53
4
+ data.tar.gz: da14fdf494d8506df61855f7c2dd43b3d7c08d2969a6df27d059ed0fd1f97ddf
5
5
  SHA512:
6
- metadata.gz: 76c00b9f95b7b5fefac06ba75696e6b5fc6b1ddb244093888b08899b79d2df98996a70c7c3026bcebcc3bf91030fced1172587dc1494419dad101cd30e1a87bf
7
- data.tar.gz: 4664882d1dbf1ef2ba593b8ca4858829b4c05e767bb94e107a7db6b24370ca6739983b53b66eef56909bb7f713fdaeba05f8d71217ae181ad87ef43824d6d64d
6
+ metadata.gz: 5572f018a1059d78efdea007b89b35f1c566dc96ad15f6b8850fb8fc220b67dd323810bd3f38699abb2e2621b503cac843c18eab35f199ce6ef6de37596d9857
7
+ data.tar.gz: 30fca12612ebd2fefa23e9d9c79d2bf9a2c284713832464b205ac7255e5289a4bceaf9fb1e79000b693db208234b215a915bbbf425d57adbcf3b3082eaddb0a1
@@ -34,7 +34,11 @@ module Uc3DmpId
34
34
  scan_index_forward: false
35
35
  }
36
36
  client = client.nil? ? Uc3DmpDynamo::Client.new(debug: debug) : client
37
- client.query(**args)
37
+
38
+ puts "VERSION SEARCH:"
39
+ puts args
40
+
41
+ client.query(args: args, debug: debug)
38
42
  end
39
43
 
40
44
  # Find a DMP based on the contents of the incoming JSON
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uc3DmpId
4
- VERSION = '0.0.14'
4
+ VERSION = '0.0.16'
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.0.14
4
+ version: 0.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Riley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-05 00:00:00.000000000 Z
11
+ date: 2023-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json