ms_rest_azure 0.3.0 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 97a38496ee61b6d8aae2c6014a39ea693cd14c5a
4
- data.tar.gz: 0df39d7496a44bd6602792d88e2ddd066dad5409
3
+ metadata.gz: a2a7052ee33cdd0e3a2fa30fce1c59129a04be9c
4
+ data.tar.gz: 377037ad456aaba4cfafdbe62cf0865957535f5e
5
5
  SHA512:
6
- metadata.gz: 8613403ac1c8b3057992513a0b640f088525b70a8d3a1ffb9c907ef89d5571966316b4232902633b27f27eaa73666e7480a7b535d2c5961ab06a7f5f634dde2c
7
- data.tar.gz: 0349cec779491afc9bec38e9769a90014c439a59d041a86ef89b55fa9ce38165df8613b3f39878ca2fd726d4d9dd044899a34164c43f8962980f652fe1d076f1
6
+ metadata.gz: eec168dbe43f0f64c793c32ced3b600c7cd76f334e6f31bc800bae097560ef445acfb9b0d63926ce24d57467453300daa5e39d59e1639229819985a7246923f4
7
+ data.tar.gz: 3cde3f05ef46d684f65aab9998219a6d6099b48a58eedfca7c5d40ee9235acadcc1105f7df0a5bb2cec93290c68e9beeac4a2fdf3b33997cddbba001cdd8b207
data/ChangeLog.md CHANGED
@@ -1,3 +1,6 @@
1
+ ##2016.07.21 ms_rest version 0.3.1
2
+ * [Bug fixes](https://github.com/Azure/autorest/commit/ede944a1fa30a7453aa30e6fa79154dc43393cdf)
3
+
1
4
  ##2016.07.14 ms_rest_azure version 0.3.0
2
5
  * Embracing latest ms_rest version [0.3.0](https://rubygems.org/gems/ms_rest)
3
6
 
@@ -65,7 +65,6 @@ module MsRestAzure
65
65
  return if object.nil?
66
66
  output_object = AsyncOperationStatus.new
67
67
 
68
- fail AzureOperationError, "Invalid status was recieved during polling: #{object['status']}" unless ALL_STATUSES.include?(object['status'])
69
68
  output_object.status = object['status']
70
69
 
71
70
  output_object.error = CloudErrorData.deserialize_object(object['error'])
@@ -3,5 +3,5 @@
3
3
  # Licensed under the MIT License. See License.txt in the project root for license information.
4
4
 
5
5
  module MsRestAzure
6
- VERSION = '0.3.0'
6
+ VERSION = '0.3.1'
7
7
  end
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
14
14
 
15
15
  spec.summary = %q{Azure Client Library for Ruby.}
16
16
  spec.description = %q{Azure Client Library for Ruby.}
17
- spec.homepage = 'https://rubygems.org/gems/azure'
17
+ spec.homepage = 'https://github.com/Azure/autorest'
18
18
  spec.license = 'MIT'
19
19
 
20
20
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ms_rest_azure
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Microsoft Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-14 00:00:00.000000000 Z
11
+ date: 2016-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -148,7 +148,7 @@ files:
148
148
  - lib/ms_rest_azure/sub_resource.rb
149
149
  - lib/ms_rest_azure/version.rb
150
150
  - ms_rest_azure.gemspec
151
- homepage: https://rubygems.org/gems/azure
151
+ homepage: https://github.com/Azure/autorest
152
152
  licenses:
153
153
  - MIT
154
154
  metadata: {}