sauce 0.12.8 → 0.12.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/sauce/connect.rb +1 -1
  3. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.12.8
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
- port = options[:tunnel_port] || '80'
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
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sauce
3
3
  version: !ruby/object:Gem::Version
4
- hash: 63
4
+ hash: 61
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 12
9
- - 8
10
- version: 0.12.8
9
+ - 9
10
+ version: 0.12.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sean Grove