azure-armrest 0.5.0 → 0.5.1
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 +4 -0
- data/lib/azure/armrest/configuration.rb +1 -0
- 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: f920c8f07cf2383273490cdf251f88dc3e4ecc17
|
|
4
|
+
data.tar.gz: 7e9cb3164cc07b3e54bca526c20b298bc17da944
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc5dd973b5b8d52978cbdd3521cd1fca87c91f5b560da041793b1dd73bf9b3d57b08572af182fc7a6f8a2ea4943e0594f4a5c658088eb3dc34a3e71c32b28039
|
|
7
|
+
data.tar.gz: b81b2da518221a91fee8bbe13926962b9d18f85c57c84c8c6b707c9b48dbb2847c0926b3d8b520e56d80e8366380cb1c652b97e06b9de7298d18af700fda2330
|
data/CHANGES
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
= 0.5.1 - 21-Dec-2016
|
|
2
|
+
* The Configuration#subscription_id= method does not validate or fetch
|
|
3
|
+
provider information if the argument is nil or blank.
|
|
4
|
+
|
|
1
5
|
= 0.5.0 - 20-Dec-2016
|
|
2
6
|
* Added the Azure::Armrest::Environment class. The Configuration#environment
|
|
3
7
|
option now takes an Environment instance. There are two predefined instances
|
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.1
|
|
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-21 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: json
|