uc3-dmp-id 0.0.36 → 0.0.37

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: 9d509211398e3615790609d689825fead87db452b1f75ee3e04adf6463efe535
4
- data.tar.gz: 4212135594b43aa8248d2ec958992be2e75205ab30f3c63cbfc6db3ea2d0e2fc
3
+ metadata.gz: 628b2fb84344d551dd9757e91881ff1f1520f2f1c07516d746de801373558346
4
+ data.tar.gz: 7bc1288dcd9b5094a7f76d17c2d0f522083932f738ab1761890e7039cf57513d
5
5
  SHA512:
6
- metadata.gz: ad503c8e9314acae53f8b70709d08d05bb9ff4070551c0cd0aa2309d0fe3c6b429d83f79b171076b96aff1a0aff40e068b48bb03250e0160f23490bf1f899805
7
- data.tar.gz: f1599bc00705158bda3370e8da32edb8df1212e2224e8d6f0497f6d367eb3275fdc76f863b6248afe1360aecefb70460a7ee7c98c4d488daeb8a8ceea8757a6e
6
+ metadata.gz: 610e5de928292f96d236b28191bc57a13f6b4b744e08004c70ca4e5938130b79b041802e85f96e6f4484cb67e926632557651a5f46e1e7060c5bc462546480f5
7
+ data.tar.gz: '063822342f7c074e63b4e9919821b3500154fb60df9305427c79a6422acb3202afc404880242e5ca704fc662b869c31f8d5b506fe88119e6551b193fcdadc69f'
@@ -15,7 +15,7 @@ module Uc3DmpId
15
15
 
16
16
  class << self
17
17
  # TODO: Replace this with ElasticSearch
18
- def search_dmps(**_args)
18
+ def search_dmps(args:)
19
19
 
20
20
  # TODO: Need to move this to ElasticSearch!!!
21
21
  end
@@ -93,7 +93,7 @@ module Uc3DmpId
93
93
  expression_attribute_values: { ':version': Helper::DMP_LATEST_VERSION }
94
94
  }
95
95
  client = client.nil? ? Uc3DmpDynamo::Client.new(debug: debug) : client
96
- resp = client.query(**args)
96
+ resp = client.query(args: args)
97
97
  return resp unless resp.is_a?(Hash)
98
98
 
99
99
  dmp = resp['dmp'].nil? ? JSON.parse({ dmp: resp }.to_json) : resp
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uc3DmpId
4
- VERSION = '0.0.36'
4
+ VERSION = '0.0.37'
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.36
4
+ version: 0.0.37
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Riley