commonwatir 1.7.0 → 1.7.1
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 +12 -0
- data/VERSION +1 -1
- metadata +4 -4
data/CHANGES
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
== Version 1.7.1 - 2011/01/10
|
|
2
|
+
|
|
3
|
+
=== IE improvements
|
|
4
|
+
|
|
5
|
+
* Fixed Watir::IE.start_process/new_process. Doesn't completely close http://jira.openqa.org/browse/WTR-472 (Jarmo Pertman)
|
|
6
|
+
|
|
7
|
+
=== Firefox improvements
|
|
8
|
+
|
|
9
|
+
- Nothing
|
|
10
|
+
|
|
11
|
+
Whole Changelog is available at http://github.com/bret/watir/compare/v1.7.1...v1.7.0
|
|
12
|
+
|
|
1
13
|
== Version 1.7.0 - 2011/01/06
|
|
2
14
|
|
|
3
15
|
=== IE improvements
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.7.
|
|
1
|
+
1.7.1
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: commonwatir
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 9
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 7
|
|
9
|
-
-
|
|
10
|
-
version: 1.7.
|
|
9
|
+
- 1
|
|
10
|
+
version: 1.7.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Bret Pettichord
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-01-
|
|
18
|
+
date: 2011-01-10 00:00:00 +02:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|