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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/sauce/version.rb +1 -1
  3. metadata +9 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a99d68f609df983d19a5e98b8be9d3cb05c76d9
4
- data.tar.gz: 2a70a5b41fa6542404c89c303584061c6a431161
3
+ metadata.gz: 601ddd988c45852ba48568e6d3d42dbe018764af
4
+ data.tar.gz: 724f11908399eaf5f3fdc1f075aa874d7e720ecd
5
5
  SHA512:
6
- metadata.gz: 76836c4c7410c30332fe8dac1900ec47d6a95ca62664805bc36973752e570446a72a57dedaba7498ac909d0e3e0e85b439defe4c9b6d5a92a93f90d4f129f881
7
- data.tar.gz: 50b464bb550ac59557d1c986ff2d420ad9eb181d5ba25833d0d6a7804a4fca206deb4026f67610559a1e533126e6886df0aa37c4566b2d1dd345e2ea21990b5a
6
+ metadata.gz: 221448541c5a2c25918328d5027dc1fca0710871e82f03d3dec8e81fa70e1caac7a2bba431ffd95d594ae1ac2a3418311160c111acf69ab3b793b6a8a377ab6f
7
+ data.tar.gz: 1d6efbcd739886a88fb6e12604452f3fed3f4a0a7477e9624d3a3e1daafad2af9d7bccf9952d75de085224ca2db1668e899e1fae1af783509cf35770cfb072e8
@@ -1,6 +1,6 @@
1
1
  module Sauce
2
2
  MAJOR_VERSION = '3.7'
3
- PATCH_VERSION = '1'
3
+ PATCH_VERSION = '2'
4
4
 
5
5
  def version
6
6
  "#{MAJOR_VERSION}.#{PATCH_VERSION}"
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.1
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-02-10 00:00:00.000000000 Z
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 testing cloud
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.4.8
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: