firewatir 1.9.0.rc5 → 1.9.0.rc6

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.rc5
1
+ 1.9.0.rc6
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: 15424175
4
+ hash: 15424169
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 9
9
9
  - 0
10
10
  - rc
11
- - 5
12
- version: 1.9.0.rc5
11
+ - 6
12
+ version: 1.9.0.rc6
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-10 00:00:00 Z
20
+ date: 2011-06-13 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: 15424175
30
+ hash: 15424169
31
31
  segments:
32
32
  - 1
33
33
  - 9
34
34
  - 0
35
35
  - rc
36
- - 5
37
- version: 1.9.0.rc5
36
+ - 6
37
+ version: 1.9.0.rc6
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"