dwc_agent 1.2.0 → 1.3.0
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 +0 -10
- 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: c3bcc45d8ecae4211cd0f678727d1002ed54ca998934d0f72f458762b21152f1
|
|
4
|
+
data.tar.gz: 6857f25e128b7a5a62e95bc36367679356ef9321b65e783b3ea04a7e0501afa5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5489f5f4d6473de3054377c7884b37cbb1ce8982f68a4e52ea39cf68ec59945a8708a90400b0aa8c509505bd5c48cef2ab4a99e19d1661af21fd6cab349a0b2
|
|
7
|
+
data.tar.gz: a27efb2e8aa6c9183d473217e6d50ac309163cebf12c7d191f878f28838c006cd6132c5ccd2ec71b76e108be100492332edd93917adb2ee32417d5e9f31a87ea
|
data/lib/dwc_agent/constants.rb
CHANGED
|
@@ -162,16 +162,6 @@ module DwcAgent
|
|
|
162
162
|
^(\S{4,},\s+(?:\S\.\s*){1,})\s+(\S{4,},\s+(?:\S\.\s*){1,})$
|
|
163
163
|
}x
|
|
164
164
|
|
|
165
|
-
# Was used in 1.1.0 but it sunk performance so threw it back to a WIP
|
|
166
|
-
#
|
|
167
|
-
# @contracted_list_regex = Regexp.new CONTRACTED_LIST.to_s
|
|
168
|
-
#
|
|
169
|
-
# name.gsub!(@contracted_list_regex, '\1 \3 | \2 \3')
|
|
170
|
-
#
|
|
171
|
-
# CONTRACTED_LIST = %r{
|
|
172
|
-
# ^(\S{1,}\.?)+\s+(?i:and|&)\s+(\S{1,}\.?)+\s*(.*)$
|
|
173
|
-
# }x
|
|
174
|
-
|
|
175
165
|
BLACKLIST = %r{
|
|
176
166
|
(?i:abundant)|
|
|
177
167
|
(?i:adult|juvenile)|
|
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: 1.
|
|
4
|
+
version: 1.3.0
|
|
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-10-
|
|
11
|
+
date: 2019-10-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: namae
|