dwc_agent 3.0.15.0 → 3.0.16.1

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
  SHA256:
3
- metadata.gz: 246ee0598d411b8a76f07de379897e70884a1ddfc4ac0f3abc10392c74948d29
4
- data.tar.gz: '019bf3480a534e5b3e7142e3609a04f0b398f29d017438398ad4f28d0fd83fc3'
3
+ metadata.gz: '03357792f786e44f784b46ec2c74d6ac5a32b01fe169b2ab8c0c49d5db83fba1'
4
+ data.tar.gz: 4303996f1942208a6271de594a6cbbea33d9e767d100da33b7450edcc083a796
5
5
  SHA512:
6
- metadata.gz: 050ce33b7cd6e4ef60cc6cb5deff8dfd5375bb0c3f677eabde9973f7585bc8ca5280c98d439a2a11d0ba637a9b18dbe8c8a7910ae0f968edd17c5ba2831c2bf1
7
- data.tar.gz: f03d1120841d90775cdc2b13ea3c83961f4e78daea99ec9dccbc808fa56334e2c26089ddff77925673a1cc86a35530918ce69c4c135230229393ccef241f2460
6
+ metadata.gz: 88b3c0a240b9f004045f6f17b1ba19fd621731055d2fb982975028165ed9e83cb380b7f464774f9d9b8fc5bf91a091f040ea0e59790cca78c5ffa3028131d787
7
+ data.tar.gz: cdfc3fcfd0e649ecbc9bc6bede60f6dd2fb52c5284d4e643866433404d3ff3e58cfaa8abd401cadb8a37a43cde1968cfe1d0c22cd2d8273cdf7ea39c4ebcda49
@@ -13,6 +13,7 @@ module DwcAgent
13
13
  \b[,;]?\s*(?i:exp)\.?\s*(\b|\z)|
14
14
  \b[,;]?\s*(?i:aboard)[^$]+|
15
15
  \b[,;]?\s+(?i:on)\b|
16
+ \b(?i:unknown\s+or\s+anonymous)|
16
17
  \b[,;]?\s*(?i:unkn?own)\b|
17
18
  \b[,;]?\s*(?i:n/a)\b|
18
19
  \b[,;]?\s*(?i:ann?onymous)\b|
@@ -300,6 +301,11 @@ module DwcAgent
300
301
  }x
301
302
 
302
303
  FAMILY_BLACKLIST = [
304
+ "a b",
305
+ "a e",
306
+ "a g",
307
+ "a j",
308
+ "a k",
303
309
  "ap",
304
310
  "da",
305
311
  "de",
@@ -312,12 +318,14 @@ module DwcAgent
312
318
  "du",
313
319
  "el",
314
320
  "la",
321
+ "nebc",
315
322
  "van",
316
323
  "von",
317
324
  "the",
318
325
  "of",
319
326
  "new",
320
327
  "no",
328
+ "pp",
321
329
  "adjustment",
322
330
  "agent",
323
331
  "annotator",
@@ -341,6 +349,7 @@ module DwcAgent
341
349
  "historie",
342
350
  "indecipherable",
343
351
  "inst",
352
+ "meteorological",
344
353
  "nomenclatural",
345
354
  "orig",
346
355
  "prof",
@@ -349,6 +358,7 @@ module DwcAgent
349
358
  "registration",
350
359
  "science",
351
360
  "study",
361
+ "umeå",
352
362
  "wg",
353
363
  "wm",
354
364
  "wn",
@@ -362,7 +372,7 @@ module DwcAgent
362
372
  "has not"
363
373
  ]
364
374
 
365
- TITLE = /\s*\b(sir|count(ess)?|colonel|(gen|adm|col|maj|capt|cmdr|lt|sgt|cpl|pvt|proff?|dr|dra\.|drª|md|ph\.?d|rev|mme|abbé|ptre|bro|esq)\.?|doct(eu|o)r|father|cantor|vicar|père|pastor|profa\.?|profª|rabbi|reverend|pere|soeur|sister|professor)(\s+|$)/i
375
+ TITLE = /\s*\b(sir|count(ess)?|colonel|(gen|adm|col|maj|cmdr|lt|sgt|cpl|pvt|proff?|dr|dra\.|drª|md|ph\.?d|rev|mme|abbé|ptre|bro|esq)\.?|doct(eu|o)r|father|cantor|vicar|père|pastor|profa\.?|profª|rabbi|reverend|pere|soeur|sister|professor)(\s+|$)/i
366
376
 
367
377
  APPELLATION = /\s*\b((mrs?|ms|fr|hr)\.?|miss|herr|frau)(\s+|$)/i
368
378
 
@@ -4,8 +4,8 @@ module DwcAgent
4
4
 
5
5
  MAJOR = 3
6
6
  MINOR = 0
7
- PATCH = 15
8
- BUILD = 0
7
+ PATCH = 16
8
+ BUILD = 1
9
9
 
10
10
  def self.version
11
11
  [MAJOR, MINOR, PATCH, BUILD].compact.join('.').freeze
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dwc_agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.15.0
4
+ version: 3.0.16.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David P. Shorthouse
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-12 00:00:00.000000000 Z
11
+ date: 2023-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: namae