resilient_socket 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -558,7 +558,7 @@ module ResilientSocket
558
558
  rescue Errno::EISCONN
559
559
  end
560
560
  else
561
- raise(ConnectionTimeout.new("Timedout after #{@connect_timeout} seconds trying to connect to #{server}")) unless resp
561
+ raise(ConnectionTimeout.new("Timedout after #{@connect_timeout} seconds trying to connect to #{server}"))
562
562
  end
563
563
  break
564
564
  rescue SystemCallError => exception
@@ -1,3 +1,3 @@
1
1
  module ResilientSocket #:nodoc
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resilient_socket
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: