firewatir 1.9.0 → 1.9.1.rc1

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 +5 -1
  2. data/VERSION +1 -1
  3. metadata +18 -12
data/CHANGES CHANGED
@@ -1,4 +1,8 @@
1
- == Version 1.9.0 -2011//
1
+ == Version 1.9.1 - 2011/07/
2
+
3
+ * Bug fixes for IE9
4
+
5
+ == Version 1.9.0 - 2011/06/15
2
6
 
3
7
  * Added support for IE9
4
8
  * Updated watir/ie for Ruby 1.8.7 and are no longer supporting Ruby 1.8.6.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.0
1
+ 1.9.1.rc1
metadata CHANGED
@@ -1,13 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: firewatir
3
3
  version: !ruby/object:Gem::Version
4
- hash: 51
5
- prerelease:
4
+ hash: 15424175
5
+ prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 9
9
- - 0
10
- version: 1.9.0
9
+ - 1
10
+ - rc
11
+ - 1
12
+ version: 1.9.1.rc1
11
13
  platform: ruby
12
14
  authors:
13
15
  - Angrez Singh
@@ -15,7 +17,7 @@ autorequire:
15
17
  bindir: bin
16
18
  cert_chain: []
17
19
 
18
- date: 2011-06-15 00:00:00 Z
20
+ date: 2011-06-26 00:00:00 Z
19
21
  dependencies:
20
22
  - !ruby/object:Gem::Dependency
21
23
  name: commonwatir
@@ -25,12 +27,14 @@ dependencies:
25
27
  requirements:
26
28
  - - "="
27
29
  - !ruby/object:Gem::Version
28
- hash: 51
30
+ hash: 15424175
29
31
  segments:
30
32
  - 1
31
33
  - 9
32
- - 0
33
- version: 1.9.0
34
+ - 1
35
+ - rc
36
+ - 1
37
+ version: 1.9.1.rc1
34
38
  type: :runtime
35
39
  version_requirements: *id001
36
40
  description: " FireWatir stands for \"Web Application Testing in Ruby for Firefox\". FireWatir (pronounced firewater) is a free, \n open-source functional testing tool for automating browser-based tests of web applications. \n It works with applications written in any language.\n FireWatir drives the Firefox browser the same way an end user would. \n It clicks links, fills in forms, presses buttons. \n FireWatir also checks results, such as whether expected text appears on the page, or whether a control is enabled.\n FireWatir is a Ruby library that works with Firefox on Windows. It also works on Linux, Mac but without support for\n JavaScript popups (currently support will be there shortly).\n"
@@ -193,12 +197,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
193
197
  required_rubygems_version: !ruby/object:Gem::Requirement
194
198
  none: false
195
199
  requirements:
196
- - - ">="
200
+ - - ">"
197
201
  - !ruby/object:Gem::Version
198
- hash: 3
202
+ hash: 25
199
203
  segments:
200
- - 0
201
- version: "0"
204
+ - 1
205
+ - 3
206
+ - 1
207
+ version: 1.3.1
202
208
  requirements:
203
209
  - Mozilla Firefox browser 1.5 or later.
204
210
  rubyforge_project: Watir