vmail 0.6.3 → 0.6.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.
@@ -701,10 +701,10 @@ EOF
701
701
  rescue IOError, Errno::EADDRNOTAVAIL, Timeout::Error
702
702
  log "error: #{$!}"
703
703
  log "attempting to reconnect"
704
+ close
704
705
  log(revive_connection)
705
706
  # hope this isn't an endless loop
706
707
  reconnect_if_necessary do
707
- close
708
708
  block.call
709
709
  end
710
710
  rescue
@@ -1,3 +1,3 @@
1
1
  module Vmail
2
- VERSION = "0.6.3"
2
+ VERSION = "0.6.4"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 3
9
- version: 0.6.3
8
+ - 4
9
+ version: 0.6.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Choi