firewatir 1.7.0 → 1.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGES +12 -0
  2. data/VERSION +1 -1
  3. metadata +7 -7
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.0
1
+ 1.7.1
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: firewatir
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 7
9
- - 0
10
- version: 1.7.0
9
+ - 1
10
+ version: 1.7.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Angrez Singh
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-01-06 00:00:00 +02:00
18
+ date: 2011-01-10 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -26,12 +26,12 @@ dependencies:
26
26
  requirements:
27
27
  - - "="
28
28
  - !ruby/object:Gem::Version
29
- hash: 11
29
+ hash: 9
30
30
  segments:
31
31
  - 1
32
32
  - 7
33
- - 0
34
- version: 1.7.0
33
+ - 1
34
+ version: 1.7.1
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
37
  - !ruby/object:Gem::Dependency