Skip to content
This repository was archived by the owner on Feb 13, 2020. It is now read-only.

Commit c9308fb

Browse files
committedOct 24, 2016
Add post-install deprecation message & bump versions
1 parent 7958121 commit c9308fb

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
 

‎lib/sauce/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Sauce
22
MAJOR_VERSION = '3.7'
3-
PATCH_VERSION = '1'
3+
PATCH_VERSION = '2'
44

55
def version
66
"#{MAJOR_VERSION}.#{PATCH_VERSION}"

‎sauce.gemspec

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
88
s.authors = ["Dylan Lacey", "Steven Hazel", "R. Tyler Croy", "Santiago Suarez Ordoñez", "Eric Allen", "Sean Grove", "Isaac Murchie"]
99
s.homepage = 'http://github.com/sauce-labs/sauce_ruby'
1010
s.email = 'help@saucelabs.com'
11-
s.summary = "A Ruby helper for running tests in Sauce Labs"
12-
s.description = "A Ruby helper for running tests in Sauce Labs' browser testing cloud service"
11+
s.summary = "[DEPRECATED] A Ruby helper for running tests in Sauce Labs"
12+
s.description = "[DEPRECATED] A Ruby helper for running tests in Sauce Labs' browser testing cloud service. #[DEPRECATED] Sauce Labs does not recommend this gem. It will not receive further development or support."
1313
s.license = 'Apache 2.0'
1414
# Include pretty much everything in Git except the examples/ directory
1515
s.files = Dir['lib/**/*.rb'] + Dir['lib/**/**/*.rb']
@@ -34,4 +34,6 @@ Gem::Specification.new do |s|
3434
s.add_dependency('highline', [">= 1.5.0"])
3535
s.add_dependency('parallel_tests', [">= 1.1.1", "<= 1.3.7"])
3636
s.add_dependency('sauce_whisk', ["~> 0.0.11"])
37+
38+
s.post_install_message "WARNING: This gem is no longer supported. Please see https://wiki.saucelabs.com/display/DOCS/Instant+Selenium+Ruby+Tests for assistance running Ruby tests with Sauce Labs."
3739
end

0 commit comments

Comments
 (0)