dwc_agent 1.4.6 → 1.4.7

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: 1cf058ee8ca5956a4d05ca0122d5ee9a7497b304576bd4af92fd0f0597846a08
4
- data.tar.gz: 3ef7bafb6a3bd9b9af826f161448b259739ec791b4158e5704f6d4da98af48fe
3
+ metadata.gz: 2975bee8cb8675fa7b6e50bc45f90d4d21855a2a22fe72999220b80af4e9d54d
4
+ data.tar.gz: 06b764667fe3235983492f2182eb2dc90d4ad768382e1f1f5eb7384144180a86
5
5
  SHA512:
6
- metadata.gz: 0be4b1c78b8fbf61c1a5363ce32efa780372b394bf88e9fd5a5fc42be77eea564d865637feaca08b63712d8780c515db2408e01967519fc014a3b6f5468793c9
7
- data.tar.gz: 37095ef2920f06e6152aa58aab26034ce5b00d15778a8ae3270c7672c7e53ba2853223f7f67bfbfc5953d06050b8f2a8c8a2a1f0c3e41ba002aa18411a57092c
6
+ metadata.gz: 7d026fd7ffc15101bd5f994263c1950115fee1d5ee9a5af89f46ae1bfd5aa7e761216b77dea5a4b225503ed11ae889bc8853aafab98d700532b60723cfeefec1
7
+ data.tar.gz: fd2d7986eb1ea1456800f03c6bf78b31ef33e50e743e1c316b873334fa16767e23afa2c463bf3445e23573620b86746ea61e67c890b16d6b8b2673e01f8a6a84
@@ -2,9 +2,10 @@ module DwcAgent
2
2
  STRIP_OUT = %r{
3
3
  ^[\[{(]|
4
4
  [\]})]\??$|
5
+ (?i:acc\s?\#)|
5
6
  \s*?\d+\.\d+|
6
7
  \b\d+\(?(?i:[[:alpha:]])\)?\b|
7
- \b[,;]?\s*(?i:et\.?\s+al)\.?|
8
+ \b[,;]?\s*(?i:et\.?\s+al|&\s+al)\.?|
8
9
  \b\s+(bis|ter)(\b|\z)|
9
10
  \bu\.\s*a\.|
10
11
  \b[,;]?\s*(?i:and|&)?\s*(?i:others)\s*\b|
@@ -71,7 +72,7 @@ module DwcAgent
71
72
  (?i:Field\s+Museum\s+of\s+Natural\s+History)|
72
73
  (?i:American\s+Museum\s+of\s+Natural\s+History)|
73
74
  (?i:The\s+Paleontological\s+Research\s+Institution)|
74
- (?i:museum\s+victoria)|
75
+ (?i:museums?\s+victoria)|
75
76
  \b\s*(?i:United\s+States|Russia)\s*\b|
76
77
  (?i:revised|photograph|fruits\s+only)|
77
78
  -?\s*(?i:sight\s+(id|identifi?cation))\.?\s*\b|
@@ -79,7 +80,7 @@ module DwcAgent
79
80
  \b\s*\(?(?i:(fe)?male)\)?\s*\b|
80
81
  \b(?i:to\s+(sub)?spp?)\.?|
81
82
  (?i:nom\.?\s+rev\.?)|
82
- FNA|DAO|HUH|FDNMB|MNHN|PNI|USNM|ZMUC|CSIRO|
83
+ FNA|DAO|HUH|FDNMB|MNHN|PNI|USNM|ZMUC|CSIRO|ACAD|
83
84
  AFSC\/POLISH\s+SORTING\s+CTR\.?|
84
85
  (?i:university|museum|exhibits?)|
85
86
  (?i:uqam)|
@@ -174,6 +175,7 @@ module DwcAgent
174
175
  (?i:average)|
175
176
  (?i:believe|unclear|ill?egible|none|suggested|(dis)?agrees?)|approach|
176
177
  (?i:barcod)|
178
+ (?i:BgWd)|
177
179
  (?i:biolog|botan|zoo|ecolog|mycol|(in)?vertebrate|fisheries|genetic|animal|mushroom|wildlife|plumage|flower|agriculture)|
178
180
  (?i:bris?tish|canadi?an?|chinese|arctic|japan|russian|north\s+america)|
179
181
  (?i:carex|salix)|
@@ -3,7 +3,7 @@ module DwcAgent
3
3
 
4
4
  MAJOR = 1
5
5
  MINOR = 4
6
- PATCH = 6
6
+ PATCH = 7
7
7
  BUILD = nil
8
8
 
9
9
  def self.version
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.6
4
+ version: 1.4.7
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-02-11 00:00:00.000000000 Z
11
+ date: 2020-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: namae