gondola 1.3.1 → 1.3.11
Sign up to get free protection for your applications and to get access to all the features.
- data/gondola.gemspec +1 -1
- data/lib/gondola/tester.rb +4 -4
- data/lib/gondola/version.rb +1 -1
- metadata +2 -2
data/gondola.gemspec
CHANGED
data/lib/gondola/tester.rb
CHANGED
@@ -29,13 +29,13 @@ class Gondola
|
|
29
29
|
@status = :not_started
|
30
30
|
@errors << {
|
31
31
|
:cmd_num => 0,
|
32
|
-
:command => "#{SELENIUM_OBJECT}.start",
|
32
|
+
:command => {:ruby => "#{SELENIUM_OBJECT}.start"},
|
33
33
|
:error => e.message
|
34
34
|
}
|
35
35
|
rescue Timeout::Error => e
|
36
36
|
@errors << {
|
37
37
|
:cmd_num => 0,
|
38
|
-
:command => "#{SELENIUM_OBJECT}.start",
|
38
|
+
:command => {:ruby => "#{SELENIUM_OBJECT}.start"},
|
39
39
|
:error => "ERROR: Command timed out"
|
40
40
|
}
|
41
41
|
end
|
@@ -73,13 +73,13 @@ class Gondola
|
|
73
73
|
rescue ::Selenium::Client::CommandError => e
|
74
74
|
@errors << {
|
75
75
|
:cmd_num => 0,
|
76
|
-
:command => "",
|
76
|
+
:command => {:ruby => ""},
|
77
77
|
:error => e.message
|
78
78
|
}
|
79
79
|
rescue Timeout::Error => e
|
80
80
|
@errors << {
|
81
81
|
:cmd_num => 0,
|
82
|
-
:command => "",
|
82
|
+
:command => {:ruby => ""},
|
83
83
|
:error => "ERROR: Command timed out"
|
84
84
|
}
|
85
85
|
end
|
data/lib/gondola/version.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: gondola
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.3.
|
5
|
+
version: 1.3.11
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Matthew Perry
|
@@ -155,7 +155,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
155
155
|
requirements:
|
156
156
|
- - ">="
|
157
157
|
- !ruby/object:Gem::Version
|
158
|
-
hash:
|
158
|
+
hash: 263701615
|
159
159
|
segments:
|
160
160
|
- 0
|
161
161
|
version: "0"
|