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 CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{gondola}
8
- s.version = "1.3.1"
8
+ s.version = "1.3.11"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Matthew Perry"]
@@ -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
@@ -1,3 +1,3 @@
1
1
  class Gondola
2
- VERSION = "1.3.1"
2
+ VERSION = "1.3.11"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: gondola
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.3.1
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: 549041487
158
+ hash: 263701615
159
159
  segments:
160
160
  - 0
161
161
  version: "0"