saucelabs / sauce_whisk

ActiveRecord style client for the Sauce Labs RESTful API
https://opensource.saucelabs.com/sauce_whisk/
MIT License
20 stars 17 forks source link

Saucelabs gem is deprecated #60

Open titusfortner opened 7 years ago

titusfortner commented 7 years ago

This is actually giving a name space collision with what I'm doing in Saucer gem.

An alternative to just deleting this is to:

unless value && !Bundler.definition.specs.map(&:name).include?('sauce_ruby')
  value = ::Sauce::Config.new[key]
end