jaro_winkler 1.5.3-java → 1.5.5-java

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: 1a06228d29e399231d7ea7e02b23832b2091da3420335d47788771d412d54caf
4
- data.tar.gz: f655ecf0a8984025c7560276958bb301cb9d15f66924777a1645af21bf41748a
3
+ metadata.gz: '04474685e3a75212e3ede7aff7f52ff6655aabc4edb4ea0caa34779442746ce4'
4
+ data.tar.gz: ff41b700aa18f10a4c509021312bd1b1e29afbaf1adbc59874050b5f54b9e541
5
5
  SHA512:
6
- metadata.gz: df1acc89cb52521309777bbe8877800bb83ad070ee9b9f369a7005ff9b9514d82161a71424ddd8c990f73bd2fd2c494fb5f8846230e4e7ada3832cd0e4172800
7
- data.tar.gz: cabfd6968e0ad074c5d306fa09cce3703438fc4775d745878d885116f1b1c7558b578a9fb7a2053ee12e02a5e6b0baf058c09cffe81474222dafc7ac0689a360
6
+ metadata.gz: 92f225b40f6cfc6254cd079016c680c69f55e1df404aff19faf26a84596127c00dd1cfb0e8e3c0b27596b7bb34fb85377dd3755393512473b397722892cfd855
7
+ data.tar.gz: 136e419c063bfb2d8cb7e38e45ad73427b0d1634d856b7eba04e9adabfebab2d9dab1fcad2b57c665439719583e6064d1f32a62bf30b79eda4fd7fd195fbb580
data/LICENSE.txt ADDED
@@ -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.5'
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.5
5
5
  platform: java
6
6
  authors:
7
7
  - Jian Weihang
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-06-18 00:00:00.000000000 Z
11
+ date: 2023-05-22 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
@@ -84,8 +85,12 @@ files:
84
85
  homepage: https://github.com/tonytonyjan/jaro_winkler
85
86
  licenses:
86
87
  - MIT
87
- metadata: {}
88
- post_install_message:
88
+ metadata:
89
+ bug_tracker_uri: https://github.com/tonytonyjan/jaro_winkler/issues
90
+ changelog_uri: https://github.com/tonytonyjan/jaro_winkler/blob/v1.5.5/CHANGELOG.md
91
+ documentation_uri: https://www.rubydoc.info/gems/jaro_winkler/1.5.5
92
+ source_code_uri: https://github.com/tonytonyjan/jaro_winkler/tree/v1.5.5
93
+ post_install_message:
89
94
  rdoc_options: []
90
95
  require_paths:
91
96
  - lib
@@ -100,8 +105,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
105
  - !ruby/object:Gem::Version
101
106
  version: '0'
102
107
  requirements: []
103
- rubygems_version: 3.0.2
104
- signing_key:
108
+ rubygems_version: 3.4.12
109
+ signing_key:
105
110
  specification_version: 4
106
111
  summary: An implementation of Jaro-Winkler distance algorithm written \ in C extension
107
112
  which supports any kind of string encoding.