sauce_whisk 0.0.14 → 0.0.15

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4bf448319c0803865a31b54bfafcb93352cce5d1
4
- data.tar.gz: db2ca1732b5b4f77bbd6a4ac09dde89d1207c49f
3
+ metadata.gz: b13541c0844e4f3e48446c7c370ad85d557f889d
4
+ data.tar.gz: f6fdf2af60a28980a64dc792ad8db40cbc52c7ae
5
5
  SHA512:
6
- metadata.gz: 98c4e3050d83593799e9fb790601c8f2c703bf3da16aaaa2e6b7063e7b8da1e824cdb4b8335f5e3d4866d5deb78825b549da2d41ce78b94d15fa705498753a1d
7
- data.tar.gz: 748b08420eb38e8d72f3ad227e8524260367fa8a6f7ef98ce6ba3e1d4aba3158e59c360ea8d888a629403e40e6a7ce5ecf56c40b4d450f198aa92d58a30dbbc7
6
+ metadata.gz: 239b5a838277094ce0dc9de829b787f539d318e7e4e1e77596df95e5acdeca5748c7b5cc9d22f0b6cb3b3d6e82f44199bfd8088f0387499ab1828bfd5237fc03
7
+ data.tar.gz: 7356cd6cede573d8c593a801e6bc60f38bcf0db11f24b6f7ac1b52d6cfd83b572f8bc2c787ff4fb4bc6724ad3ab28bf67016253343cef88ad57b02deb0dd3bae
data/README.md CHANGED
@@ -33,7 +33,6 @@ You'll need a [Sauce Labs account](http://wwww.saucelabs.com/signup). They're f
33
33
  |:access\_key | SAUCE\_ACCESS\_KEY| Your Access Key, found on the lower left of your Account page (Not your password!) |
34
34
  |:asset\_fetch\_retries | SAUCE\_ASSET\_FETCH\_RETRY | Number of times to retry fetching assets |
35
35
 
36
-
37
36
  ### Locations
38
37
  There are three ways to configure SauceWhisk. The gem tries each of the following locations in turn.
39
38
 
@@ -58,6 +57,9 @@ SAUCE_USERNAME=Your Sauce Username
58
57
  SAUCE_ACCESS_KEY=Your Access Key, found on the lower left of your Account page
59
58
  ```
60
59
 
60
+ ### HTTP Proxies
61
+ To configure a proxy, set the 'HTTP_PROXY' or 'http_proxy' environment variable. Proxies need to be a valid URI; HTTP Authentication can be included.
62
+
61
63
  ## Usage
62
64
 
63
65
  ### Marking jobs passed or failed
data/changelog.markdown CHANGED
@@ -1,5 +1,9 @@
1
1
  # Major Version 0
2
2
 
3
+ ### 0.0.15
4
+ * Allowed for use of the HTTP_PROXY environment variable for uh, configuring proxies
5
+ * Added 'saucewhisk' and 'sauce-whisk' require files
6
+
3
7
  ### 0.0.14
4
8
  * Added `fetch!` to fail when jobs don't fetch assets
5
9
  * Made `fetch` succeed in all cases
@@ -0,0 +1 @@
1
+ require 'sauce-whisk'
@@ -1,5 +1,8 @@
1
1
  require "rest-client"
2
2
 
3
+ RestClient.proxy = ENV["http_proxy"] if ENV["http_proxy"]
4
+ RestClient.proxy = ENV["HTTP_PROXY"] if ENV["HTTP_PROXY"]
5
+
3
6
  module SauceWhisk
4
7
  module RestRequestBuilder
5
8
 
@@ -1,3 +1,3 @@
1
1
  module SauceWhisk
2
- VERSION = "0.0.14"
2
+ VERSION = "0.0.15"
3
3
  end
data/lib/saucewhisk.rb ADDED
@@ -0,0 +1 @@
1
+ require 'sauce_whisk'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sauce_whisk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dylan Lacey
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-15 00:00:00.000000000 Z
11
+ date: 2014-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
@@ -111,6 +111,7 @@ files:
111
111
  - README.md
112
112
  - Rakefile
113
113
  - changelog.markdown
114
+ - lib/sauce-whisk.rb
114
115
  - lib/sauce_whisk.rb
115
116
  - lib/sauce_whisk/accounts.rb
116
117
  - lib/sauce_whisk/assets.rb
@@ -120,6 +121,7 @@ files:
120
121
  - lib/sauce_whisk/storage.rb
121
122
  - lib/sauce_whisk/tunnels.rb
122
123
  - lib/sauce_whisk/version.rb
124
+ - lib/saucewhisk.rb
123
125
  - sauce_whisk.gemspec
124
126
  - spec/fixtures/vcr_cassettes/accounts.yml
125
127
  - spec/fixtures/vcr_cassettes/assets.yml
@@ -165,7 +167,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
165
167
  version: '0'
166
168
  requirements: []
167
169
  rubyforge_project:
168
- rubygems_version: 2.2.1
170
+ rubygems_version: 2.2.2
169
171
  signing_key:
170
172
  specification_version: 4
171
173
  summary: Sauce_Whisk lets you mix extra data into your Sauce test results! Fetch and