fuzzy-string-match_pure 0.9.4 → 0.9.5

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.
Files changed (4) hide show
  1. checksums.yaml +15 -0
  2. data/Rakefile +1 -1
  3. data/VERSION.yml +1 -1
  4. metadata +19 -9
@@ -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
@@ -15,7 +15,7 @@
15
15
 
16
16
  require 'rake'
17
17
  begin
18
- require 'jeweler'
18
+ require 'jeweler2'
19
19
 
20
20
  Jeweler::Tasks.new do |gemspec|
21
21
  gemspec.name = "fuzzy-string-match_pure"
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 9
4
- :patch: 4
4
+ :patch: 5
5
5
 
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.4
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: 2012-07-10 00:00:00.000000000 Z
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
- none: false
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: 1.8.23
78
+ rubygems_version: 2.0.3
69
79
  signing_key:
70
- specification_version: 3
80
+ specification_version: 4
71
81
  summary: fuzzy string matching library (Pure ruby version)
72
82
  test_files: []