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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 00b559e634016a247e7353cad9b0f3c32631b620
4
- data.tar.gz: 5b9b838d08af8f6df9ae08dff66f6a7a2f6b4349
3
+ metadata.gz: 41257a1d4a6916910efedb0dd9396fe6721f2af9
4
+ data.tar.gz: 6095e46dd6f60c0bb7c01299de3b9ac58137b90b
5
5
  SHA512:
6
- metadata.gz: 5f13347791c5adc5deaf6f42cc51ebdc72ca05bd2a3cc9f360392bfc79a3c5b504ef8cdba227898e74e013365a268849e45a3213c778e8d172a52d70c38b4171
7
- data.tar.gz: 1b33f0787ff1bfa49ce348d341e7684274aef0b7986a78625ec9c5cc67599826cddb187c3757fcfa23d412fec3b34619cca37e15060b7a78f6e8c75d48dfb081
6
+ metadata.gz: 83b590011096ee0f8dd6b40f98e965d2c06e951763658a2d689d62a9ddfabb5615f538667144df637bf050f4300d71aeb4b10c4f9aa63ecfb9e82946d685f896
7
+ data.tar.gz: 59c933a16b43d9e2cd20fbea5d5c33cae018db45d6ed7503dfe5d8e2acafa0c2f5c258346e10ea8b3fe4fa187c1b6c7a1d66004e85e14f266c702cd7a62d4d95
@@ -15,4 +15,5 @@ deploy:
15
15
  gem: azure
16
16
  on:
17
17
  tags: true
18
+ condition: "$TRAVIS_RUBY_VERSION == 2.3.0"
18
19
  repo: Azure/azure-sdk-for-ruby
@@ -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
 
@@ -17,7 +17,7 @@ module Azure
17
17
  class Version
18
18
  MAJOR = 0 unless defined? MAJOR
19
19
  MINOR = 7 unless defined? MINOR
20
- UPDATE = 8 unless defined? UPDATE
20
+ UPDATE = 9 unless defined? UPDATE
21
21
  PRE = nil unless defined? PRE
22
22
 
23
23
  class << self
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.8
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-17 00:00:00.000000000 Z
12
+ date: 2017-04-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: addressable