sauce 0.12.1 → 0.12.2
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.
- data/VERSION +1 -1
- data/lib/sauce/integrations.rb +2 -2
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.12.
|
|
1
|
+
0.12.2
|
data/lib/sauce/integrations.rb
CHANGED
|
@@ -166,7 +166,7 @@ if defined?(Test::Unit::AutoRunner)
|
|
|
166
166
|
@suite = @collector[self]
|
|
167
167
|
need_tunnel = suite.tests.any? do |test_suite|
|
|
168
168
|
test_suite.tests.any? do |test_case|
|
|
169
|
-
|
|
169
|
+
test_case.class.superclass.to_s =~ /^Sauce::/
|
|
170
170
|
end
|
|
171
171
|
end
|
|
172
172
|
if need_tunnel
|
|
@@ -193,7 +193,7 @@ begin
|
|
|
193
193
|
|
|
194
194
|
define_method(:run_test_suites) do |*args|
|
|
195
195
|
need_tunnel = TestCase.test_suites.any? do |suite|
|
|
196
|
-
|
|
196
|
+
suite.superclass.to_s =~ /^Sauce::/
|
|
197
197
|
end
|
|
198
198
|
if need_tunnel
|
|
199
199
|
config = Sauce::Config.new
|
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:
|
|
4
|
+
hash: 43
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 12
|
|
9
|
-
-
|
|
10
|
-
version: 0.12.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.12.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Sean Grove
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2010-12-
|
|
19
|
+
date: 2010-12-15 00:00:00 -08:00
|
|
20
20
|
default_executable: sauce
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|