sauce 0.17.5 → 0.17.6

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. data/lib/sauce/config.rb +2 -2
  2. data/sauce.gemspec +2 -2
  3. metadata +4 -4
data/lib/sauce/config.rb CHANGED
@@ -16,8 +16,8 @@ module Sauce
16
16
  attr_reader :opts
17
17
 
18
18
  DEFAULT_OPTIONS = {
19
- :host => "saucelabs.com",
20
- :port => 4444,
19
+ :host => "ondemand.saucelabs.com",
20
+ :port => 80,
21
21
  :browser_url => "http://saucelabs.com",
22
22
  :os => "Windows 2003",
23
23
  :browser => "firefox",
data/sauce.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{sauce}
5
- s.version = "0.17.5"
5
+ s.version = "0.17.6"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Sean Grove", "Eric Allen", "Steven Hazel"]
9
- s.date = %q{2011-02-22}
9
+ s.date = %q{2011-02-25}
10
10
  s.default_executable = %q{sauce}
11
11
  s.description = %q{A Ruby interface to Sauce Labs' services. Start/stop tunnels, retrieve Selenium logs, access video replays, etc.}
12
12
  s.email = %q{help@saucelabs.com}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sauce
3
3
  version: !ruby/object:Gem::Version
4
- hash: 81
4
+ hash: 87
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 17
9
- - 5
10
- version: 0.17.5
9
+ - 6
10
+ version: 0.17.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sean Grove
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-02-22 00:00:00 -08:00
20
+ date: 2011-02-25 00:00:00 -08:00
21
21
  default_executable: sauce
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency