azure-armrest 0.3.4 → 0.3.5

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: 25599bb89027a9662c3f4b47a582db0bb112c9ef
4
- data.tar.gz: 80c069a284b706e81c139f2c1ae64f276084aba5
3
+ metadata.gz: 5f4ef3f0022820f1bff78cb13d0be5e2704e1b60
4
+ data.tar.gz: 1be8e6dc7474255e856886a5f9ad280f69f64e6a
5
5
  SHA512:
6
- metadata.gz: a91dfecc724c56d950fd4b33a90a3efed24c1a58b22fa63b1ea003bf02c0594792978d8643ee97cc7897f04139f0e9ef1905de2c81774bc7f4d45ffb05ecba94
7
- data.tar.gz: 9473b0a19e8275664d39afb7f264a37fbd47fdcccd7a93a7ef3fc2df36b446a5a8407efb7407eaab757d41297c5713c6d4016c09ab5f2cdb5b6d590938e03705
6
+ metadata.gz: ecd8bde54c64287d360291fe01e832f76a4328bdcfb162ab07d66afe93ff46df27521eb37e9960f206e31a2a8675054aa4f29fc78e5e24d1c4527381b79a4195
7
+ data.tar.gz: 51c49f5d53aedd4bf340034352a7abcf389bb703692bae4834bbb8324f1e130cadbacf847525cba6530a110eaa7acf406c533c1c99dfdb39e24e68db03a923a8
data/CHANGES CHANGED
@@ -1,3 +1,7 @@
1
+ = 0.3.5 - 11-Aug-2016
2
+ * When we added subscription ID validation in 0.3.2 we forgot to set proxy
3
+ information first. That has been fixed.
4
+
1
5
  = 0.3.4 - 9-Aug-2016
2
6
  * Modified the StorageAccount#blobs and StorageAccount#containers method. Both
3
7
  now accept a hash of options that you can use to modify the results. Also,
@@ -111,6 +111,9 @@ module Azure
111
111
  raise ArgumentError, "client_id, client_key, tenant_id and subscription_id must all be specified"
112
112
  end
113
113
 
114
+ # Allows for URI objects or Strings.
115
+ @proxy = @proxy.to_s if @proxy
116
+
114
117
  validate_subscription
115
118
 
116
119
  if user_token && user_token_expiration
@@ -119,9 +122,6 @@ module Azure
119
122
  raise ArgumentError, "token and token_expiration must be both specified"
120
123
  end
121
124
 
122
- # Allows for URI objects or Strings.
123
- @proxy = @proxy.to_s if @proxy
124
-
125
125
  @providers = fetch_providers
126
126
  set_provider_api_versions
127
127
  end
@@ -1,5 +1,5 @@
1
1
  module Azure
2
2
  module Armrest
3
- VERSION = '0.3.4'.freeze
3
+ VERSION = '0.3.5'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure-armrest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel J. Berger
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2016-08-09 00:00:00.000000000 Z
14
+ date: 2016-08-11 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: json