azure_mgmt_resources 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 +8 -8
- data/azure_mgmt_resources.gemspec +1 -1
- data/lib/azure_mgmt_resources/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZTQyZjY2ZjFmNmQ2NjQyYzM1MTJjMDI2Yzc0NDVjNTdlZDlhYmZkYw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MTBkZDM5ZGZmNmY0NjdjZjM5ZjQwYmI4ZDI5MDkxZmI4NzVhMzUzNA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YjUwMWU5YmJlZDljOTAzYTlkOTU2MDY2OTRlNTlmZjQyMjNiYTVkMDkzZGE1
|
|
10
|
+
ZTcxMTllOTA0NDQyMTI5NDYyMzk0ZGViNWFhMTg1YzEyNDYxNDg1YzFjNjkz
|
|
11
|
+
YWZjZDEyNTU0OTdkNTJmOWE5YzdiZTExNzViMDY2YzRhOTMxYTY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MzEwNDg1NGQ1MTdkMjRlYzQ4NWI0N2Q3MWJmYjQxZmExYmJlZTU2MDhmOGU2
|
|
14
|
+
ZGUwOWUzZTU2MDhmNTQ0NjY4ZjgxYzNhNjc1OWUyOTBhODRlZGE3ZjQxMjJh
|
|
15
|
+
YWE3N2I1NTk2YWIwY2JmZWQyOWE4OTczYjA2NzQwMDAzMDI4NDQ=
|
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
|
|
|
15
15
|
spec.email = 'azrubyteam@microsoft.com'
|
|
16
16
|
spec.description = 'Microsoft Azure Resource Management Client Library for Ruby'
|
|
17
17
|
spec.summary = 'Official ruby client library to consume Microsoft Azure Resource Management services.'
|
|
18
|
-
spec.homepage = 'http://github.com/azure/azure-sdk-
|
|
18
|
+
spec.homepage = 'http://github.com/azure/azure-sdk-ruby'
|
|
19
19
|
spec.license = 'MIT'
|
|
20
20
|
|
|
21
21
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
metadata
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
name: azure_mgmt_resources
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
version: !binary |-
|
|
5
|
-
|
|
5
|
+
MC4zLjE=
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Microsoft Corporation
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-05-
|
|
12
|
+
date: 2016-05-24 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -149,7 +149,7 @@ files:
|
|
|
149
149
|
- lib/azure_mgmt_resources/resources.rb
|
|
150
150
|
- lib/azure_mgmt_resources/tags.rb
|
|
151
151
|
- lib/azure_mgmt_resources/version.rb
|
|
152
|
-
homepage: http://github.com/azure/azure-sdk-
|
|
152
|
+
homepage: http://github.com/azure/azure-sdk-ruby
|
|
153
153
|
licenses:
|
|
154
154
|
- MIT
|
|
155
155
|
metadata: {}
|