fog-azure-rm 0.5.2 → 0.5.3
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/CHANGELOG.md +5 -0
- data/lib/fog/azurerm/custom_fog_errors.rb +1 -1
- data/lib/fog/azurerm/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e21ed7462c6f70b1b7c306ca03be2b915797b3cdd54381f710cd13868c39ed4b
|
|
4
|
+
data.tar.gz: f2d9eefd01b8733c80a4b3ccf24b98a685db85a41d610e542ca7b9a2e854ce4d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a3c477cf5e5deb5840efdd7e9ce19bd88ba17147cdc7e9dcc98e88d7afc73f3ce22c63fd393c3e2dbf71cfc72eabad1c3facd0c1ddbca9d8ffa5c09ba8792ec
|
|
7
|
+
data.tar.gz: 302d7a65507377ffe5c1bb91c1cddecec226678fc0dc09e89bfe0aecbf58d3de702d0414a0ebbe9b7f336f6399f4fe5dab138f42b65954f37d89110c2ae96473
|
data/CHANGELOG.md
CHANGED
|
@@ -9,7 +9,7 @@ module Fog
|
|
|
9
9
|
|
|
10
10
|
def print_subscription_limits_information
|
|
11
11
|
request_method = @request.method
|
|
12
|
-
subscription_id = @request.path_params['subscriptionId']
|
|
12
|
+
subscription_id = @request.path_params['subscriptionId'] unless @request.path_params.nil?
|
|
13
13
|
|
|
14
14
|
limit_value = remaining_subscription_request_limits(@response)
|
|
15
15
|
|
data/lib/fog/azurerm/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fog-azure-rm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shaffan Chaudhry
|
|
@@ -18,7 +18,7 @@ authors:
|
|
|
18
18
|
autorequire:
|
|
19
19
|
bindir: bin
|
|
20
20
|
cert_chain: []
|
|
21
|
-
date: 2019-
|
|
21
|
+
date: 2019-11-18 00:00:00.000000000 Z
|
|
22
22
|
dependencies:
|
|
23
23
|
- !ruby/object:Gem::Dependency
|
|
24
24
|
name: rake
|
|
@@ -1059,7 +1059,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
1059
1059
|
- !ruby/object:Gem::Version
|
|
1060
1060
|
version: '0'
|
|
1061
1061
|
requirements: []
|
|
1062
|
-
|
|
1062
|
+
rubyforge_project:
|
|
1063
|
+
rubygems_version: 2.7.7
|
|
1063
1064
|
signing_key:
|
|
1064
1065
|
specification_version: 4
|
|
1065
1066
|
summary: Module for the 'fog' gem to support Azure Resource Manager cloud services.
|