firewatir 1.9.0.rc3 → 1.9.0.rc4

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