dwc_agent 1.3.1 → 1.4.1

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: 89ee1173b349dee8f3ef6fad429449acf1fb3816ae49972b0fb35e7eb9a37720
4
- data.tar.gz: c4dc07d7b1e113835ca065f17cb86e394a313b5b1fc335c2bdbca7ec8bafbdb3
3
+ metadata.gz: e2819869504dd7262508c63978dae9b03cd6380838bf20f1e5ffecb8464b610a
4
+ data.tar.gz: 3d1afff77e4bea9995cec5a3f72687646cdb6c9f7637bef8444f7a45df4ab556
5
5
  SHA512:
6
- metadata.gz: b5c450fcb300b84bf942643ed527658840c8c2981cc4d3766a0ff9c3d4f4f5e27c940342f7a344ca502029f0b51e61b1580a08b8c6a68a19db55279cfe52fba6
7
- data.tar.gz: 02a17d7b41313802dc6e14efbb0f54604768a53c7d5637114204d058112748189809fc20b557b772cf1650045c4856ec6ba49bac162a28d3768e729cf872092c
6
+ metadata.gz: 223cdf7a80a54e102da1f35d0b98d420d5a3b4ca1a11494ac3feca73a80d86f83a092b3c8b5dac1e5079a56cb5c69c3771876a091770cb4c9e45de0fc905d177
7
+ data.tar.gz: 042d702364e285c9e629180802ecd2f1898af1c50ec6fbdcacefa8f117d734db7843fd17e0f816771fcef47c7839ccfa8014d963f6798eaec25e7a3854b88289
@@ -198,11 +198,13 @@ module DwcAgent
198
198
  (?i:no\s+(agent)?\s?(data|disponible)(\s+available)?)|
199
199
  (?i:not?\s+(entered|stated))|
200
200
  (?i:nomenclatur(e|al)\s+adjustment)|
201
+ (?i:not\s+available)|
201
202
  (?i:ontario|qu(e|é)bec|saskatchewan|new brunswick|sault|newfoundland|assurance|vancouver|u\.?s\.?s\.?r\.?)|
202
203
  (?i:recreation|culture)|
203
204
  (?i:shaped|dark|pale|areas|phase|spotting|interior|between|closer)|
204
205
  (?i:soci(e|é)t(y|é)|cent(er|re)|community|history|conservation|conference|assoc|class|commission|consortium|council|club|exposit|alliance|protective|circle)|
205
206
  (?i:commercial|company|control|product)|
207
+ (?i:sequence\s+data)|
206
208
  (?i:size|large|colou?r)\s+|
207
209
  (?i:skeleton)|
208
210
  (?i:survey|assessment|station|monitor|stn\.|index|project|bureau|engine|exchange|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)|
@@ -213,6 +215,7 @@ module DwcAgent
213
215
  \s*(?i:too)\s+|\s*(?i:the)\s+|
214
216
  (?i:taxiderm(ies|y))|
215
217
  (?i:though)|
218
+ (?i:texas\s+instruments?)\s*?(for)?|
216
219
  (?:tropical)|
217
220
  (?i:toward|seen at)|
218
221
  (?i:unidentified|unspecified|unk?nown|unnamed|unread|unmistak|no agent)|
@@ -230,7 +233,12 @@ module DwcAgent
230
233
  "of",
231
234
  "curators",
232
235
  "nomenclatural",
233
- "adjustment"
236
+ "adjustment",
237
+ "available",
238
+ "data",
239
+ "orig",
240
+ "science",
241
+ "catalogue"
234
242
  ]
235
243
 
236
244
  TITLE = /\s*\b(sir|count(ess)?|(gen|adm|col|maj|capt|cmdr|lt|sgt|cpl|pvt|prof|dr|md|ph\.?d|rev|docteur|mme|abbé|ptre)\.?|frère|frere|père|pere|professor|esq\.?)(\s+|$)/i
@@ -2,7 +2,7 @@ module DwcAgent
2
2
  class Version
3
3
 
4
4
  MAJOR = 1
5
- MINOR = 3
5
+ MINOR = 4
6
6
  PATCH = 1
7
7
  BUILD = nil
8
8
 
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.3.1
4
+ version: 1.4.1
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: 2019-11-05 00:00:00.000000000 Z
11
+ date: 2019-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: namae