azure 0.7.8 → 0.7.9
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/.travis.yml +1 -0
- data/ChangeLog.md +3 -0
- data/lib/azure/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: 41257a1d4a6916910efedb0dd9396fe6721f2af9
|
|
4
|
+
data.tar.gz: 6095e46dd6f60c0bb7c01299de3b9ac58137b90b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 83b590011096ee0f8dd6b40f98e965d2c06e951763658a2d689d62a9ddfabb5615f538667144df637bf050f4300d71aeb4b10c4f9aa63ecfb9e82946d685f896
|
|
7
|
+
data.tar.gz: 59c933a16b43d9e2cd20fbea5d5c33cae018db45d6ed7503dfe5d8e2acafa0c2f5c258346e10ea8b3fe4fa187c1b6c7a1d66004e85e14f266c702cd7a62d4d95
|
data/.travis.yml
CHANGED
data/ChangeLog.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
## 2017.04.19 - Azure Gems @version 0.7.9
|
|
2
|
+
* No new changes in this release. This version is released to fix the checksum issue in the rubygems. [#755](https://github.com/Azure/azure-sdk-for-ruby/issues/755)
|
|
3
|
+
|
|
1
4
|
## 2017.04.17 - Azure Gems @version 0.7.8
|
|
2
5
|
* Code changes to install nokogiri based on the ruby version. [#749](https://github.com/Azure/azure-sdk-for-ruby/pull/749)
|
|
3
6
|
|
data/lib/azure/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: azure
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Microsoft Corporation
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2017-04-
|
|
12
|
+
date: 2017-04-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: addressable
|