dwc_agent 0.1.18 → 0.1.19

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
  SHA1:
3
- metadata.gz: ab18583682260e9093555313dbddd79b7fc6b3fa
4
- data.tar.gz: d784d6bb66dd3db7df52a14032c114738be16375
3
+ metadata.gz: ca57c0959ff06683ca5965c8138841515a6fe8bd
4
+ data.tar.gz: 1b3f6605566bdb46d19e1f35b7f0825fee000ce6
5
5
  SHA512:
6
- metadata.gz: 240fb5dbe0aff816a036c2e9aa03026658e68964ab3cb8119578f0bb46f6ff585281f32d896c6bf9c1045266495d82416e18297aaa4d5063dfdaf67b9928f836
7
- data.tar.gz: fa0e96499dcd3b8709a110a34e05de8b8f73bdfaa59602c9697dee1f19f93f798674ba254a07bdb05cd7e79fe4e4d585a0c6217485b77a5c179202ee6cdb4248
6
+ metadata.gz: f1a4971806ea6ec799dd6ca13990491015ce0d24117a4856798f7a690dbd7bdefe20f0adaa6b443738954022e78dcb4cd0bd013d2574472a705895ffb756337c
7
+ data.tar.gz: bb90dbafa131d15f0c13dff3f08073ccfd6d16bbcdca7ff32c122d55fa102e153237779006b92a54522f1789d90f73eea6102424d37628dac1fa0d3d19673527
@@ -62,6 +62,9 @@ module DwcAgent
62
62
  (?i:lanuv)\d+|
63
63
  (?i:nswobs)|
64
64
  ORCID|
65
+ MRI(\s|-)PAS|
66
+ urn\:qm\.qld\.gov\.au\:collector|
67
+ (?i:University\s+of\s+California)\,?\s+?(?i:Berkeley)?|
65
68
  (?i:museum\s+victoria)|
66
69
  (?i:revised|photograph|fruits\s+only)|
67
70
  -?\s*(?i:sight\s+(id|identifi?cation))\.?\s*\b|
@@ -153,12 +156,14 @@ module DwcAgent
153
156
  (?i:abundant)|
154
157
  (?i:adult|juvenile)|
155
158
  (?i:anon)|
159
+ (?i:australian?)|
156
160
  (?i:average)|
157
161
  (?i:believe|unclear|illegible|none|suggested|(dis)?agrees?)|approach|
158
162
  (?i:barcod)|
159
163
  (?i:biolog|botan|zoo|ecolog|mycol|(in)?vertebrate|fisheries|genetic|animal|mushroom|wildlife|plumage|flower|agriculture)|
160
164
  (?i:bris?tish|canadi?an?|chinese|arctic|japan|russian|north\s+america)|
161
165
  (?i:carex|salix)|
166
+ (?:catalog)|
162
167
  (?i:herbarium|herbier|collection|collected|publication|specimen|species|describe|an(a|o)morph|isolated|recorded|inspection|define|status|lighthouse)|
163
168
  \b\s*(?i:help)\s*\b|
164
169
  (?i:description|drawing|identification|remark|original|illustration|checklist|intermedia|measurement|indisting|series|imperfect)|
@@ -166,6 +171,7 @@ module DwcAgent
166
171
  (?i:exc?s?icc?at(a|i))|
167
172
  (?i:evidence)|
168
173
  (?i:exporter)|
174
+ (?i:ichthyology)|
169
175
  (?i:inconn?u)|
170
176
  (?i:internation|gou?vern|ministry|extension|unit|district|provincial|na(c|t)ional|military|region|environ|natur(e|al)|naturelles|division|program|direction|national)|
171
177
  (?i:label)|
@@ -3,7 +3,7 @@ module DwcAgent
3
3
 
4
4
  MAJOR = 0
5
5
  MINOR = 1
6
- PATCH = 18
6
+ PATCH = 19
7
7
  BUILD = nil
8
8
 
9
9
  def self.version
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: 0.1.18
4
+ version: 0.1.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - David P. Shorthouse