sauce-connect 3.6.2 → 3.6.3
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.
- checksums.yaml +4 -4
- metadata +11 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 16e0dacc41d61ff05bd9220329e64ba5caf0c453
|
4
|
+
data.tar.gz: efd6bedf9d1c9f3ae3bc927e4d0700b568dddef0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4baed884ec383c7bd7d83af57fc1288612431fb8dbfac7c4cb94945375a2aae831a08afdbf47eb208aba56629f29c173b7b3186cb5aba216362362ace20e84f2
|
7
|
+
data.tar.gz: 17882ca0f7dcb6797d14ac08ab817632bfe71bbdc80fcce32cfb5bba94cd2f507ca24847ea14ff5c6c969a4a4f8c4efd2448a49d94293e012352073543d8bef6
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sauce-connect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.6.
|
4
|
+
version: 3.6.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- R. Tyler Croy
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date:
|
14
|
+
date: 2016-10-24 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: sauce
|
@@ -19,14 +19,14 @@ dependencies:
|
|
19
19
|
requirements:
|
20
20
|
- - "~>"
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: '3.
|
22
|
+
version: '3.7'
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
26
|
requirements:
|
27
27
|
- - "~>"
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '3.
|
29
|
+
version: '3.7'
|
30
30
|
- !ruby/object:Gem::Dependency
|
31
31
|
name: rspec
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
@@ -41,7 +41,9 @@ dependencies:
|
|
41
41
|
- - "~>"
|
42
42
|
- !ruby/object:Gem::Version
|
43
43
|
version: 3.3.0
|
44
|
-
description: A wrapper to start and stop a Sauce Connect tunnel programatically.
|
44
|
+
description: A wrapper to start and stop a Sauce Connect tunnel programatically. [DEPRECATED]
|
45
|
+
Sauce Labs does not recommend this gem. It will not receive further development
|
46
|
+
or support.
|
45
47
|
email:
|
46
48
|
- tyler@monkeypox.org
|
47
49
|
executables: []
|
@@ -53,12 +55,8 @@ homepage: https://docs.saucelabs.com/reference/sauce-connect
|
|
53
55
|
licenses:
|
54
56
|
- Apache 2.0
|
55
57
|
metadata: {}
|
56
|
-
post_install_message:
|
57
|
-
|
58
|
-
Sauce Connect binary from https://docs.saucelabs.com/reference/sauce-connect
|
59
|
-
|
60
|
-
Then, set the 'sauce_connect_4_executable' key in your Sauce.config block, to
|
61
|
-
the path of the unzipped file's /bin/sc.
|
58
|
+
post_install_message: 'WARNING: This gem is no longer supported. Please see https://wiki.saucelabs.com/display/DOCS/Instant+Selenium+Ruby+Tests
|
59
|
+
for assistance running Ruby tests with Sauce Labs.'
|
62
60
|
rdoc_options: []
|
63
61
|
require_paths:
|
64
62
|
- lib
|
@@ -76,9 +74,8 @@ requirements:
|
|
76
74
|
- An account at http://www.saucelabs.com
|
77
75
|
- A working copy of Sauce Connect from https://docs.saucelabs.com/reference/sauce-connect
|
78
76
|
rubyforge_project:
|
79
|
-
rubygems_version: 2.
|
77
|
+
rubygems_version: 2.5.1
|
80
78
|
signing_key:
|
81
79
|
specification_version: 4
|
82
|
-
summary: Manage Sauce Connect from within your tests
|
80
|
+
summary: "[DEPRECATED] Manage Sauce Connect from within your tests"
|
83
81
|
test_files: []
|
84
|
-
has_rdoc:
|