biodiversity19 3.1.3 → 3.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +0 -1
- data/CHANGELOG +4 -0
- data/lib/biodiversity/parser/scientific_name_canonical.rb +515 -0
- data/lib/biodiversity/parser/scientific_name_clean.rb +7798 -0
- data/lib/biodiversity/parser/scientific_name_dirty.rb +1269 -0
- data/lib/biodiversity/version.rb +1 -1
- metadata +5 -2
data/lib/biodiversity/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: biodiversity19
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.
|
4
|
+
version: 3.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dmitry Mozzherin
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-12-
|
11
|
+
date: 2013-12-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: treetop
|
@@ -147,8 +147,11 @@ files:
|
|
147
147
|
- lib/biodiversity/guid.rb
|
148
148
|
- lib/biodiversity/guid/lsid.rb
|
149
149
|
- lib/biodiversity/parser.rb
|
150
|
+
- lib/biodiversity/parser/scientific_name_canonical.rb
|
150
151
|
- lib/biodiversity/parser/scientific_name_canonical.treetop
|
152
|
+
- lib/biodiversity/parser/scientific_name_clean.rb
|
151
153
|
- lib/biodiversity/parser/scientific_name_clean.treetop
|
154
|
+
- lib/biodiversity/parser/scientific_name_dirty.rb
|
152
155
|
- lib/biodiversity/parser/scientific_name_dirty.treetop
|
153
156
|
- lib/biodiversity/version.rb
|
154
157
|
- pkg/.gitkeep
|