fizx-proxymachine 1.5.0 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'fizx-proxymachine'
16
- s.version = '1.5.0'
16
+ s.version = '1.5.1'
17
17
  s.date = '2011-05-07'
18
18
  s.rubyforge_project = 'fizx-proxymachine'
19
19
 
@@ -83,6 +83,7 @@ class ProxyMachine
83
83
  @server_side.callback = cb if cb
84
84
  @server_side.pending_connect_timeout = @connect_timeout
85
85
  @server_side.comm_inactivity_timeout = @inactivity_timeout
86
+ server_connection_failed if @server_side.error?
86
87
  end
87
88
 
88
89
  # Called by the server side immediately after the server connection was
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: fizx-proxymachine
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.5.0
5
+ version: 1.5.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Tom Preston-Werner