sauce 0.12.8 → 0.12.9
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/sauce/connect.rb +1 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.12.
|
1
|
+
0.12.9
|
data/lib/sauce/connect.rb
CHANGED
@@ -8,7 +8,7 @@ module Sauce
|
|
8
8
|
@error = nil
|
9
9
|
host = options[:host] || '127.0.0.1'
|
10
10
|
port = options[:port] || '3000'
|
11
|
-
|
11
|
+
tunnel_port = options[:tunnel_port] || '80'
|
12
12
|
options.delete(:host)
|
13
13
|
options.delete(:port)
|
14
14
|
options.delete(:tunnel_port)
|
metadata
CHANGED