fizx-proxymachine 1.5.3 → 1.5.4
Sign up to get free protection for your applications and to get access to all the features.
data/fizx-proxymachine.gemspec
CHANGED
@@ -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.
|
16
|
+
s.version = '1.5.4'
|
17
17
|
s.date = '2011-05-07'
|
18
18
|
s.rubyforge_project = 'fizx-proxymachine'
|
19
19
|
|
data/lib/proxymachine.rb
CHANGED
@@ -76,7 +76,7 @@ class ProxyMachine
|
|
76
76
|
def connect_to_server
|
77
77
|
fail "connect_server called without remote established" if @remote.nil?
|
78
78
|
host, port = @remote
|
79
|
-
$logger.info "Establishing new connection with #{host}:#{port}
|
79
|
+
$logger.info "Establishing new connection with #{host}:#{port}"
|
80
80
|
cb = @commands[:callback]
|
81
81
|
klass = cb ? CallbackServerConnection : ServerConnection
|
82
82
|
@server_side = klass.request(host, port, self)
|