uc3-dmp-id 0.0.109 → 0.0.110

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: 2904670927e7a3f94ab9396ea89145c6526a9df02a6ac75beb5231920c4a16ff
4
- data.tar.gz: 05ff04ea8ec68d06b8f0854269d511422019ced71f1d2347aef4232a0175c564
3
+ metadata.gz: 6b951a79fba1e0ca52529329628da1616600cc7a6f37c25d357c35652caf7ba7
4
+ data.tar.gz: 362d3e8d02de8e407553ff2e71a680b4ec9eaf7e272998a4e6dc1de3923fd81f
5
5
  SHA512:
6
- metadata.gz: e16cb5b1ad93195b0244645faa04144c6f88aec037340529d5190b7b7cff1b5308e5273cec5a654ecad0b4624468464500ca9e5ce08034261a793d44ba3c056f
7
- data.tar.gz: 259be986f9f8e4d4d91f7d39558e6dda44290ed3ea4dbf727bd8c7e92f74da8419e962cf9f7d511c6ae4dd620b18b29acdb2bd409a8430c98bdfae34bf55e361
6
+ metadata.gz: 0b0c3ca513b975699cdf5c42943d98c38d43f5ac374d320dececcad9b9a9eb44b8549361f7ce13fbd3be72fe10fcc0a048bfec0d08340f9bffa2cb9691ab0094
7
+ data.tar.gz: c8c50c7345444d2209f75cc26f3531e4ca28b1bc73bb3679dc09a6f6b6f5d3fa2b895901dd75a9f4338e6deefcfd50dd175bea75ad06c2ad9a409bec9b3610c1
@@ -129,7 +129,7 @@ module Uc3DmpId
129
129
  "http://orcid.org/#{owner_id.to_s.downcase}",
130
130
  "https://orcid.org/#{owner_id.to_s.downcase}"
131
131
  ],
132
- comparison_operator: 'EQ'
132
+ comparison_operator: 'IN'
133
133
  }
134
134
  },
135
135
  filter_expression: 'SK = :version',
@@ -153,7 +153,7 @@ module Uc3DmpId
153
153
  "http://ror.org/#{owner_org.to_s.downcase}",
154
154
  "https://ror.org/#{owner_org.to_s.downcase}"
155
155
  ],
156
- comparison_operator: 'EQ'
156
+ comparison_operator: 'IN'
157
157
  }
158
158
  },
159
159
  filter_expression: 'SK = :version',
@@ -174,7 +174,7 @@ module Uc3DmpId
174
174
  key_conditions: {
175
175
  dmphub_modification_day: {
176
176
  attribute_value_list: [day.to_s],
177
- comparison_operator: 'EQ'
177
+ comparison_operator: 'IN'
178
178
  }
179
179
  },
180
180
  filter_expression: 'SK = :version',
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uc3DmpId
4
- VERSION = '0.0.109'
4
+ VERSION = '0.0.110'
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.109
4
+ version: 0.0.110
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Riley