jaro_winkler 1.5.3 → 1.5.4

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: 80aee05e0e58240f65bccaa6cb2c8a6d05213ce3b0f7a09bc1310064c60799bb
4
- data.tar.gz: 00516b8314041d5842ace57d3cf4a61c7a96f503584fbb437c47e93e026d9724
3
+ metadata.gz: 074a2faf9dcbc567be92150a30f31369cb6f364cae879916c3a7afdfd83ee895
4
+ data.tar.gz: a634f17778e1b5a474067b821d424a29bd31098d646d084453de979a06e7e39d
5
5
  SHA512:
6
- metadata.gz: 3738cffc4027c4106cb07c967d276fb2de19941cb8b157dd0483db3f163d48eda4672c7337a372707d7a2728d052540af0f936fb3db7bc09285d373d4105216b
7
- data.tar.gz: b8bde2905cfee37cd6fae5c6666eee0addd21c5f75281040b3d38a5a3d438671b9a074014a34967fa15013d27f60e3b4add3b6f7382812a48d7c24ca507b38ac
6
+ metadata.gz: a905906da32784a982dd08d937c18f976dca60053d91b7b87337e6afe355d5b11a1c2d3bffd41d2381b7cf0dfaed732ef0ef67ed332c462d6225d0e75434bf0e
7
+ data.tar.gz: 600387cb98a67aa7de9dd0c8708e50985f91478c158ce5939992fd3dd8a4e13231d955de16ea65b74075f88e820b9674490093e833acbcc01788edc604fbc678
@@ -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: ruby
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
@@ -78,6 +78,7 @@ extensions:
78
78
  - ext/jaro_winkler/extconf.rb
79
79
  extra_rdoc_files: []
80
80
  files:
81
+ - LICENSE.txt
81
82
  - ext/jaro_winkler/adj_matrix.c
82
83
  - ext/jaro_winkler/adj_matrix.h
83
84
  - ext/jaro_winkler/codepoints.c
@@ -109,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
110
  - !ruby/object:Gem::Version
110
111
  version: '0'
111
112
  requirements: []
112
- rubygems_version: 3.0.2
113
+ rubygems_version: 3.0.3
113
114
  signing_key:
114
115
  specification_version: 4
115
116
  summary: An implementation of Jaro-Winkler distance algorithm written \ in C extension