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 +4 -4
- data/ChangeLog.md +3 -0
- data/lib/ms_rest_azure/async_operation_status.rb +0 -1
- data/lib/ms_rest_azure/version.rb +1 -1
- data/ms_rest_azure.gemspec +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: a2a7052ee33cdd0e3a2fa30fce1c59129a04be9c
|
|
4
|
+
data.tar.gz: 377037ad456aaba4cfafdbe62cf0865957535f5e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eec168dbe43f0f64c793c32ced3b600c7cd76f334e6f31bc800bae097560ef445acfb9b0d63926ce24d57467453300daa5e39d59e1639229819985a7246923f4
|
|
7
|
+
data.tar.gz: 3cde3f05ef46d684f65aab9998219a6d6099b48a58eedfca7c5d40ee9235acadcc1105f7df0a5bb2cec93290c68e9beeac4a2fdf3b33997cddbba001cdd8b207
|
data/ChangeLog.md
CHANGED
|
@@ -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'])
|
data/ms_rest_azure.gemspec
CHANGED
|
@@ -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://
|
|
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.
|
|
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-
|
|
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://
|
|
151
|
+
homepage: https://github.com/Azure/autorest
|
|
152
152
|
licenses:
|
|
153
153
|
- MIT
|
|
154
154
|
metadata: {}
|