watirgrid 1.1.4.pre → 1.1.4
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/Rakefile +1 -1
- data/watirgrid.gemspec +5 -20
- metadata +8 -11
data/Rakefile
CHANGED
|
@@ -9,7 +9,7 @@ begin
|
|
|
9
9
|
gem.email = "tim.koops@gmail.com"
|
|
10
10
|
gem.homepage = "http://github.com/90kts/watirgrid"
|
|
11
11
|
gem.authors = ["Tim Koopmans"]
|
|
12
|
-
gem.version = "1.1.4
|
|
12
|
+
gem.version = "1.1.4"
|
|
13
13
|
end
|
|
14
14
|
rescue LoadError
|
|
15
15
|
puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
|
data/watirgrid.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{watirgrid}
|
|
8
|
-
s.version = "1.1.
|
|
8
|
+
s.version = "1.1.4.pre"
|
|
9
9
|
|
|
10
|
-
s.required_rubygems_version = Gem::Requirement.new("
|
|
10
|
+
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Tim Koopmans"]
|
|
12
|
-
s.date = %q{2011-05
|
|
12
|
+
s.date = %q{2011-06-05}
|
|
13
13
|
s.description = %q{WatirGrid allows for distributed testing across a grid network using Watir.}
|
|
14
14
|
s.email = %q{tim.koops@gmail.com}
|
|
15
15
|
s.executables = ["listener", "controller", "provider"]
|
|
@@ -27,7 +27,6 @@ Gem::Specification.new do |s|
|
|
|
27
27
|
"bin/provider",
|
|
28
28
|
"examples/basic/example_safariwatir.rb",
|
|
29
29
|
"examples/basic/example_webdriver.rb",
|
|
30
|
-
"examples/basic/example_webdriver_remote.rb",
|
|
31
30
|
"examples/cucumber/example.feature",
|
|
32
31
|
"examples/cucumber/step_definitions/example_steps.rb",
|
|
33
32
|
"examples/cucumber/support/env.rb",
|
|
@@ -41,6 +40,7 @@ Gem::Specification.new do |s|
|
|
|
41
40
|
"rdoc/logo.png",
|
|
42
41
|
"spec/grid_control_spec.rb",
|
|
43
42
|
"spec/grid_management_spec.rb",
|
|
43
|
+
"spec/grid_mixed_spec.rb",
|
|
44
44
|
"spec/memory_spec.rb",
|
|
45
45
|
"spec/selenium_webdriver_spec.rb",
|
|
46
46
|
"spec/spec_helper.rb",
|
|
@@ -49,23 +49,8 @@ Gem::Specification.new do |s|
|
|
|
49
49
|
]
|
|
50
50
|
s.homepage = %q{http://github.com/90kts/watirgrid}
|
|
51
51
|
s.require_paths = ["lib"]
|
|
52
|
-
s.rubygems_version = %q{1.
|
|
52
|
+
s.rubygems_version = %q{1.6.2}
|
|
53
53
|
s.summary = %q{WatirGrid: Web Application Testing in Ruby across a grid network.}
|
|
54
|
-
s.test_files = [
|
|
55
|
-
"examples/basic/example_safariwatir.rb",
|
|
56
|
-
"examples/basic/example_webdriver.rb",
|
|
57
|
-
"examples/basic/example_webdriver_remote.rb",
|
|
58
|
-
"examples/cucumber/step_definitions/example_steps.rb",
|
|
59
|
-
"examples/cucumber/support/env.rb",
|
|
60
|
-
"examples/parallel/cucumber/step_definitions/example_steps.rb",
|
|
61
|
-
"examples/parallel/cucumber/support/env.rb",
|
|
62
|
-
"spec/grid_control_spec.rb",
|
|
63
|
-
"spec/grid_management_spec.rb",
|
|
64
|
-
"spec/memory_spec.rb",
|
|
65
|
-
"spec/selenium_webdriver_spec.rb",
|
|
66
|
-
"spec/spec_helper.rb",
|
|
67
|
-
"spec/webdriver_spec.rb"
|
|
68
|
-
]
|
|
69
54
|
|
|
70
55
|
if s.respond_to? :specification_version then
|
|
71
56
|
s.specification_version = 3
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: watirgrid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 27
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 1
|
|
9
9
|
- 4
|
|
10
|
-
|
|
11
|
-
version: 1.1.4.pre
|
|
10
|
+
version: 1.1.4
|
|
12
11
|
platform: ruby
|
|
13
12
|
authors:
|
|
14
13
|
- Tim Koopmans
|
|
@@ -16,7 +15,7 @@ autorequire:
|
|
|
16
15
|
bindir: bin
|
|
17
16
|
cert_chain: []
|
|
18
17
|
|
|
19
|
-
date: 2011-06-
|
|
18
|
+
date: 2011-06-12 00:00:00 +10:00
|
|
20
19
|
default_executable:
|
|
21
20
|
dependencies: []
|
|
22
21
|
|
|
@@ -81,14 +80,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
81
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
82
81
|
none: false
|
|
83
82
|
requirements:
|
|
84
|
-
- - "
|
|
83
|
+
- - ">="
|
|
85
84
|
- !ruby/object:Gem::Version
|
|
86
|
-
hash:
|
|
85
|
+
hash: 3
|
|
87
86
|
segments:
|
|
88
|
-
-
|
|
89
|
-
|
|
90
|
-
- 1
|
|
91
|
-
version: 1.3.1
|
|
87
|
+
- 0
|
|
88
|
+
version: "0"
|
|
92
89
|
requirements: []
|
|
93
90
|
|
|
94
91
|
rubyforge_project:
|