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 +4 -4
- data/lib/dwc_agent/constants.rb +10 -1
- data/lib/dwc_agent/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e29ee92164a1d6fa528065b79ccebdd75169d73a322ec233ca50bab82c0e5057
|
|
4
|
+
data.tar.gz: a97d6cdb1e550f79892fc63f9c7e33d2b9cf2a26e0188d252bebae2e87ecfd7b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 54cc8ac0b1de78addd73ef595477d21c49022d7cbe5bd625a4b07578389923a65b8558f068c5e46cecef5eba7823ec7113e686e4f7f7c18db578aab07587a7da
|
|
7
|
+
data.tar.gz: 4e9cd429f35d6e629fb3f843e7302c16cc607223bbe2fcba0423ebc18366515ca78e43270045c97054cc907659fd8e341220d4f3c149c904c14bb715e2ae98cc
|
data/lib/dwc_agent/constants.rb
CHANGED
|
@@ -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|
|
|
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",
|
data/lib/dwc_agent/version.rb
CHANGED