dwc_agent 3.0.10.0 → 3.0.11.0
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 -6
- data/lib/dwc_agent/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 84e34d440f575183168540f7849d523d7a5938dc5e96105c728b206d278e6a9a
|
|
4
|
+
data.tar.gz: c03d40835ea1fc03be60bd042ffcdf62d45ef1e5ad02076162fe73f03dbeca68
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c9949f67cb683d0df35fa6bd881beecf359de97178ecac6af45b58616f556627322f0f9a33d801e99a62ae459d1ff2cafc771e81818ccf37484df4c6c93de9b8
|
|
7
|
+
data.tar.gz: b3a4996ac405a16015d94cdfb0853b15153669f690c625eca6ade4de6c8b0591cab3d079403e62b3ee48c88f0c1cf3c6578fc085d760d6ce83bb9f3932e4dd4d
|
data/lib/dwc_agent/constants.rb
CHANGED
|
@@ -232,7 +232,8 @@ module DwcAgent
|
|
|
232
232
|
^(?i:anon)$|
|
|
233
233
|
(?i:australian?)|
|
|
234
234
|
(?i:average)|
|
|
235
|
-
(?i:believe|unclear|ill?egible|
|
|
235
|
+
(?i:believe|unclear|ill?egible|suggested|(dis)?agrees?)|approach|
|
|
236
|
+
\b\s*(?i:none)\s*\b|
|
|
236
237
|
(?i:barcod)|
|
|
237
238
|
(?i:BgWd)|
|
|
238
239
|
(?i:biolog|botan|zoo|ecolog|mycol|(in)?vertebrate|fisheries|genetic|animal|mushroom|wildlife|plumage|flower|agriculture)|
|
|
@@ -260,7 +261,7 @@ module DwcAgent
|
|
|
260
261
|
(?i:geographic)|
|
|
261
262
|
(?i:mus(eum|ée)|universit(y|é|e|at)|college|institute?|acad(e|é)m|school|écol(e|iers?)|laboratoi?r|projec?t|polytech|dep(t|art?ment)|research|clinic|hospital|cientifica|sanctuary|safari)|
|
|
262
263
|
(?i:univ\.)|
|
|
263
|
-
(?i:graduate|student|élèves?|éleveur|étudiants|estudi?antes?|labo\.|storekeep|supervisor|superint|rcmp|coordinator|minority|fisherm(a|e)n|police|taxonomist|consultant|participante?s?|team|(é|e)quipe|memb(er|re)|crew|group|staff|
|
|
264
|
+
\b\s*(?i:graduate|student|élèves?|éleveur|étudiants|estudi?antes?|labo\.|storekeep|supervisor|superint|rcmp|coordinator|minority|fisherm(a|e)n|police|taxonomist|consultant|participante?s?|team|(é|e)quipe|memb(er|re)|crew|group|personnel|staff|family|captain|friends|assistant|worker|gamekeeper)\s*\b|
|
|
264
265
|
(?i:non\s+pr(é|e)cis(é|e))|
|
|
265
266
|
(?i:no\s+consta)|
|
|
266
267
|
(?i:no\s+(agent)?\s?(data|disponible)(\s+available)?)|
|
|
@@ -272,16 +273,18 @@ module DwcAgent
|
|
|
272
273
|
(?i:recreation|culture)|
|
|
273
274
|
(?i:renseigné)|
|
|
274
275
|
(?i:shaped|dark|pale|areas|phase|spotting|interior|between|closer)|
|
|
275
|
-
(?i:soci(e|é)t(y|é)|cent(er|re)|community|history|conservation|conference|assoc|
|
|
276
|
-
(?i:
|
|
276
|
+
(?i:soci(e|é)t(y|é)|cent(er|re)|community|history|conservation|conference|assoc|commission|consortium|council|club|exposit|alliance|protective|circle)|
|
|
277
|
+
^(?i:class)\s*\b|
|
|
278
|
+
(?i:commercial|control|product)|
|
|
279
|
+
^(?i:company)\s*\b|
|
|
277
280
|
(?i:sequence\s+data)|
|
|
278
281
|
(?i:size|large|colou?r)\s+|
|
|
279
282
|
(?i:skeleton)|
|
|
280
|
-
(?i:survey|assessment|station|monitor|stn\.|index|project|
|
|
283
|
+
(?i:survey|assessment|station|monitor|stn\.|index|project|engine|(e|é)x?chang(e|é)s?|ex(c|k)ursi(e|o|ó)n?|exped\.?|exp(e|i)di(c|t)i(e|o|ó)n?|experiment|explora(d|t)|festival|generation|inventory|marine|service)|
|
|
281
284
|
(?i:submersible)|
|
|
282
285
|
(?i:synonymy?)|
|
|
283
286
|
(?i:systematic|perspective)|
|
|
284
|
-
^\s*(?i:off|too|the)\s
|
|
287
|
+
^\s*(?i:off|too|the)\s*\b|
|
|
285
288
|
(?i:taxiderm(ies|y))|
|
|
286
289
|
(?i:though)|
|
|
287
290
|
(?i:texas\s+instruments?)\s*?(for)?|
|
|
@@ -383,6 +386,7 @@ module DwcAgent
|
|
|
383
386
|
"von",
|
|
384
387
|
"the",
|
|
385
388
|
"of",
|
|
389
|
+
"van de",
|
|
386
390
|
"van der"
|
|
387
391
|
]
|
|
388
392
|
|
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: 3.0.
|
|
4
|
+
version: 3.0.11.0
|
|
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-09-
|
|
11
|
+
date: 2023-09-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: namae
|