dwc_agent 0.1.21 → 0.1.22

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
  SHA1:
3
- metadata.gz: 9e55ffd283a4c8b6f26ae181b327de4df536a08a
4
- data.tar.gz: bd26c9b9eb46d6e8936c6533cd5dee1d2b15f030
3
+ metadata.gz: 54bdcfe75816e4ac8d3f29d4dae2bce2be11d8eb
4
+ data.tar.gz: 9be0fcfe316f31305d5be81f785bfc8d7b9a49f1
5
5
  SHA512:
6
- metadata.gz: c460714ef28c3a70f36b30aaaf09349c18f4181b1d7555735ad04c0062141598f857ff0694257c59a62a5c0b47e6f7563edb6610dc64dc5979da18de8795f6f4
7
- data.tar.gz: bda9db9117dd76278493149f20cf6102c580da7d3ed6d3706d4ffc572c64b8e748e74db12a94b7fa298cde1929451fcff90440c178d88de1c6f9b15dfca29edd
6
+ metadata.gz: a875b3f08cbc24fc13b27ef4080c7fa0bedad4a3e841c446782afa532e34738882c83ea4ca9ddb3af02c85cf3ef2773a3aa71dbf6b998370540df350b50a394c
7
+ data.tar.gz: fb30ea9b5dc65da34daec1f58a32c76e27414cb681867705654423326c5178c180f8826441267464283f897bddfeeb2a26a7ad8d865ec01e6562a5bbb803f152
@@ -65,6 +65,9 @@ module DwcAgent
65
65
  MRI(\s|-)PAS|
66
66
  urn\:qm\.qld\.gov\.au\:collector|
67
67
  (?i:University\s+of\s+California)\,?\s+?(?i:Berkeley)?|
68
+ (?i:Field\s+Museum\s+of\s+Natural\s+History)|
69
+ (?i:American\s+Museum\s+of\s+Natural\s+History)|
70
+ (?i:The\s+Paleontological\s+Research\s+Institution)|
68
71
  (?i:museum\s+victoria)|
69
72
  (?i:revised|photograph|fruits\s+only)|
70
73
  -?\s*(?i:sight\s+(id|identifi?cation))\.?\s*\b|
@@ -77,7 +80,7 @@ module DwcAgent
77
80
  (?i:university|museum|exhibits?)|
78
81
  (?i:uqam)|
79
82
  \b[,;]\s+\d+\z|
80
- [":!]|
83
+ ["!]|
81
84
  [,]?\d+|
82
85
  \s+\d+?(\/|\.)?(?i:i|ii|iii|iv|v|vi|vii|viii|ix|x)(\/|\.)\d+|
83
86
  [,;]\z|
@@ -97,7 +100,7 @@ module DwcAgent
97
100
  }x
98
101
 
99
102
  SPLIT_BY = %r{
100
- [–|&+/;]|
103
+ [–|&+/;:]|
101
104
  \s+-\s+|
102
105
  \s+a\.\s+|
103
106
  \b(e|y|i|en|et|or|per|for)\s*\b|
@@ -3,7 +3,7 @@ module DwcAgent
3
3
 
4
4
  MAJOR = 0
5
5
  MINOR = 1
6
- PATCH = 21
6
+ PATCH = 22
7
7
  BUILD = nil
8
8
 
9
9
  def self.version
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dwc_agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.21
4
+ version: 0.1.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - David P. Shorthouse