azure-armrest 0.5.1 → 0.5.2
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 +4 -4
- data/CHANGES +5 -0
- data/lib/azure/armrest/configuration.rb +1 -1
- data/lib/azure/armrest/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 73beabef1814841487327de9d64c582c7dabd35a
|
|
4
|
+
data.tar.gz: 6cdc3b6d754f2974c41de3b8cb57c8bc6aa64a07
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c3a3cf9f3f4b5d0b8fc38b4e46d79c6686259e3ec5a24a1263a4c0543dcf802ad0d0c17a82fb759b58f38a8a560b78089176bf9670ecf0927e9d4316291575d4
|
|
7
|
+
data.tar.gz: 7230dcf6df9ade9181e5d18f222578a75ff4b37fb7dbd56d04a096c013f99080f4280999e31700dff409949ce2269898bd06c0995a10a64b63360a8912ca66ab
|
data/CHANGES
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
= 0.5.2 - 22-Dec-2016
|
|
2
|
+
* The Configuration#hash method, which is used internally to cache auth
|
|
3
|
+
tokens, was modified to include the environment name. This prevents
|
|
4
|
+
conflicts for apps in mixed environments.
|
|
5
|
+
|
|
1
6
|
= 0.5.1 - 21-Dec-2016
|
|
2
7
|
* The Configuration#subscription_id= method does not validate or fetch
|
|
3
8
|
provider information if the argument is nil or blank.
|
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.5.
|
|
4
|
+
version: 0.5.2
|
|
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-12-
|
|
14
|
+
date: 2016-12-22 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: json
|