dwc_agent 1.4.5 → 1.4.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 +4 -4
- data/lib/dwc_agent/constants.rb +4 -2
- data/lib/dwc_agent/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1cf058ee8ca5956a4d05ca0122d5ee9a7497b304576bd4af92fd0f0597846a08
|
|
4
|
+
data.tar.gz: 3ef7bafb6a3bd9b9af826f161448b259739ec791b4158e5704f6d4da98af48fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0be4b1c78b8fbf61c1a5363ce32efa780372b394bf88e9fd5a5fc42be77eea564d865637feaca08b63712d8780c515db2408e01967519fc014a3b6f5468793c9
|
|
7
|
+
data.tar.gz: 37095ef2920f06e6152aa58aab26034ce5b00d15778a8ae3270c7672c7e53ba2853223f7f67bfbfc5953d06050b8f2a8c8a2a1f0c3e41ba002aa18411a57092c
|
data/lib/dwc_agent/constants.rb
CHANGED
|
@@ -67,7 +67,7 @@ module DwcAgent
|
|
|
67
67
|
ORCID|
|
|
68
68
|
MRI(\s|-)PAS|
|
|
69
69
|
urn\:qm\.qld\.gov\.au\:collector|
|
|
70
|
-
(?i:University\s+of\s+California
|
|
70
|
+
(?i:University\s+of\s+(Southern\s+)?California(,\s+Berkeley)?)|
|
|
71
71
|
(?i:Field\s+Museum\s+of\s+Natural\s+History)|
|
|
72
72
|
(?i:American\s+Museum\s+of\s+Natural\s+History)|
|
|
73
73
|
(?i:The\s+Paleontological\s+Research\s+Institution)|
|
|
@@ -79,7 +79,7 @@ module DwcAgent
|
|
|
79
79
|
\b\s*\(?(?i:(fe)?male)\)?\s*\b|
|
|
80
80
|
\b(?i:to\s+(sub)?spp?)\.?|
|
|
81
81
|
(?i:nom\.?\s+rev\.?)|
|
|
82
|
-
FNA|DAO|HUH|FDNMB|MNHN|PNI|USNM|ZMUC|
|
|
82
|
+
FNA|DAO|HUH|FDNMB|MNHN|PNI|USNM|ZMUC|CSIRO|
|
|
83
83
|
AFSC\/POLISH\s+SORTING\s+CTR\.?|
|
|
84
84
|
(?i:university|museum|exhibits?)|
|
|
85
85
|
(?i:uqam)|
|
|
@@ -198,6 +198,7 @@ module DwcAgent
|
|
|
198
198
|
(?i:univ\.)|
|
|
199
199
|
(?i:graduate|student|élèves?|éleveur|étudiants|estudi?antes?|labo\.|storekeep|supervisor|superint|rcmp|coordinator|minority|fishermen|police|taxonomist|consultant|participante?s?|team|(é|e)quipe|memb(er|re)|crew|group|staff|personnel|family|captain|friends|assistant|worker)|
|
|
200
200
|
(?i:non\s+pr(é|e)cis(é|e))|
|
|
201
|
+
(?i:no\s+consta)|
|
|
201
202
|
(?i:no\s+(agent)?\s?(data|disponible)(\s+available)?)|
|
|
202
203
|
(?i:not?\s+(entered|stated))|
|
|
203
204
|
(?i:nomenclatur(e|al)\s+adjustment)|
|
|
@@ -242,6 +243,7 @@ module DwcAgent
|
|
|
242
243
|
"of",
|
|
243
244
|
"adjustment",
|
|
244
245
|
"available",
|
|
246
|
+
"arachnology",
|
|
245
247
|
"catalogue",
|
|
246
248
|
"curators",
|
|
247
249
|
"data",
|
data/lib/dwc_agent/version.rb
CHANGED
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: 1.4.
|
|
4
|
+
version: 1.4.6
|
|
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: 2020-
|
|
11
|
+
date: 2020-02-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: namae
|
|
@@ -119,7 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
119
119
|
- !ruby/object:Gem::Version
|
|
120
120
|
version: '0'
|
|
121
121
|
requirements: []
|
|
122
|
-
rubygems_version: 3.0.
|
|
122
|
+
rubygems_version: 3.0.6
|
|
123
123
|
signing_key:
|
|
124
124
|
specification_version: 4
|
|
125
125
|
summary: Parse Darwin Core agent terms such as recordedBy and identifiedBy
|