This repository has been archived by the owner on Aug 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
watirgrid.gemspec
64 lines (59 loc) · 1.89 KB
/
watirgrid.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{watirgrid}
s.version = "1.1.5"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tim Koopmans"]
s.date = %q{2011-06-12}
s.description = %q{WatirGrid allows for distributed testing across a grid network using Watir.}
s.email = %q{[email protected]}
s.executables = ["listener", "controller", "provider"]
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
s.files = [
".document",
"LICENSE",
"README.rdoc",
"Rakefile",
"bin/controller",
"bin/listener",
"bin/provider",
"examples/basic/example_safariwatir.rb",
"examples/basic/example_webdriver.rb",
"examples/cucumber/example.feature",
"examples/cucumber/step_definitions/example_steps.rb",
"examples/cucumber/support/env.rb",
"examples/parallel/cucumber/example.feature",
"examples/parallel/cucumber/step_definitions/example_steps.rb",
"examples/parallel/cucumber/support/env.rb",
"lib/controller.rb",
"lib/listener.rb",
"lib/provider.rb",
"lib/watirgrid.rb",
"rdoc/logo.png",
"spec/grid_control_spec.rb",
"spec/grid_management_spec.rb",
"spec/grid_mixed_spec.rb",
"spec/memory_spec.rb",
"spec/selenium_webdriver_spec.rb",
"spec/spec_helper.rb",
"spec/webdriver_spec.rb",
"watirgrid.gemspec"
]
s.homepage = %q{http://github.com/90kts/watirgrid}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.6.2}
s.summary = %q{WatirGrid: Web Application Testing in Ruby across a grid network.}
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end