commonwatir 3.0.0.rc1 → 3.0.0.rc2
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 +9 -1
- data/VERSION +1 -1
- metadata +4 -4
data/CHANGES
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
|
-
== 3.0.0 - 2012/
|
|
1
|
+
== 3.0.0.rc2 - 2012/02/04
|
|
2
|
+
|
|
3
|
+
* Browser#textarea(s) method for searching <textarea> elements
|
|
4
|
+
* Element#focus works with IE9
|
|
5
|
+
* Element#focused? returns the state of focus on that element
|
|
6
|
+
* Element#to_subtype returns Element if non-supported tag found instead of crashing
|
|
7
|
+
* searching by :class will match now partially like other tools behave (e.g. jQuery)
|
|
8
|
+
|
|
9
|
+
== 3.0.0.rc1 - 2012/01/13 - more conformance with WatirSpec
|
|
2
10
|
|
|
3
11
|
* Button#text returns value if exists instead of text
|
|
4
12
|
* Browser#goto prepends url automatically with http:// if scheme is missing
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.0.
|
|
1
|
+
3.0.0.rc2
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: commonwatir
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 15424113
|
|
5
5
|
prerelease: 6
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 0
|
|
9
9
|
- 0
|
|
10
10
|
- rc
|
|
11
|
-
-
|
|
12
|
-
version: 3.0.0.
|
|
11
|
+
- 2
|
|
12
|
+
version: 3.0.0.rc2
|
|
13
13
|
platform: ruby
|
|
14
14
|
authors:
|
|
15
15
|
- Bret Pettichord
|
|
@@ -17,7 +17,7 @@ autorequire:
|
|
|
17
17
|
bindir: bin
|
|
18
18
|
cert_chain: []
|
|
19
19
|
|
|
20
|
-
date: 2012-
|
|
20
|
+
date: 2012-02-04 00:00:00 Z
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
23
23
|
name: user-choices
|