commonwatir 2.0.1 → 2.0.2.rc1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES +8 -0
- data/VERSION +1 -1
- metadata +13 -9
data/CHANGES
CHANGED
@@ -1,3 +1,11 @@
|
|
1
|
+
== Version 2.x.x - 2011/xx/xx
|
2
|
+
|
3
|
+
* added support for del, ins, font, meta and ol tags
|
4
|
+
* added support for h1, h2, h3, h4, h5, h6 and ul collection methods
|
5
|
+
* Watir::IE#execute_script returns now the value of the JavaScript evaluation
|
6
|
+
* Watir::Table#rows method iterates correctly over rows
|
7
|
+
* speed up dealing with html elements in some situations
|
8
|
+
|
1
9
|
== Version 2.0.1 - 2011/08/10
|
2
10
|
|
3
11
|
* fixed Watir::IE#close for Ruby 1.9.2 - fixes http://jira.openqa.org/browse/WTR-481
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.0.
|
1
|
+
2.0.2.rc1
|
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: 15424071
|
5
|
+
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 0
|
9
|
+
- 2
|
10
|
+
- rc
|
9
11
|
- 1
|
10
|
-
version: 2.0.
|
12
|
+
version: 2.0.2.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-08
|
20
|
+
date: 2011-09-08 00:00:00 Z
|
19
21
|
dependencies:
|
20
22
|
- !ruby/object:Gem::Dependency
|
21
23
|
name: user-choices
|
@@ -123,16 +125,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
123
125
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
124
126
|
none: false
|
125
127
|
requirements:
|
126
|
-
- - "
|
128
|
+
- - ">"
|
127
129
|
- !ruby/object:Gem::Version
|
128
|
-
hash:
|
130
|
+
hash: 25
|
129
131
|
segments:
|
130
|
-
-
|
131
|
-
|
132
|
+
- 1
|
133
|
+
- 3
|
134
|
+
- 1
|
135
|
+
version: 1.3.1
|
132
136
|
requirements: []
|
133
137
|
|
134
138
|
rubyforge_project: wtr
|
135
|
-
rubygems_version: 1.8.
|
139
|
+
rubygems_version: 1.8.10
|
136
140
|
signing_key:
|
137
141
|
specification_version: 3
|
138
142
|
summary: Common library for Watir and FireWatir
|