dwc_agent 2.0.1.2 → 2.0.1.3
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 +2 -0
- 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: 3dc05480aaaa2e73e0d9c4d2bb5c23415a8ddc7e2009a109fd9a0d2d1fdd2157
|
|
4
|
+
data.tar.gz: e0b9b46611d5559af2e64438db099c862f0b2093174dc67e9c3363b25e5ae41a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 499d90c88b726e8733e707529327b7fd8846b9591e753f775df6c152a5855d5d1ad069958beae56fdd4d2c135f741d5eb37e2a4a736f2dbf11bbf3371c66ce91
|
|
7
|
+
data.tar.gz: 6eeb3bcd51eab76b58560635b5d5bada52dc273589e1246c0ba943a5a97bde5e5e002801f13246fef02a13b431e23169ad930828c4d8bb362d1183e192568cf3
|
data/lib/dwc_agent/constants.rb
CHANGED
|
@@ -118,6 +118,7 @@ module DwcAgent
|
|
|
118
118
|
^[-,.\s;*\d]+\s?|
|
|
119
119
|
\s*?-{2,}\s*?|
|
|
120
120
|
^(?i:exc?p?)[:.]\s*|
|
|
121
|
+
(?i:ex\.?\s+herb\.?\s*)|
|
|
121
122
|
\:?\s*(?i:exch)(\b|\z)|
|
|
122
123
|
\s+de\s*$|
|
|
123
124
|
\.{2,}$
|
|
@@ -246,6 +247,7 @@ module DwcAgent
|
|
|
246
247
|
(?i:ontario|qu(e|é)bec|saskatchewan|new brunswick|sault|newfoundland|assurance|vancouver|u\.?s\.?s\.?r\.?)|
|
|
247
248
|
(?i:popa\s+observers?)|
|
|
248
249
|
(?i:recreation|culture)|
|
|
250
|
+
(?i:renseigné)|
|
|
249
251
|
(?i:shaped|dark|pale|areas|phase|spotting|interior|between|closer)|
|
|
250
252
|
(?i:soci(e|é)t(y|é)|cent(er|re)|community|history|conservation|conference|assoc|class|commission|consortium|council|club|exposit|alliance|protective|circle)|
|
|
251
253
|
(?i:commercial|company|control|product)|
|
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: 2.0.1.
|
|
4
|
+
version: 2.0.1.3
|
|
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: 2021-
|
|
11
|
+
date: 2021-05-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: namae
|