uc3-dmp-id 0.1.38 → 0.1.39

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: cec9b27f000aa3543c1a53c70c2ac6e6734ad1e0c70a98b7f583db986941ba43
4
- data.tar.gz: da94a81c40adc7d9c4bea9767ec90bbdeab18f4445a27853fe1ae2e5d51b3c97
3
+ metadata.gz: 95b6443cf60f6baa7312ffb70dccf20018669ddcfdb468d24b923159313126b8
4
+ data.tar.gz: 121969eb56f2dcaa026fe0e866241170b6951336602e8f498829d865ad967032
5
5
  SHA512:
6
- metadata.gz: e89112bbaae3d06adb736c4b0d846c82b27dbfdf90db8d73079a5b83740f04b1f771f8214121884275fd907a8150ad640e9b85689320d23e628d466c8f0d0a65
7
- data.tar.gz: a2a27c70445f104015bbe15cd5e19e2fffb0de82eae908ee1d335438d18cc29809ad334bdcb92280066541a22a5cb040b4ce1f3ab1d54cd0d9a217b8d6aeff92
6
+ metadata.gz: aa222d18770474937bf0e06e911508adf783b6bad7158f0162a67ba888b9d33c6aa6fd575aad47ff49dc34b56a5fdaddafbd9698d1a5e06e75ade8528421447a
7
+ data.tar.gz: e248c1e81c1fb622e7fd9c54aa37ca2aa6c93644ada4c9cc028cd800befaf9a5475303fa9ee2618e8eefc7e77854c4a8ab542d05a3ee26304e8f2a7eb50b3c0c
@@ -78,7 +78,7 @@ module Uc3DmpId
78
78
  response = _text_match?(type: 'title', text: hash['title'], dmp:, response:) if response[:score].positive?
79
79
  response = _text_match?(type: 'abstract', text: hash['description'], dmp:, response:) if response[:score].positive?
80
80
  # If the score is less than 3 then we have no confidence that it is a match
81
- next if response[:score] <= 2
81
+ # next if response[:score] <= 2
82
82
 
83
83
  # Set the confidence level based on the score
84
84
  response[:dmp_id] = "DMP##{dmp['dmp_id']}"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uc3DmpId
4
- VERSION = '0.1.38'
4
+ VERSION = '0.1.39'
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.1.38
4
+ version: 0.1.39
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Riley