firewatir 1.8.1.rc1 → 1.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGES +1 -1
- data/VERSION +1 -1
- metadata +10 -14
data/CHANGES
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.8.1
|
|
1
|
+
1.8.1
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: firewatir
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 53
|
|
5
|
+
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 8
|
|
9
9
|
- 1
|
|
10
|
-
|
|
11
|
-
version: 1.8.1.rc1
|
|
10
|
+
version: 1.8.1
|
|
12
11
|
platform: ruby
|
|
13
12
|
authors:
|
|
14
13
|
- Angrez Singh
|
|
@@ -16,7 +15,7 @@ autorequire:
|
|
|
16
15
|
bindir: bin
|
|
17
16
|
cert_chain: []
|
|
18
17
|
|
|
19
|
-
date: 2011-04-
|
|
18
|
+
date: 2011-04-10 00:00:00 +03:00
|
|
20
19
|
default_executable:
|
|
21
20
|
dependencies:
|
|
22
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -27,13 +26,12 @@ dependencies:
|
|
|
27
26
|
requirements:
|
|
28
27
|
- - "="
|
|
29
28
|
- !ruby/object:Gem::Version
|
|
30
|
-
hash:
|
|
29
|
+
hash: 53
|
|
31
30
|
segments:
|
|
32
31
|
- 1
|
|
33
32
|
- 8
|
|
34
33
|
- 1
|
|
35
|
-
|
|
36
|
-
version: 1.8.1.rc1
|
|
34
|
+
version: 1.8.1
|
|
37
35
|
type: :runtime
|
|
38
36
|
version_requirements: *id001
|
|
39
37
|
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 +195,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
197
195
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
198
196
|
none: false
|
|
199
197
|
requirements:
|
|
200
|
-
- - "
|
|
198
|
+
- - ">="
|
|
201
199
|
- !ruby/object:Gem::Version
|
|
202
|
-
hash:
|
|
200
|
+
hash: 3
|
|
203
201
|
segments:
|
|
204
|
-
-
|
|
205
|
-
|
|
206
|
-
- 1
|
|
207
|
-
version: 1.3.1
|
|
202
|
+
- 0
|
|
203
|
+
version: "0"
|
|
208
204
|
requirements:
|
|
209
205
|
- Mozilla Firefox browser 1.5 or later.
|
|
210
206
|
rubyforge_project: Watir
|