jsunit-sauce 0.0.1 → 0.0.2.alpha1
Sign up to get free protection for your applications and to get access to all the features.
- data/{Users/epall/Dropbox/code/jsunit-sauce/lib → lib}/sauce/jsunit.rb +0 -0
- data/{Users/epall/Dropbox/code/jsunit-sauce/lib → lib}/sauce/jsunit/run_utils.rb +0 -0
- data/{Users/epall/Dropbox/code/jsunit-sauce/lib → lib}/sauce/jsunit/selenium_config.rb +0 -0
- data/{Users/epall/Dropbox/code/jsunit-sauce/lib → lib}/sauce/jsunit/utilities.rb +0 -0
- data/{Users/epall/Dropbox/code/jsunit-sauce/test → test}/helper.rb +0 -0
- metadata +14 -12
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,13 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jsunit-sauce
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: -3702664370
|
5
|
+
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
+
- 2
|
10
|
+
- alpha
|
9
11
|
- 1
|
10
|
-
version: 0.0.
|
12
|
+
version: 0.0.2.alpha1
|
11
13
|
platform: ruby
|
12
14
|
authors:
|
13
15
|
- Eric Allen
|
@@ -16,7 +18,7 @@ autorequire:
|
|
16
18
|
bindir: bin
|
17
19
|
cert_chain: []
|
18
20
|
|
19
|
-
date: 2011-02-
|
21
|
+
date: 2011-02-07 00:00:00 -08:00
|
20
22
|
default_executable:
|
21
23
|
dependencies:
|
22
24
|
- !ruby/object:Gem::Dependency
|
@@ -27,12 +29,12 @@ dependencies:
|
|
27
29
|
requirements:
|
28
30
|
- - ">="
|
29
31
|
- !ruby/object:Gem::Version
|
30
|
-
hash:
|
32
|
+
hash: 91
|
31
33
|
segments:
|
32
34
|
- 0
|
33
35
|
- 16
|
34
|
-
-
|
35
|
-
version: 0.16.
|
36
|
+
- 2
|
37
|
+
version: 0.16.2
|
36
38
|
type: :runtime
|
37
39
|
version_requirements: *id001
|
38
40
|
- !ruby/object:Gem::Dependency
|
@@ -64,11 +66,11 @@ files:
|
|
64
66
|
- LICENSE
|
65
67
|
- README.md
|
66
68
|
- Rakefile
|
67
|
-
-
|
68
|
-
-
|
69
|
-
-
|
70
|
-
-
|
71
|
-
-
|
69
|
+
- lib/sauce/jsunit/run_utils.rb
|
70
|
+
- lib/sauce/jsunit/selenium_config.rb
|
71
|
+
- lib/sauce/jsunit/utilities.rb
|
72
|
+
- lib/sauce/jsunit.rb
|
73
|
+
- test/helper.rb
|
72
74
|
has_rdoc: true
|
73
75
|
homepage: http://github.com/saucelabs/jsunit-sauce
|
74
76
|
licenses: []
|