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.
- data/config/first_alternatives.yaml +1 -0
- data/config/test_first_alts.yaml +1 -0
- data/lib/icu_name/version.rb +1 -1
- data/spec/name_spec.rb +1 -0
- data/spec/spec_helper.rb +1 -0
- metadata +3 -3
data/config/test_first_alts.yaml
CHANGED
data/lib/icu_name/version.rb
CHANGED
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
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.
|
|
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:
|
|
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: -
|
|
146
|
+
hash: -4072614764093656880
|
|
147
147
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
148
148
|
none: false
|
|
149
149
|
requirements:
|