name-tamer 0.1.2 → 0.1.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3c19a0d0fa1dee18c266e2b002556e24c4a4bdc2
4
- data.tar.gz: d8c8f98d8592118649f7231fd0f70277854e3f9c
3
+ metadata.gz: ef4402ebc8c35fce9d01108561f09a5af085c445
4
+ data.tar.gz: 5ac1d2d43bac66079d8089a508bef15f22aa03bf
5
5
  SHA512:
6
- metadata.gz: a7c3f1e12ea04f41f0b70cbd4473a893d6b71f3f9594053b6a4f702a509994babaa0fb58ce0558814ba101206003267ea7c2bd9478e27c4a1f77fa84b23e442e
7
- data.tar.gz: ee7be58b6f52f95ce85a9f211ee151771eecbfacce7196fba68e28b577b4c47f8f4d09e6048932b73bf3b7dcbe727dd8ee90eb30d8c0c72a0188d3093b3c4b78
6
+ metadata.gz: 1ed1bcaeaf186d62442600930ebc6c30baeeb1df065b16abb7c781a41e15ab7fd101591877a1f4ac0562d48e1ed717b8a9330a5cc67b7a30a0f69f7375c03d0e
7
+ data.tar.gz: 4929c9a7ff6742df2a4e160ddaeb0b0a209af80996d83cef6d66a814cba8751003895354fe80ac98af7cad5f5d4e9a3f99a8a1f260b4b5c0ae9c117d27422d99
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- name-tamer (0.1.1)
4
+ name-tamer (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -277,3 +277,4 @@ Oxon.,,person,100,,5
277
277
  Cantab.,,person,100,,7
278
278
  C.I.T.P.,,person,100,,8
279
279
  F.B.C.S.,,person,100,,8
280
+ Hons.,,person,100,5
@@ -506,7 +506,8 @@ class NameTamer
506
506
  FILTER_COMPAT = /[^#{ALPHA}#{DIGIT}\-_#{UCSCHAR}]/
507
507
 
508
508
  NAME_MODIFIERS = [
509
- 'Al', 'Ap', 'Ben', 'Dell[ae]', 'D[aeiou]', 'De[lrn]', 'D[ao]s', 'El', 'La', 'L[eo]', 'V[ao]n', 'Of', 'St[\.]?'
509
+ 'Al', 'Ap', 'Ben', 'Dell[ae]', 'D[aeiou]', 'De[lrn]', 'D[ao]s', 'El', 'La', 'L[eo]', 'V[ao]n', 'Of', 'San', 'St[\.]?',
510
+ 'Zur'
510
511
  ]
511
512
 
512
513
  COMPOUND_NAMES = [
@@ -543,7 +544,7 @@ class NameTamer
543
544
  'Cantab.', 'D.Phil.', 'I.T.I.L. v3', 'B.Eng.', 'C.Eng.', 'M.Jur.', 'C.F.A.', 'D.B.E.',
544
545
  'D.D.S.', 'D.V.M.', 'Eng.D.', 'A.C.A.', 'C.T.A.', 'E.R.P.', 'F.C.A', 'F.P.C.', 'F.R.M.', 'M.B.A.', 'M.B.E.',
545
546
  'M.E.P.', 'M.Eng.', 'M.Jur.', 'M.S.P.', 'O.B.E.', 'P.M.C.', 'P.M.P.', 'P.S.P.', 'V.M.D.', 'B.Ed.', 'B.Sc.', 'Ed.D.',
546
- 'LL.B.',
547
+ 'Hons.', 'LL.B.',
547
548
  'LL.D.', 'LL.M.', 'M.Ed.', 'M.Sc.', 'Oxon.', 'Ph.D.', 'B.A.', 'Esq.', 'J.D.', 'K.C.', 'M.A.', 'M.D.', 'M.P.', 'O.K.',
548
549
  'P.A.', 'Q.C.', 'III', 'Jr.', 'Sr.', 'II', 'IV', 'I', 'V'
549
550
  ],
@@ -1,3 +1,3 @@
1
1
  class NameTamer
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: name-tamer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xenapto