dwc_agent 3.0.1.3 → 3.0.1.5

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: 8f4e398fbb6bf9b918c8944bc3c14f6efc62aed2c208cd5f48843e990321b68a
4
- data.tar.gz: 89de6ce230e476ef2c87e1decf587b9a56c30dc5a0e0528c923bf02b733f0b6b
3
+ metadata.gz: 10f552fa73693ac39a23ee515c5943cd47e097679721effe240d8f4b4f495fff
4
+ data.tar.gz: 3dde6324c5d09ea3c71c96f485d9c10d9ba9c394ce55a8adbaa1ae3632c42028
5
5
  SHA512:
6
- metadata.gz: 135e2ad70ec891554cc853cf63841d98a134275d09237cf8e6bde72dca9933bbcc45b6ab089496538cf21c3f5cf07c2061f50baff79a04c05493ad11b30289f1
7
- data.tar.gz: 014c11964501ad638ba90f6a661f7ab19628a1bc439a7b806636fefd58667a40e1525beb0255b7675386260189b4bb2745df95f92451817ae5a5fd4b770626cf
6
+ metadata.gz: 80ac3371e1132851e17bf6d0755bfb3ea990dcf43a7d68987a654f512b500912e117cf7cfd5d4b97e3c5cab5c6e02c5c66aac80797d43a27f7020b2a92165bd3
7
+ data.tar.gz: 1f304b786cf6e6d62ed1763367c081ea4aaf54247aa0cb532995e6d34a25669c1231663b640b81d682a6d9b44376bccdf4493f1148d38b497bc23905fa14b95a
@@ -85,7 +85,7 @@ module DwcAgent
85
85
  (?i:american\s+museum\s+of\s+natural\s+history)|
86
86
  (?i:The\s+Paleontological\s+Research\s+Institution)|
87
87
  (?i:museums?\s+victoria)|
88
- \b\s*(?i:united\s+states)\s*\b|
88
+ \b\s*(?i:united\s+states|russia)\s*\b|
89
89
  (?i:revised|photograph|fruits\s+only)|
90
90
  -?\s*(?i:sight\s+(id|identifi?cation))\.?\s*\b|
91
91
  -?\s*(?i:synonym(y|ie))|
@@ -136,6 +136,7 @@ module DwcAgent
136
136
  \b(?i:and|with)\s*\b|
137
137
  \b(?i:annotated(\s+by)?)\s*\b|
138
138
  \b(?i:coll\.)\s*\b|
139
+ \b(?i:comm\.?)\s*\b|
139
140
  \b(?i:communicate?d(\s+to)?)\s*\b|
140
141
  \b(?i:conf\.?(\s+by)?|confirmed(\s+by)?)\s*\b|
141
142
  \b(?i:confirmada)(\s+por)?\s*\b|
@@ -5,7 +5,7 @@ module DwcAgent
5
5
  MAJOR = 3
6
6
  MINOR = 0
7
7
  PATCH = 1
8
- BUILD = 3
8
+ BUILD = 5
9
9
 
10
10
  def self.version
11
11
  [MAJOR, MINOR, PATCH, BUILD].compact.join('.').freeze
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.1.3
4
+ version: 3.0.1.5
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: 2022-10-16 00:00:00.000000000 Z
11
+ date: 2022-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: namae