blade-sauce_labs_plugin 0.6.2 → 0.6.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/blade-sauce_labs_plugin.gemspec +1 -1
- data/lib/blade/sauce_labs_plugin/version.rb +1 -1
- data/lib/blade/sauce_labs_plugin/web_driver.rb +6 -1
- data/support/sc-linux/bin/sc +0 -0
- data/support/sc-linux/license.html +0 -1
- data/support/sc-osx/bin/sc +0 -0
- data/support/sc-osx/bin/sc.dSYM/Contents/Resources/DWARF/sc +0 -0
- data/support/sc-osx/license.html +0 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b312e1db63e11d119708eacf8c5f2486afff8d5d
|
4
|
+
data.tar.gz: 87cbcd980f4de9aef283c6ca90c961d0042bcfe4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5d781465516ef2bbb225c6ba6cd322c074fe9625efe1b24a8fa480be2811c6b5d6780d49708be0d89ee177219de41e9aa5b2b1100217de6d5b75362f766264f
|
7
|
+
data.tar.gz: a1591257f7ebd9db176777f5ee5d2899f25198075d32fc87882d28468b51de66029daf794d2c175a492614549e8a7eb860ab8f3fd8bfd4a4fbda233d2fe09054
|
data/LICENSE.txt
CHANGED
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
|
|
19
19
|
spec.require_paths = ["lib"]
|
20
20
|
|
21
21
|
spec.add_development_dependency "bundler", "~> 1.10"
|
22
|
-
spec.add_development_dependency "blade", "
|
22
|
+
spec.add_development_dependency "blade", ">= 0.5.0"
|
23
23
|
spec.add_development_dependency "rake", "~> 10.0"
|
24
24
|
spec.add_development_dependency "webmock", "~> 1.21.0"
|
25
25
|
|
@@ -89,7 +89,12 @@ class Blade::SauceLabsPlugin::WebDriver < EventMachine::Completion
|
|
89
89
|
def http_client
|
90
90
|
@http_client ||= begin
|
91
91
|
client = Selenium::WebDriver::Remote::Http::Default.new
|
92
|
-
client.
|
92
|
+
if client.respond_to?(:open_timeout)
|
93
|
+
client.open_timeout = 60
|
94
|
+
client.read_timeout = 260
|
95
|
+
else
|
96
|
+
client.timeout = 260
|
97
|
+
end
|
93
98
|
client
|
94
99
|
end
|
95
100
|
end
|
data/support/sc-linux/bin/sc
CHANGED
Binary file
|
@@ -42,7 +42,6 @@ This End User License Agreement (“Agreement”) is between Sauce Labs Inc., lo
|
|
42
42
|
</p><p>
|
43
43
|
2.3 <u>License Restrictions</u>. You shall not (and shall not allow any third party to): (a) work around any technical limitations in the Software; (b) decompile, disassemble, or otherwise reverse engineer the Software or attempt to reconstruct or discover any source code, underlying ideas, algorithms, file formats or programming interfaces of the Software by any means whatsoever (except and only to the extent that applicable law prohibits or restricts reverse engineering restrictions); (c) except as permitted by 2.1(B), distribute, sell, sublicense, rent, lease or use the Software (or any portion thereof) for time sharing, commercial hosting, service provider or like purposes; (d) remove any product identification, proprietary, copyright or other notices contained in the Software; (e) modify any part of the Software, create a derivative work of any part of the Software, or incorporate the Software into or with other software, except to the extent expressly authorized herein or in writing by Sauce Labs; (f) publicly disseminate performance information or analysis (including, without limitation, benchmarks) from any source relating to the Software, (g) use the Software in a manner that violates, or encourages the violation of, the legal rights of others, (h) use the Software for any unlawful, invasive, infringing, defamatory, or fraudulent purpose, (i) use the Software to interfere with Sauce Lab’s products and services, (j) create or attempt to create a substitute or similar service or product through use of or access to the Software or proprietary information related thereto; (k) use the Software to intentionally distribute viruses, worms, Trojan horses, corrupted files, hoaxes, or other items of a destructive or deceptive nature; (l) use the Software to alter, disable, interfere with, or circumvent any aspect of Sauce Labs’ products or services, including but not limited to security features of such products and services; or (l) use the Software in a manner not authorized by Sauce Labs.
|
44
44
|
</p><p>
|
45
|
-
2.3 <u>License Restrictions</u>. You shall not (and shall not allow any third party to): (a) work around any technical limitations in the Software; (b) decompile, disassemble, or otherwise reverse engineer the Software or attempt to reconstruct or discover any source code, underlying ideas, algorithms, file formats or programming interfaces of the Software by any means whatsoever (except and only to the extent that applicable law prohibits or restricts reverse engineering restrictions); (c) except as permitted by 2.1(B), distribute, sell, sublicense, rent, lease or use the Software (or any portion thereof) for time sharing, commercial hosting, service provider or like purposes; (d) remove any product identification, proprietary, copyright or other notices contained in the Software; (e) modify any part of the Software, create a derivative work of any part of the Software, or incorporate the Software into or with other software, except to the extent expressly authorized herein or in writing by Sauce Labs; (f) publicly disseminate performance information or analysis (including, without limitation, benchmarks) from any source relating to the Software, (g) use the Software in a manner that violates, or encourages the violation of, the legal rights of others, (h) use the Software for any unlawful, invasive, infringing, defamatory, or fraudulent purpose, (i) use the Software to interfere with Sauce Lab’s products and services, (j) create or attempt to create a substitute or similar service or product through use of or access to the Software or proprietary information related thereto; (k) use the Software to intentionally distribute viruses, worms, Trojan horses, corrupted files, hoaxes, or other items of a destructive or deceptive nature; (l) use the Software to alter, disable, interfere with, or circumvent any aspect of Sauce Labs’ products or services, including but not limited to security features of such products and services; or (l) use the Software in a manner not authorized by Sauce Labs.
|
46
45
|
2.4 <u>Special Provision regarding Beta or Evaluation Code</u>. If the Software was provided to you free of charge or is otherwise designated as a “beta” or “evaluation” release, you acknowledge that the Software may not be complete or fully functional and furthermore that Sauce Labs provides the Software to you without any support, maintenance or other obligation of any kind. Sauce Labs does not guarantee that the Software will continue to be made available for any period of time or that any future release of the Software will be made available under the same terms.
|
47
46
|
</p><p>
|
48
47
|
2.5 <u>Third-Party Open Source Code</u>. The Software may contain or be provided with components subject to the terms and conditions of “open source” software licenses (“Open Source Software”). Open Source Software may be identified in the Documentation, legal notices or as otherwise designated by Sauce Labs or provided to Customer upon Customer’s written request. To the extent required by the license that accompanies the Open Source Software, the terms of such license will apply in lieu of the terms of this Agreement with respect to such Open Source Software, including, without limitation, any provisions governing access to source code, modification or reverse engineering.
|
data/support/sc-osx/bin/sc
CHANGED
Binary file
|
Binary file
|
data/support/sc-osx/license.html
CHANGED
@@ -42,7 +42,6 @@ This End User License Agreement (“Agreement”) is between Sauce Labs Inc., lo
|
|
42
42
|
</p><p>
|
43
43
|
2.3 <u>License Restrictions</u>. You shall not (and shall not allow any third party to): (a) work around any technical limitations in the Software; (b) decompile, disassemble, or otherwise reverse engineer the Software or attempt to reconstruct or discover any source code, underlying ideas, algorithms, file formats or programming interfaces of the Software by any means whatsoever (except and only to the extent that applicable law prohibits or restricts reverse engineering restrictions); (c) except as permitted by 2.1(B), distribute, sell, sublicense, rent, lease or use the Software (or any portion thereof) for time sharing, commercial hosting, service provider or like purposes; (d) remove any product identification, proprietary, copyright or other notices contained in the Software; (e) modify any part of the Software, create a derivative work of any part of the Software, or incorporate the Software into or with other software, except to the extent expressly authorized herein or in writing by Sauce Labs; (f) publicly disseminate performance information or analysis (including, without limitation, benchmarks) from any source relating to the Software, (g) use the Software in a manner that violates, or encourages the violation of, the legal rights of others, (h) use the Software for any unlawful, invasive, infringing, defamatory, or fraudulent purpose, (i) use the Software to interfere with Sauce Lab’s products and services, (j) create or attempt to create a substitute or similar service or product through use of or access to the Software or proprietary information related thereto; (k) use the Software to intentionally distribute viruses, worms, Trojan horses, corrupted files, hoaxes, or other items of a destructive or deceptive nature; (l) use the Software to alter, disable, interfere with, or circumvent any aspect of Sauce Labs’ products or services, including but not limited to security features of such products and services; or (l) use the Software in a manner not authorized by Sauce Labs.
|
44
44
|
</p><p>
|
45
|
-
2.3 <u>License Restrictions</u>. You shall not (and shall not allow any third party to): (a) work around any technical limitations in the Software; (b) decompile, disassemble, or otherwise reverse engineer the Software or attempt to reconstruct or discover any source code, underlying ideas, algorithms, file formats or programming interfaces of the Software by any means whatsoever (except and only to the extent that applicable law prohibits or restricts reverse engineering restrictions); (c) except as permitted by 2.1(B), distribute, sell, sublicense, rent, lease or use the Software (or any portion thereof) for time sharing, commercial hosting, service provider or like purposes; (d) remove any product identification, proprietary, copyright or other notices contained in the Software; (e) modify any part of the Software, create a derivative work of any part of the Software, or incorporate the Software into or with other software, except to the extent expressly authorized herein or in writing by Sauce Labs; (f) publicly disseminate performance information or analysis (including, without limitation, benchmarks) from any source relating to the Software, (g) use the Software in a manner that violates, or encourages the violation of, the legal rights of others, (h) use the Software for any unlawful, invasive, infringing, defamatory, or fraudulent purpose, (i) use the Software to interfere with Sauce Lab’s products and services, (j) create or attempt to create a substitute or similar service or product through use of or access to the Software or proprietary information related thereto; (k) use the Software to intentionally distribute viruses, worms, Trojan horses, corrupted files, hoaxes, or other items of a destructive or deceptive nature; (l) use the Software to alter, disable, interfere with, or circumvent any aspect of Sauce Labs’ products or services, including but not limited to security features of such products and services; or (l) use the Software in a manner not authorized by Sauce Labs.
|
46
45
|
2.4 <u>Special Provision regarding Beta or Evaluation Code</u>. If the Software was provided to you free of charge or is otherwise designated as a “beta” or “evaluation” release, you acknowledge that the Software may not be complete or fully functional and furthermore that Sauce Labs provides the Software to you without any support, maintenance or other obligation of any kind. Sauce Labs does not guarantee that the Software will continue to be made available for any period of time or that any future release of the Software will be made available under the same terms.
|
47
46
|
</p><p>
|
48
47
|
2.5 <u>Third-Party Open Source Code</u>. The Software may contain or be provided with components subject to the terms and conditions of “open source” software licenses (“Open Source Software”). Open Source Software may be identified in the Documentation, legal notices or as otherwise designated by Sauce Labs or provided to Customer upon Customer’s written request. To the extent required by the license that accompanies the Open Source Software, the terms of such license will apply in lieu of the terms of this Agreement with respect to such Open Source Software, including, without limitation, any provisions governing access to source code, modification or reverse engineering.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: blade-sauce_labs_plugin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Javan Makhmali
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2017-04-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -28,14 +28,14 @@ dependencies:
|
|
28
28
|
name: blade
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: 0.5.0
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- - "
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: 0.5.0
|
41
41
|
- !ruby/object:Gem::Dependency
|
@@ -192,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
192
192
|
version: '0'
|
193
193
|
requirements: []
|
194
194
|
rubyforge_project:
|
195
|
-
rubygems_version: 2.
|
195
|
+
rubygems_version: 2.5.1
|
196
196
|
signing_key:
|
197
197
|
specification_version: 4
|
198
198
|
summary: Blade Runner plugin for Sauce Labs (saucelabs.com)
|