sauce 3.0.0 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/lib/parallel_tests/cli_patch.rb +2 -0
- data/lib/sauce/utilities.rb +2 -2
- data/lib/sauce/version.rb +1 -1
- data/lib/tasks/parallel_testing.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YmI4MmY5NDBlZWRmYTljMWFmOWI1ZDM3YmVhZTMzYzI5MmE1ZmZiZQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ODc1NzRhNzJiYjAwOWJhN2E4N2Y1MjIwMTA2MzgzZTk3ODFlZmEyYg==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MjI2ZjY1ZTk0OTE1NmZlMzIzZWM0MzcyZTljZGE0OGEwMDU3YTEwZDk5NWFl
|
|
10
|
+
MDRkNGQ4OTY3NzM5N2NkOWNjMDFlYWJjMmJjMzIzMzhjYTE1MTZlNGFkM2Y0
|
|
11
|
+
YTg2NWIxZjZlYWUzZDIzNjM0Y2NkYTcyZWY0ZTVmMWFjM2Q4OWI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NGQzN2NiNjFlNzNhYzc1OGNmYTMxYTc0MzJkZTQxNDI1NTc2NjRlZDMyZmYx
|
|
14
|
+
MmUzMWIwNDY4NmE2ODY3NDc4NDk0ODJhNjQxYTU4ZTJkZWU5Y2I3ODc3NzRj
|
|
15
|
+
MGQ3YTJlYmI4YzEwM2E0N2VhNDJkNmJlM2NhNWFiOGMxMWFmNTI=
|
data/lib/sauce/utilities.rb
CHANGED
|
@@ -24,7 +24,7 @@ module Sauce
|
|
|
24
24
|
socket.close unless socket.nil?
|
|
25
25
|
return
|
|
26
26
|
end
|
|
27
|
-
rescue Errno::ECONNREFUSED,
|
|
27
|
+
rescue Errno::ECONNREFUSED,
|
|
28
28
|
Errno::EBADF, # Windows
|
|
29
29
|
Timeout::Error
|
|
30
30
|
end
|
|
@@ -47,7 +47,7 @@ module Sauce
|
|
|
47
47
|
@tunnel.connect
|
|
48
48
|
@tunnel.wait_until_ready
|
|
49
49
|
end
|
|
50
|
-
|
|
50
|
+
@tunnel
|
|
51
51
|
else
|
|
52
52
|
while not File.exist? "sauce_connect.ready"
|
|
53
53
|
sleep 0.5
|
data/lib/sauce/version.rb
CHANGED
|
@@ -68,7 +68,7 @@ namespace :sauce do
|
|
|
68
68
|
File.open(path, "w") do |f|
|
|
69
69
|
f.write (<<-ENDFILE
|
|
70
70
|
# You should edit this file with the browsers you wish to use
|
|
71
|
-
# For options, check out http://saucelabs.com/platforms
|
|
71
|
+
# For options, check out http://saucelabs.com/docs/platforms
|
|
72
72
|
require "sauce"
|
|
73
73
|
|
|
74
74
|
Sauce.config do |config|
|
|
@@ -85,4 +85,4 @@ namespace :sauce do
|
|
|
85
85
|
end
|
|
86
86
|
end
|
|
87
87
|
end
|
|
88
|
-
end
|
|
88
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sauce
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dylan Lacey
|
|
@@ -13,7 +13,7 @@ authors:
|
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date: 2013-06-
|
|
16
|
+
date: 2013-06-12 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: capybara
|