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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d7bb0304f5e151933f5350780677b9a47a099716
4
- data.tar.gz: 7adaf2c1bfce44db79bc2c04d75c584d53957fd0
3
+ metadata.gz: 07d0423fce8f8c757fdd459e68d793ab9baef842
4
+ data.tar.gz: 78e370c05a9966ce7c6afab4397bf2023ce144b9
5
5
  SHA512:
6
- metadata.gz: 1a450a93fb07f985b5f1e7761e669ed772c8add2c01955e4a8e70a575f3b5f0bc86b1b215507260c48a1604b386b60543f27048c7a65119f71a4b0ddfd7bcefe
7
- data.tar.gz: 19090297f99d64580b4b6012a06729ede74fd3ccf7fb9ffdfeecd6480d2a1a0bd0ce8dc8654747f51a60301464cbaebd1f9693ceb54f2827140163d72314f62b
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. Minor version increase because of change in the output format ("id"
4
- field)
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
 
@@ -1,3 +1,3 @@
1
1
  module Biodiversity
2
- VERSION = "3.2.0"
2
+ VERSION = "3.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: biodiversity
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0
4
+ version: 3.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Mozzherin