fuzzy-string-match_pure 0.9.4 → 0.9.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -0
- data/Rakefile +1 -1
- data/VERSION.yml +1 -1
- metadata +19 -9
checksums.yaml
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
Yjg2YTQ0MmJiM2NmODYzYmZiN2UxNWJiOTI3MTlhM2Y3MjE0MDdjNw==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
Y2QzZmU4MGE2MzdkNzI3NDQwYzc3ZGViMGYzZDE3ZmEwZDE0ZWUzNQ==
|
7
|
+
!binary "U0hBNTEy":
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
NzVkOTA3YWE5ZjE1MTIwNmEwZDk1ZjQzNzc0MTUzYzRmNjc2ZTM1ZGRkZmJk
|
10
|
+
MDdlM2Y2ZDcxMzUyNWJkMDZkMzI1MTJiMmE3NmY4ZWJhNzkzZjRlNDUwZjQ2
|
11
|
+
Y2M3ODZlYTJlNWRmOWEzODNjZTk4YTQ5Y2ZjNTc4ZWMzYmViZDM=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
NDA3YWRjYjM0ZDM0ZWJmNmNjYWM4NzljY2NmZjNjNTlhZDQ3YTQwZTlmODRm
|
14
|
+
NzJlNjc1YjFhNmMxZDgwMWVmYWU4YjY3ZjY3ZjQxNDQ0OTcyMDQwYjU1ODFh
|
15
|
+
YzFiYmY2ZjRmOWI1NGFjNTZjZWIwNGY1YjFlZGNjMTEyNWEzZTY=
|
data/Rakefile
CHANGED
data/VERSION.yml
CHANGED
metadata
CHANGED
@@ -1,20 +1,18 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fuzzy-string-match_pure
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
5
|
-
prerelease:
|
4
|
+
version: 0.9.5
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Kiyoka Nishiyama
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date:
|
11
|
+
date: 2013-03-26 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: rspec
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
17
|
- - ! '>='
|
20
18
|
- !ruby/object:Gem::Version
|
@@ -22,7 +20,20 @@ dependencies:
|
|
22
20
|
type: :development
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
|
23
|
+
requirements:
|
24
|
+
- - ! '>='
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: rspec
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ! '>='
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
26
37
|
requirements:
|
27
38
|
- - ! '>='
|
28
39
|
- !ruby/object:Gem::Version
|
@@ -47,26 +58,25 @@ files:
|
|
47
58
|
- test/mutibyte_spec.rb
|
48
59
|
homepage: http://github.com/kiyoka/fuzzy-string-match
|
49
60
|
licenses: []
|
61
|
+
metadata: {}
|
50
62
|
post_install_message:
|
51
63
|
rdoc_options: []
|
52
64
|
require_paths:
|
53
65
|
- lib
|
54
66
|
required_ruby_version: !ruby/object:Gem::Requirement
|
55
|
-
none: false
|
56
67
|
requirements:
|
57
68
|
- - ! '>='
|
58
69
|
- !ruby/object:Gem::Version
|
59
70
|
version: 1.9.1
|
60
71
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
61
|
-
none: false
|
62
72
|
requirements:
|
63
73
|
- - ! '>='
|
64
74
|
- !ruby/object:Gem::Version
|
65
75
|
version: '0'
|
66
76
|
requirements: []
|
67
77
|
rubyforge_project:
|
68
|
-
rubygems_version:
|
78
|
+
rubygems_version: 2.0.3
|
69
79
|
signing_key:
|
70
|
-
specification_version:
|
80
|
+
specification_version: 4
|
71
81
|
summary: fuzzy string matching library (Pure ruby version)
|
72
82
|
test_files: []
|