name-tamer 0.0.5 → 0.0.6

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: 896b6c5e6558c1f3b3d11bb4db1f5af3869c4178
4
- data.tar.gz: 245a941a984c17b608cc563d88c93a89577259e0
3
+ metadata.gz: b36d87910f18fa7c76d0cd870b9b26a871d67d6d
4
+ data.tar.gz: 4271a8ec4e0283404724f38be9e741622ec0b3eb
5
5
  SHA512:
6
- metadata.gz: 218e1983268572b95ed1fcf4f7f1e095e151d4555a05dfe61cfad408730e82aeb8403200ce66edbd0ba249985687e5aba7d3b4ae61d604a61630f6cddf83b7d8
7
- data.tar.gz: d5531b33c2f6521c769d39fdfc4490466a68ed03cd288127fddd1f08ce66074ac05fd6705089b200ad2cc1fe99de5f415baa3a8c8d35261afb5c421e7e3111e6
6
+ metadata.gz: ee9ccf0693e843bacfe3fc2a877c0dbf3feaeecfc9f947885c3831a30fe29897ff445b2194e95a67f15607c904d6326081008aabf9e8ba5f73cc235bef805187
7
+ data.tar.gz: 3f1969928051dd1ddf36220b64897301eeab22122fb5b725fd17e800ecb8d69f52c8cf88c2ddf7821fe8f1e03b564044727168c2943440207d514f22f521864a
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- name-tamer (0.0.4)
4
+ name-tamer (0.0.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -30,6 +30,7 @@ Mr.,,person,80,
30
30
  Mr. & Mrs.,,person,100,
31
31
  Mr. and Mrs.,Mr. & Mrs.,person,100,
32
32
  Mrs.,,person,100,
33
+ Ms.,,person,100,
33
34
  Msgr.,Mgr.,person,100,Monsignor
34
35
  Prof.,,person,100,Professor
35
36
  Professor,Prof.,person,100,
@@ -456,7 +456,7 @@ class NameTamer
456
456
  'Doctor', 'Dr.', 'Judge', 'Justice', 'Lady', 'Lieut.', 'Lieutenant',
457
457
  'Lord', 'Madame', 'Major', 'Master', 'Matron', 'Messrs.', 'Mgr.',
458
458
  'Miss', 'Mister', 'Mlle.', 'Mme.', 'Mons.', 'Mr.', 'Mr. & Mrs.',
459
- 'Mr. and Mrs.', 'Mrs.', 'Msgr.', 'Prof.', 'Professor', 'Rev.',
459
+ 'Mr. and Mrs.', 'Mrs.', 'Msgr.', 'Ms.', 'Prof.', 'Professor', 'Rev.',
460
460
  'Reverend', 'Sir', 'Sister', 'The Hon.', 'The Lady.', 'The Lord',
461
461
  'The Rt. Hon.'
462
462
  ],
@@ -1,3 +1,3 @@
1
1
  class NameTamer
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -125,6 +125,7 @@ describe NameTamer do
125
125
  { n:'John Smith', t: 'Person', nn:'John Smith', sn:'John Smith', s:'john-smith' },
126
126
  { n:'John Smith', t: :nonsense, nn:'John Smith', sn:'John Smith', s:'john-smith' },
127
127
  { n:'John Smith', t: Kernel, nn:'John Smith', sn:'John Smith', s:'john-smith' },
128
+ { n:'Ms Jane Smith', t: :person, nn:'Jane Smith', sn:'Jane Smith', s:'jane-smith' },
128
129
  ]
129
130
  end
130
131
 
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.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xenapto