vladlev 1.0.4 → 1.1.0

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
  SHA1:
3
- metadata.gz: 46bef10b7b3ed17bdd97146f8645f3e69c9cb2cf
4
- data.tar.gz: 5de560e1920387fbdfada4116892b367a01e544f
3
+ metadata.gz: 5a0e9c54a26d797e13b07ee77590455c1666689a
4
+ data.tar.gz: 62ee95e3f59de2f54e2a0565857a8fb1b7bc4673
5
5
  SHA512:
6
- metadata.gz: b57d8f9eb4c9d2d2660bf88b7e2897d94e84b435966e36daeb6a155963bc19b7440eb7cdd10539f227449994c8e073d6d02cc1085277088b87bb2bd0fdb65625
7
- data.tar.gz: 12f3fb170d0b605948caf85a6f5c7653fbcfda3b88ade58f3d041b8c71ef8458b4a071ff6d7fb229bca4177e15f2b4b2a03dfa2ecd9b31d46b626c41c8b5d600
6
+ metadata.gz: 30b610146e1a1fb5f307158f31a92f04b9a761eb20fd854ccfa14523c15ce9af29c81d4c24b10bc876f2e2dbc7ec1bd7bc76e6da2886beb6d11102f9da19a7c2
7
+ data.tar.gz: dc98b7cb45aac0c2614dd2674da56d856471f559546bed3c8d697d49d1cc41dfabd4e51a557f73cd2281d8b1161c8529d4ee9c008a92caa34628919c1a8931f1
data/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2013 Brian
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2013 Brian Stien
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,3 +1,3 @@
1
1
  module Vladlev
2
- VERSION = '1.0.4'
2
+ VERSION = '1.1.0'
3
3
  end
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.authors = ["Brian Stien"]
11
11
  s.email = 'dev@moneydesktop.com'
12
12
  s.homepage = 'https://github.com/mxenabled/vladlev'
13
+ s.license = "MIT"
13
14
 
14
15
  if defined?(JRUBY_VERSION)
15
16
  s.platform = 'java'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vladlev
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Stien
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-23 00:00:00.000000000 Z
11
+ date: 2019-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -119,6 +119,8 @@ files:
119
119
  - ".rspec"
120
120
  - ".travis.yml"
121
121
  - Gemfile
122
+ - LICENSE
123
+ - LICENSE.txt
122
124
  - README.md
123
125
  - Rakefile
124
126
  - ext/.DS_Store
@@ -134,7 +136,8 @@ files:
134
136
  - spec/spec_helper.rb
135
137
  - vladlev.gemspec
136
138
  homepage: https://github.com/mxenabled/vladlev
137
- licenses: []
139
+ licenses:
140
+ - MIT
138
141
  metadata: {}
139
142
  post_install_message:
140
143
  rdoc_options: []
@@ -152,10 +155,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
152
155
  version: '0'
153
156
  requirements: []
154
157
  rubyforge_project:
155
- rubygems_version: 2.4.6
158
+ rubygems_version: 2.6.13
156
159
  signing_key:
157
160
  specification_version: 4
158
161
  summary: Levenshtein matching algorithm for ruby using C
159
- test_files:
160
- - spec/lib/levenshtein_spec.rb
161
- - spec/spec_helper.rb
162
+ test_files: []