sauce 3.7.1 → 3.7.2
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
- data/lib/sauce/version.rb +1 -1
- metadata +9 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 601ddd988c45852ba48568e6d3d42dbe018764af
|
|
4
|
+
data.tar.gz: 724f11908399eaf5f3fdc1f075aa874d7e720ecd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 221448541c5a2c25918328d5027dc1fca0710871e82f03d3dec8e81fa70e1caac7a2bba431ffd95d594ae1ac2a3418311160c111acf69ab3b793b6a8a377ab6f
|
|
7
|
+
data.tar.gz: 1d6efbcd739886a88fb6e12604452f3fed3f4a0a7477e9624d3a3e1daafad2af9d7bccf9952d75de085224ca2db1668e899e1fae1af783509cf35770cfb072e8
|
data/lib/sauce/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sauce
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.7.
|
|
4
|
+
version: 3.7.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dylan Lacey
|
|
@@ -14,7 +14,7 @@ authors:
|
|
|
14
14
|
autorequire:
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
|
-
date: 2016-
|
|
17
|
+
date: 2016-10-24 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: rspec
|
|
@@ -246,8 +246,9 @@ dependencies:
|
|
|
246
246
|
- - "~>"
|
|
247
247
|
- !ruby/object:Gem::Version
|
|
248
248
|
version: 0.0.11
|
|
249
|
-
description: A Ruby helper for running tests in Sauce Labs' browser
|
|
250
|
-
service
|
|
249
|
+
description: "[DEPRECATED] A Ruby helper for running tests in Sauce Labs' browser
|
|
250
|
+
testing cloud service. #[DEPRECATED] Sauce Labs does not recommend this gem. It
|
|
251
|
+
will not receive further development or support."
|
|
251
252
|
email: help@saucelabs.com
|
|
252
253
|
executables:
|
|
253
254
|
- sauce
|
|
@@ -329,7 +330,8 @@ homepage: http://github.com/sauce-labs/sauce_ruby
|
|
|
329
330
|
licenses:
|
|
330
331
|
- Apache 2.0
|
|
331
332
|
metadata: {}
|
|
332
|
-
post_install_message:
|
|
333
|
+
post_install_message: 'WARNING: This gem is no longer supported. Please see https://wiki.saucelabs.com/display/DOCS/Instant+Selenium+Ruby+Tests
|
|
334
|
+
for assistance running Ruby tests with Sauce Labs.'
|
|
333
335
|
rdoc_options: []
|
|
334
336
|
require_paths:
|
|
335
337
|
- lib
|
|
@@ -345,10 +347,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
345
347
|
version: '0'
|
|
346
348
|
requirements: []
|
|
347
349
|
rubyforge_project:
|
|
348
|
-
rubygems_version: 2.
|
|
350
|
+
rubygems_version: 2.5.1
|
|
349
351
|
signing_key:
|
|
350
352
|
specification_version: 4
|
|
351
|
-
summary: A Ruby helper for running tests in Sauce Labs
|
|
353
|
+
summary: "[DEPRECATED] A Ruby helper for running tests in Sauce Labs"
|
|
352
354
|
test_files:
|
|
353
355
|
- spec/cucumber_helper.rb
|
|
354
356
|
- spec/integration/connect/spec/spec_helper.rb
|
|
@@ -389,4 +391,3 @@ test_files:
|
|
|
389
391
|
- spec/sauce/utilities/utilities_spec.rb
|
|
390
392
|
- spec/sauce_helper.rb
|
|
391
393
|
- spec/spec_helper.rb
|
|
392
|
-
has_rdoc:
|