watirgrid 0.0.6 → 0.0.7
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 +2 -1
- metadata +11 -1
data/Rakefile
CHANGED
|
@@ -11,7 +11,8 @@ begin
|
|
|
11
11
|
gem.homepage = "http://github.com/90kts/watirgrid"
|
|
12
12
|
gem.authors = ["Tim Koopmans"]
|
|
13
13
|
gem.add_development_dependency "rspec", ">= 1.2.9"
|
|
14
|
-
gem.
|
|
14
|
+
gem.add_dependency "uuid", ">= 2.2.0"
|
|
15
|
+
gem.version = "0.0.7"
|
|
15
16
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
|
16
17
|
end
|
|
17
18
|
rescue LoadError
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: watirgrid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tim Koopmans
|
|
@@ -22,6 +22,16 @@ dependencies:
|
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
23
|
version: 1.2.9
|
|
24
24
|
version:
|
|
25
|
+
- !ruby/object:Gem::Dependency
|
|
26
|
+
name: uuid
|
|
27
|
+
type: :runtime
|
|
28
|
+
version_requirement:
|
|
29
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - ">="
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: 2.2.0
|
|
34
|
+
version:
|
|
25
35
|
description: WatirGrid allows for distributed testing across a grid network using Watir.
|
|
26
36
|
email: tim.koops@gmail.com
|
|
27
37
|
executables:
|