azure-armrest 0.9.0 → 0.9.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 +5 -0
- data/lib/azure/armrest/model/base_model.rb +1 -0
- data/lib/azure/armrest/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz: '
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '08bd3d2e3e8ede9dafb7b9851aae5db77bb0e770'
|
|
4
|
+
data.tar.gz: 94e69ee9f9b4a9c843addd3e9965981ad97f8da7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6af19fd0c290e2e21f690b4fc15b6d7549234a250ffed764daef8dafb41b6c35e8ab0444574b1a9ffebcef6500ada264dfad4d9cb402b40f038044c1d275cff8
|
|
7
|
+
data.tar.gz: 1b86a6de9fd1845c36a32efae9424c709f7f05c1a69eaac728bd6950bdde68eedb35a2678883b792728a09bd77077f2c42a2ce1e5e09e8eb64b65c1ce71f0187
|
data/CHANGES
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
= 0.9.1 - 9-Oct-2017
|
|
2
|
+
* Fixed an issue where hash properties that contain a '$' sign would fail
|
|
3
|
+
when we attempted to convert them to model objects. They are now converted
|
|
4
|
+
to underscores.
|
|
5
|
+
|
|
1
6
|
= 0.9.0 - 6-Oct-2017
|
|
2
7
|
* Bump nokogiri to at least 1.8.1 to avoid security warnings.
|
|
3
8
|
* Adds the 'skip_attribute_definitions' flag on all azure armrest models. This
|
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.9.
|
|
4
|
+
version: 0.9.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: 2017-10-
|
|
14
|
+
date: 2017-10-09 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: json
|
|
@@ -308,7 +308,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
308
308
|
version: '0'
|
|
309
309
|
requirements: []
|
|
310
310
|
rubyforge_project:
|
|
311
|
-
rubygems_version: 2.6.
|
|
311
|
+
rubygems_version: 2.6.12
|
|
312
312
|
signing_key:
|
|
313
313
|
specification_version: 4
|
|
314
314
|
summary: An interface for ARM/JSON Azure REST API
|