icu_name 1.0.14 → 1.0.15

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.
@@ -17,6 +17,7 @@
17
17
  - [John, Johnny]
18
18
  - [Jonathan, Jon]
19
19
  - [Kenneth, Ken, Kenny]
20
+ - [Lyubomir, Lubomir]
20
21
  - [Michael, Mike, Mick, Mikey]
21
22
  - [Nic, Nick, Nicolas]
22
23
  - [Nicola, Nickie, Nicky]
@@ -22,6 +22,7 @@
22
22
  - [John, Johnny]
23
23
  - [Jonathan, Jon]
24
24
  - [Kenneth, Ken, Kenny]
25
+ - [Lyubomir, Lubomir]
25
26
  - [Michael, Mike, Mick, Micky, Mickie, Mikey]
26
27
  - [Nicholas, Nick, Nicolas]
27
28
  - [Nicola, Nickie, Nicky]
@@ -2,6 +2,6 @@
2
2
 
3
3
  module ICU
4
4
  class Name
5
- VERSION = "1.0.14"
5
+ VERSION = "1.0.15"
6
6
  end
7
7
  end
data/spec/name_spec.rb CHANGED
@@ -416,6 +416,7 @@ module ICU
416
416
  it "should match some spelling errors" do
417
417
  Name.new('Steven', 'Brady').match('Stephen', 'Brady').should be_true
418
418
  Name.new('Philip', 'Short').match('Phillip', 'Short').should be_true
419
+ Name.new('Lyubomir', 'Orr').match('Lubomir', 'Orr').should be_true
419
420
  end
420
421
 
421
422
  it "should handle conditional matches" do
data/spec/spec_helper.rb CHANGED
@@ -1,4 +1,5 @@
1
1
  require 'rspec'
2
+ require 'yaml'
2
3
  require File.expand_path(File.dirname(__FILE__) + '/../lib/icu_name')
3
4
 
4
5
  RSpec.configure do |c|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: icu_name
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.14
4
+ version: 1.0.15
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-02 00:00:00.000000000 Z
12
+ date: 2013-06-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -143,7 +143,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
143
143
  version: '0'
144
144
  segments:
145
145
  - 0
146
- hash: -2573579928805181264
146
+ hash: -4072614764093656880
147
147
  required_rubygems_version: !ruby/object:Gem::Requirement
148
148
  none: false
149
149
  requirements: