commonwatir 1.9.0 → 1.9.1.rc1
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/CHANGES +5 -1
- data/VERSION +1 -1
- data/lib/watir/exceptions.rb +2 -0
- metadata +13 -9
data/CHANGES
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.9.
|
|
1
|
+
1.9.1.rc1
|
data/lib/watir/exceptions.rb
CHANGED
|
@@ -32,6 +32,8 @@ module Watir
|
|
|
32
32
|
class NoStatusBarException < WatirException; end
|
|
33
33
|
# This exception is raised if an http error, such as a 404, 500 etc is encountered while navigating
|
|
34
34
|
class NavigationException < WatirException; end
|
|
35
|
+
# This exception is raised when an event is fired that we don't know how to handle
|
|
36
|
+
class UnhandledEventException < WatirException; end
|
|
35
37
|
# This exception is raised if a timeout is exceeded
|
|
36
38
|
class TimeOutException < WatirException
|
|
37
39
|
def initialize(duration, timeout)
|
metadata
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: commonwatir
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 15424175
|
|
5
|
+
prerelease: 6
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 9
|
|
9
|
-
-
|
|
10
|
-
|
|
9
|
+
- 1
|
|
10
|
+
- rc
|
|
11
|
+
- 1
|
|
12
|
+
version: 1.9.1.rc1
|
|
11
13
|
platform: ruby
|
|
12
14
|
authors:
|
|
13
15
|
- Bret Pettichord
|
|
@@ -15,7 +17,7 @@ autorequire:
|
|
|
15
17
|
bindir: bin
|
|
16
18
|
cert_chain: []
|
|
17
19
|
|
|
18
|
-
date: 2011-06-
|
|
20
|
+
date: 2011-06-26 00:00:00 Z
|
|
19
21
|
dependencies:
|
|
20
22
|
- !ruby/object:Gem::Dependency
|
|
21
23
|
name: user-choices
|
|
@@ -121,12 +123,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
121
123
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
122
124
|
none: false
|
|
123
125
|
requirements:
|
|
124
|
-
- - "
|
|
126
|
+
- - ">"
|
|
125
127
|
- !ruby/object:Gem::Version
|
|
126
|
-
hash:
|
|
128
|
+
hash: 25
|
|
127
129
|
segments:
|
|
128
|
-
-
|
|
129
|
-
|
|
130
|
+
- 1
|
|
131
|
+
- 3
|
|
132
|
+
- 1
|
|
133
|
+
version: 1.3.1
|
|
130
134
|
requirements: []
|
|
131
135
|
|
|
132
136
|
rubyforge_project: wtr
|