sauce-connect 2.3.1 → 2.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/sauce/connect.rb +2 -2
  2. metadata +2 -3
data/lib/sauce/connect.rb CHANGED
@@ -27,8 +27,8 @@ module Sauce
27
27
  end
28
28
 
29
29
  def connect
30
- puts "[Connecting to Sauce OnDemand...]"
31
- @pipe = IO.popen("exec #{Sauce::Connect.connect_command} #{@config.username} #{@config.access_key} 2>&1")
30
+ puts "[Connecting to Sauce Labs...]"
31
+ @pipe = IO.popen("exec #{Sauce::Connect.connect_command} #{@config.username} #{@config.access_key} -f sauce_connect.ready 2>&1")
32
32
  @process_status = $?
33
33
  at_exit do
34
34
  Process.kill("INT", @pipe.pid)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sauce-connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.3.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-03-15 00:00:00.000000000 Z
12
+ date: 2013-03-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sauce
@@ -61,4 +61,3 @@ signing_key:
61
61
  specification_version: 3
62
62
  summary: ''
63
63
  test_files: []
64
- has_rdoc: