commonwatir 2.0.2.rc1 → 2.0.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/CHANGES +2 -1
- data/VERSION +1 -1
- metadata +8 -12
data/CHANGES
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
== Version 2.
|
|
1
|
+
== Version 2.0.2 - 2011/09/10
|
|
2
2
|
|
|
3
3
|
* added support for del, ins, font, meta and ol tags
|
|
4
4
|
* added support for h1, h2, h3, h4, h5, h6 and ul collection methods
|
|
5
5
|
* Watir::IE#execute_script returns now the value of the JavaScript evaluation
|
|
6
|
+
* Watir::IE#fire_event now checks for the document mode in IE9
|
|
6
7
|
* Watir::Table#rows method iterates correctly over rows
|
|
7
8
|
* speed up dealing with html elements in some situations
|
|
8
9
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.0.2
|
|
1
|
+
2.0.2
|
metadata
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: commonwatir
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 11
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 2
|
|
8
8
|
- 0
|
|
9
9
|
- 2
|
|
10
|
-
|
|
11
|
-
- 1
|
|
12
|
-
version: 2.0.2.rc1
|
|
10
|
+
version: 2.0.2
|
|
13
11
|
platform: ruby
|
|
14
12
|
authors:
|
|
15
13
|
- Bret Pettichord
|
|
@@ -17,7 +15,7 @@ autorequire:
|
|
|
17
15
|
bindir: bin
|
|
18
16
|
cert_chain: []
|
|
19
17
|
|
|
20
|
-
date: 2011-09-
|
|
18
|
+
date: 2011-09-10 00:00:00 Z
|
|
21
19
|
dependencies:
|
|
22
20
|
- !ruby/object:Gem::Dependency
|
|
23
21
|
name: user-choices
|
|
@@ -125,14 +123,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
125
123
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
126
124
|
none: false
|
|
127
125
|
requirements:
|
|
128
|
-
- - "
|
|
126
|
+
- - ">="
|
|
129
127
|
- !ruby/object:Gem::Version
|
|
130
|
-
hash:
|
|
128
|
+
hash: 3
|
|
131
129
|
segments:
|
|
132
|
-
-
|
|
133
|
-
|
|
134
|
-
- 1
|
|
135
|
-
version: 1.3.1
|
|
130
|
+
- 0
|
|
131
|
+
version: "0"
|
|
136
132
|
requirements: []
|
|
137
133
|
|
|
138
134
|
rubyforge_project: wtr
|