biodiversity 3.2.0 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG +6 -2
- data/lib/biodiversity/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 07d0423fce8f8c757fdd459e68d793ab9baef842
|
4
|
+
data.tar.gz: 78e370c05a9966ce7c6afab4397bf2023ce144b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3dff6e4d56d6792f9900a3a795f139ed922d1f051ef53b71e7f1c93d9d4a70e81454176de8f5aa41ff9ce357ae062caff01bb11b70254e940a35d854296a7a3
|
7
|
+
data.tar.gz: 9b0315a9ece54a3cbf8673996786b527cdc4b95cd94d0939907e24f2cbbc69366e3e8ca01066f9f90344fc80bea3edb149f0d271b9510cccb1ad722a17f4c948
|
data/CHANGELOG
CHANGED
@@ -1,7 +1,11 @@
|
|
1
|
+
3.2.1 -- fix parserver -- it does remove new lines now (before it was not
|
2
|
+
necessary as they were stripped in older versions by parser)
|
3
|
+
|
1
4
|
3.2.0 -- added UUID version 5 identifiers for every name string, better
|
2
5
|
normalizing for the names with apostrophes, underscore-formatted names are
|
3
|
-
supported.
|
4
|
-
|
6
|
+
supported. Verbatim field does mean nonchanged input now (before it was
|
7
|
+
stripping empty spaces and new lines around name string). Minor version
|
8
|
+
increase because of change in the output format ("id" field)
|
5
9
|
|
6
10
|
3.1.10 -- NPV viruses added
|
7
11
|
|
data/lib/biodiversity/version.rb
CHANGED