bio-phyta 0.9.3 → 0.9.4

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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/bin/phyta-setup-taxonomy-db +2 -2
  3. metadata +4 -4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.3
1
+ 0.9.4
@@ -62,8 +62,8 @@ Dir.mktmpdir() do |dir|
62
62
 
63
63
  begin
64
64
  ftp.getbinaryfile(tax_dmp, tax_dmp)
65
- rescue Net::FTPPermError => e
66
- puts "Received #{e.message}, trying FTP passive mode"
65
+ rescue Net::FTPError => e
66
+ puts "Received #{e.message.strip}, trying again using FTP passive mode"
67
67
  ftp.passive = true
68
68
  ftp.getbinaryfile(tax_dmp, tax_dmp)
69
69
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bio-phyta
3
3
  version: !ruby/object:Gem::Version
4
- hash: 61
4
+ hash: 51
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 3
10
- version: 0.9.3
9
+ - 4
10
+ version: 0.9.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Philipp Comans
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-12-02 00:00:00 Z
18
+ date: 2011-12-07 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  requirement: &id001 !ruby/object:Gem::Requirement