watir 2.0.2.rc1 → 2.0.2

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.
Files changed (3) hide show
  1. data/CHANGES +2 -1
  2. data/VERSION +1 -1
  3. metadata +10 -16
data/CHANGES CHANGED
@@ -1,8 +1,9 @@
1
- == Version 2.x.x - 2011/xx/xx
1
+ == Version 2.0.2 - 2011/09/10
2
2
 
3
3
  * added support for del, ins, font, meta and ol tags
4
4
  * added support for h1, h2, h3, h4, h5, h6 and ul collection methods
5
5
  * Watir::IE#execute_script returns now the value of the JavaScript evaluation
6
+ * Watir::IE#fire_event now checks for the document mode in IE9
6
7
  * Watir::Table#rows method iterates correctly over rows
7
8
  * speed up dealing with html elements in some situations
8
9
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.2.rc1
1
+ 2.0.2
metadata CHANGED
@@ -1,15 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watir
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15424071
5
- prerelease: 6
4
+ hash: 11
5
+ prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
9
  - 2
10
- - rc
11
- - 1
12
- version: 2.0.2.rc1
10
+ version: 2.0.2
13
11
  platform: ruby
14
12
  authors:
15
13
  - Bret Pettichord
@@ -17,7 +15,7 @@ autorequire:
17
15
  bindir: bin
18
16
  cert_chain: []
19
17
 
20
- date: 2011-09-08 00:00:00 Z
18
+ date: 2011-09-10 00:00:00 Z
21
19
  dependencies:
22
20
  - !ruby/object:Gem::Dependency
23
21
  name: win32-process
@@ -59,14 +57,12 @@ dependencies:
59
57
  requirements:
60
58
  - - "="
61
59
  - !ruby/object:Gem::Version
62
- hash: 15424071
60
+ hash: 11
63
61
  segments:
64
62
  - 2
65
63
  - 0
66
64
  - 2
67
- - rc
68
- - 1
69
- version: 2.0.2.rc1
65
+ version: 2.0.2
70
66
  type: :runtime
71
67
  version_requirements: *id003
72
68
  - !ruby/object:Gem::Dependency
@@ -350,14 +346,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
350
346
  required_rubygems_version: !ruby/object:Gem::Requirement
351
347
  none: false
352
348
  requirements:
353
- - - ">"
349
+ - - ">="
354
350
  - !ruby/object:Gem::Version
355
- hash: 25
351
+ hash: 3
356
352
  segments:
357
- - 1
358
- - 3
359
- - 1
360
- version: 1.3.1
353
+ - 0
354
+ version: "0"
361
355
  requirements:
362
356
  - Microsoft Windows running Internet Explorer 5.5 or later.
363
357
  rubyforge_project: Watir