firewatir 1.9.0.rc2 → 1.9.0.rc3

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 +6 -6
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.0.rc2
1
+ 1.9.0.rc3
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: 15424161
4
+ hash: 15424163
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 1
8
8
  - 9
9
9
  - 0
10
10
  - rc
11
- - 2
12
- version: 1.9.0.rc2
11
+ - 3
12
+ version: 1.9.0.rc3
13
13
  platform: ruby
14
14
  authors:
15
15
  - Angrez Singh
@@ -27,14 +27,14 @@ dependencies:
27
27
  requirements:
28
28
  - - "="
29
29
  - !ruby/object:Gem::Version
30
- hash: 15424161
30
+ hash: 15424163
31
31
  segments:
32
32
  - 1
33
33
  - 9
34
34
  - 0
35
35
  - rc
36
- - 2
37
- version: 1.9.0.rc2
36
+ - 3
37
+ version: 1.9.0.rc3
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"