commonwatir 2.0.0.rc2 → 2.0.0.rc3
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 +0 -2
- data/VERSION +1 -1
- data/lib/watir/browser.rb +0 -4
- metadata +4 -4
data/CHANGES
CHANGED
@@ -15,8 +15,6 @@
|
|
15
15
|
* all collection methods accept now specifiers too:
|
16
16
|
- browser.divs(:class => "someclass").each {|div| puts div.class_name} # => "someclass"
|
17
17
|
* removed FormElement class
|
18
|
-
* renamed CheckBox class to Checkbox
|
19
|
-
* renamed CheckBoxes class to Checkboxes
|
20
18
|
* added aliases:
|
21
19
|
- tr => row
|
22
20
|
- trs => rows
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.0.0.
|
1
|
+
2.0.0.rc3
|
data/lib/watir/browser.rb
CHANGED
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: 15424083
|
5
5
|
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 0
|
9
9
|
- 0
|
10
10
|
- rc
|
11
|
-
-
|
12
|
-
version: 2.0.0.
|
11
|
+
- 3
|
12
|
+
version: 2.0.0.rc3
|
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: 2011-07-
|
20
|
+
date: 2011-07-25 00:00:00 Z
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|
23
23
|
name: user-choices
|