firewatir 1.9.1.rc1 → 1.9.1

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 +10 -16
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.1.rc1
1
+ 1.9.1
metadata CHANGED
@@ -1,15 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: firewatir
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15424175
5
- prerelease: 6
4
+ hash: 49
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 9
9
9
  - 1
10
- - rc
11
- - 1
12
- version: 1.9.1.rc1
10
+ version: 1.9.1
13
11
  platform: ruby
14
12
  authors:
15
13
  - Angrez Singh
@@ -17,7 +15,7 @@ autorequire:
17
15
  bindir: bin
18
16
  cert_chain: []
19
17
 
20
- date: 2011-06-26 00:00:00 Z
18
+ date: 2011-06-30 00:00:00 Z
21
19
  dependencies:
22
20
  - !ruby/object:Gem::Dependency
23
21
  name: commonwatir
@@ -27,14 +25,12 @@ dependencies:
27
25
  requirements:
28
26
  - - "="
29
27
  - !ruby/object:Gem::Version
30
- hash: 15424175
28
+ hash: 49
31
29
  segments:
32
30
  - 1
33
31
  - 9
34
32
  - 1
35
- - rc
36
- - 1
37
- version: 1.9.1.rc1
33
+ version: 1.9.1
38
34
  type: :runtime
39
35
  version_requirements: *id001
40
36
  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"
@@ -197,14 +193,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
197
193
  required_rubygems_version: !ruby/object:Gem::Requirement
198
194
  none: false
199
195
  requirements:
200
- - - ">"
196
+ - - ">="
201
197
  - !ruby/object:Gem::Version
202
- hash: 25
198
+ hash: 3
203
199
  segments:
204
- - 1
205
- - 3
206
- - 1
207
- version: 1.3.1
200
+ - 0
201
+ version: "0"
208
202
  requirements:
209
203
  - Mozilla Firefox browser 1.5 or later.
210
204
  rubyforge_project: Watir