jaro_winkler 1.5.3-java → 1.5.4-java

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: 1a06228d29e399231d7ea7e02b23832b2091da3420335d47788771d412d54caf
4
- data.tar.gz: f655ecf0a8984025c7560276958bb301cb9d15f66924777a1645af21bf41748a
3
+ metadata.gz: 6db338e254ce7ee48b11f9aa2cc0919cfba7182d54d52067427288ae109753af
4
+ data.tar.gz: fd99270dd542320c0329641d7fbacae6ea6159ba07b3446210f68e4127df5f3e
5
5
  SHA512:
6
- metadata.gz: df1acc89cb52521309777bbe8877800bb83ad070ee9b9f369a7005ff9b9514d82161a71424ddd8c990f73bd2fd2c494fb5f8846230e4e7ada3832cd0e4172800
7
- data.tar.gz: cabfd6968e0ad074c5d306fa09cce3703438fc4775d745878d885116f1b1c7558b578a9fb7a2053ee12e02a5e6b0baf058c09cffe81474222dafc7ac0689a360
6
+ metadata.gz: 48133ed4d5b8a037246918b2c8bd83b68f0b51b2db40a8d7b9243705d57a4b59255c3f0695c298ec863788868cbeb09afa62ea33a7e89fc69f535ba21d9b5fb8
7
+ data.tar.gz: 572cf8827831ee6109bd7ab96ae0a554b819bb7645f0c3960cd2067e1d9676700fa92aebc9244d5a5a466f3480d7b2e95733ef0c3e4522d09c6e43c8aa4d5010
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2014 Jian Weihang
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module JaroWinkler
4
- VERSION = '1.5.3'
4
+ VERSION = '1.5.4'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jaro_winkler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.3
4
+ version: 1.5.4
5
5
  platform: java
6
6
  authors:
7
7
  - Jian Weihang
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-18 00:00:00.000000000 Z
11
+ date: 2019-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -77,6 +77,7 @@ executables: []
77
77
  extensions: []
78
78
  extra_rdoc_files: []
79
79
  files:
80
+ - LICENSE.txt
80
81
  - lib/jaro_winkler.rb
81
82
  - lib/jaro_winkler/adjusting_table.rb
82
83
  - lib/jaro_winkler/jaro_winkler_pure.rb
@@ -100,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
101
  - !ruby/object:Gem::Version
101
102
  version: '0'
102
103
  requirements: []
103
- rubygems_version: 3.0.2
104
+ rubygems_version: 3.0.3
104
105
  signing_key:
105
106
  specification_version: 4
106
107
  summary: An implementation of Jaro-Winkler distance algorithm written \ in C extension