commonwatir 1.6.6.rc1 → 1.6.6.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 +7 -1
- data/Rakefile +2 -0
- data/VERSION +1 -1
- metadata +4 -4
data/CHANGES
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Added an optional numeric parameter max_depth for Table#to_a and TableRow#to_a for getting text values for nested tables. Closes http://jira.openqa.org/browse/WTR-445 (Jarmo Pertman)
|
|
11
11
|
* #close will close the browser even if #wait raises an Exception. Closes http://jira.openqa.org/browse/WTR-443 (Jarmo Pertman)
|
|
12
12
|
* Added #element and #elements methods for locating non-specific elements. Closes http://jira.openqa.org/browse/WTR-103 (Hugh McGowan)
|
|
13
|
-
* #click_no_wait fixes and improvements. Closes http://jira.openqa.org/browse/WTR-449 (Jarmo Pertman)
|
|
13
|
+
* #click_no_wait fixes and improvements. Closes http://jira.openqa.org/browse/WTR-320 and http://jira.openqa.org/browse/WTR-449 (Jarmo Pertman)
|
|
14
14
|
* #wait will raise a Timeout::Error if page hasn't been loaded within 5 minutes. Closes http://jira.openqa.org/browse/WTR-452 (Bret)
|
|
15
15
|
* Fixed a problem when #wait blocked forever. Closes http://jira.openqa.org/browse/WTR-446 (Jarmo Pertman)
|
|
16
16
|
|
|
@@ -26,6 +26,12 @@
|
|
|
26
26
|
|
|
27
27
|
* Some rdoc cleanup (marekj)
|
|
28
28
|
* Removed Watir::Utils (Jarmo Pertman)
|
|
29
|
+
* It is now possible to execute unit-tests within gems with `rake test` (Jarmo Pertman)
|
|
30
|
+
* Don't output unnecessary information to stdout in FireWatir unit-tests (Željko Filipin)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
Whole Changelog is available at http://github.com/bret/watir/compare/v1.6.5...v1.6.6
|
|
34
|
+
|
|
29
35
|
|
|
30
36
|
== Version 1.6.5
|
|
31
37
|
|
data/Rakefile
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.6.6.
|
|
1
|
+
1.6.6.rc2
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: commonwatir
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 977940599
|
|
5
5
|
prerelease: true
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 6
|
|
9
9
|
- 6
|
|
10
|
-
-
|
|
11
|
-
version: 1.6.6.
|
|
10
|
+
- rc2
|
|
11
|
+
version: 1.6.6.rc2
|
|
12
12
|
platform: ruby
|
|
13
13
|
authors:
|
|
14
14
|
- Bret Pettichord
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2010-09-
|
|
19
|
+
date: 2010-09-30 00:00:00 -06:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|