dwc_agent 1.5.1.7 → 1.5.1.8

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: afc5ec36b9305134423bbce68ae89477184b5eb290f103bed37c5a2e6281fd9a
4
- data.tar.gz: c1e3d831330c261ff56e13fd011068de611e445e43f396cb993c6bd0740eb2ca
3
+ metadata.gz: e29ee92164a1d6fa528065b79ccebdd75169d73a322ec233ca50bab82c0e5057
4
+ data.tar.gz: a97d6cdb1e550f79892fc63f9c7e33d2b9cf2a26e0188d252bebae2e87ecfd7b
5
5
  SHA512:
6
- metadata.gz: 73b6a8fbe5f77240bfd295352ef187f305877d01464906def2742c38bade4d142c0d20dd253854b92a8e14f92f9302b9a4bd0d79c6adc2fe151dc65d590cb09a
7
- data.tar.gz: 38028bd6113ee128ee2353bfbb4a580f188684e9b722739661cc2f221dbbcdc7c1f105bda0be80f900026e9c2fd44fd1b7637f3afb46e8192034a62ddcf449ac
6
+ metadata.gz: 54cc8ac0b1de78addd73ef595477d21c49022d7cbe5bd625a4b07578389923a65b8558f068c5e46cecef5eba7823ec7113e686e4f7f7c18db578aab07587a7da
7
+ data.tar.gz: 4e9cd429f35d6e629fb3f843e7302c16cc607223bbe2fcba0423ebc18366515ca78e43270045c97054cc907659fd8e341220d4f3c149c904c14bb715e2ae98cc
@@ -92,7 +92,7 @@ module DwcAgent
92
92
  FNA|DAO|HUH|FDNMB|MNHN|PNI|USNM|ZMUC|CSIRO|ACAD|USGS|NAWQA|
93
93
  (?i:para|topo|syn|holo|allo|choro|eco|iso|isoepi|isopara|karyo|morpho|neo|mero|pala|paralecto|paraneo|photo|schizo)?(?i:types?\:?)|
94
94
  AFSC\/POLISH\s+SORTING\s+CTR\.?|
95
- (?i:university|museum|exhibits?)|
95
+ (?i:university|mus(e|é)um|exhibits?)|
96
96
  (?i:uqam)|
97
97
  (?i:sem\s+(colec?tor|data))|
98
98
  (?i:no\s+coll\.?(ector)?)|
@@ -118,6 +118,7 @@ module DwcAgent
118
118
  ^[-,.\s;*\d]+\s?|
119
119
  \s*?-{2,}\s*?|
120
120
  ^(?i:exc?p?)[:.]\s*|
121
+ \:?\s*(?i:exch)(\b|\z)|
121
122
  \s+de\s*$|
122
123
  \.{2,}$
123
124
  }x
@@ -299,11 +300,19 @@ module DwcAgent
299
300
  "dissection",
300
301
  "entered",
301
302
  "erased",
303
+ "expd",
304
+ "expdn",
305
+ "hist",
306
+ "historical",
307
+ "historie",
302
308
  "indecipherable",
309
+ "inst",
303
310
  "nomenclatural",
304
311
  "orig",
312
+ "qld",
305
313
  "registration",
306
314
  "science",
315
+ "study",
307
316
  "wg",
308
317
  "wm",
309
318
  "wn",
@@ -4,7 +4,7 @@ module DwcAgent
4
4
  MAJOR = 1
5
5
  MINOR = 5
6
6
  PATCH = 1
7
- BUILD = 7
7
+ BUILD = 8
8
8
 
9
9
  def self.version
10
10
  [MAJOR, MINOR, PATCH, BUILD].compact.join('.').freeze
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dwc_agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1.7
4
+ version: 1.5.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - David P. Shorthouse