uc3-dmp-id 0.0.14 → 0.0.15

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: db1f76572c527c11eaf8e14afa51c095eab796c53c631d6fe1b78bca2c5f3395
4
- data.tar.gz: 671c4b0a629837069b23286876b2cd871caab2f9df1bc011b91e68f68bf45bff
3
+ metadata.gz: 065ecc4da26d0fdcba442b32917bb1a5aecd30936b3afb024986aee736e300f1
4
+ data.tar.gz: 89eea9750fe251ae54af39f29517944413386dd60ec6d6824c163dc80a49873f
5
5
  SHA512:
6
- metadata.gz: 76c00b9f95b7b5fefac06ba75696e6b5fc6b1ddb244093888b08899b79d2df98996a70c7c3026bcebcc3bf91030fced1172587dc1494419dad101cd30e1a87bf
7
- data.tar.gz: 4664882d1dbf1ef2ba593b8ca4858829b4c05e767bb94e107a7db6b24370ca6739983b53b66eef56909bb7f713fdaeba05f8d71217ae181ad87ef43824d6d64d
6
+ metadata.gz: ad530cbaa5749ea3eae3a6d2e3b79022626ae9af0992ccc537c87b8c25c51949d87ca9c9227294e08ee95939da98292463e094e9bf8801fb381ffaa23d545b70
7
+ data.tar.gz: 25a35ba9938a827f25a75f88a09b888a2f5637169f1d2c2d2427000f50182e5f48fa1e1fd0f1af7b1930423dcebadac21631d8054f2c2ef7a0e51d2c2d852589
@@ -34,7 +34,7 @@ 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
+ client.query(args: args, debug: debug)
38
38
  end
39
39
 
40
40
  # 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.15'
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.15
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