uc3-dmp-id 0.1.15 → 0.1.16

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: 50e4167a85822b7208fb02842b7b8bafbc210acfcc33e6e290255df0ef2851ba
4
- data.tar.gz: 7ede83d7378b2bc1f98e5b407befd1364ed0d2b16e23571190193bab96e2a08e
3
+ metadata.gz: 645e3c7bb9339eb12533c0fab00686046b0176c3fa71475e2a19435fd7563b19
4
+ data.tar.gz: 82b3bfc2d60dae7f154f8fc09f8d5ea5fcf3132ab3049bae6ba817e31922a9d3
5
5
  SHA512:
6
- metadata.gz: 2614a38a65bbaa997e2147946e501dcd2e4fd62834d6f4054e1e63f08bb8f0922f48ad309db92a381cfd6487d4523b6d59edc1ce839cea8ee76a3ab83d80e45e
7
- data.tar.gz: e13fc035220a9807524720c62637508340f65032a9a42d4df7ece44fea22dfcb905887737bdbd7751287fbc098640b53fc09581414dbe257cd609e3494a4c954
6
+ metadata.gz: b1d4d719b882f070ae63f4e730c83a838ebca9a9ee5cfbc3c2118412a664c283c50b17d49aec73e9e78d974ce34a9067add4fcdbe44745000de457306c74d2c1
7
+ data.tar.gz: 2725feb16c32f277471f495bb14e7ca8649fc9371e75400db2fc47a553a00e89bfd0557b53b03c959ff8938401327369b56754665a5c438f532c20bac65b06b4
@@ -283,7 +283,7 @@ module Uc3DmpId
283
283
  last_names_matched = _compare_arrays(array_a: @details_hash.fetch(:last_names, []), array_b: last_names)
284
284
  rors_matched = _compare_arrays(array_a: @details_hash.fetch(:affiliation_ids, []), array_b: rors)
285
285
  affil_names_matched = _compare_arrays(array_a: @details_hash.fetch(:affiliations, []), array_b: affil_names)
286
- return response if last_names_matched <= 0 && rors_matched <= 0 && affil_names_matched <= 0
286
+ return response if last_names_matched <= 0
287
287
 
288
288
  response[:score] += last_names_matched + rors_matched + affil_names_matched
289
289
  response[:notes] << 'contributor names and affiliations matched'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uc3DmpId
4
- VERSION = '0.1.15'
4
+ VERSION = '0.1.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.1.15
4
+ version: 0.1.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-11-02 00:00:00.000000000 Z
11
+ date: 2023-11-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json