azure_mgmt_authorization 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/azure_mgmt_authorization.gemspec +1 -1
- data/lib/azure_mgmt_authorization/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
|
+
ODIwYjg1ZDI0ODZkNmU0ZTNlMjNjOTIxM2U2MDI0ZDVlMWEwOWYwZQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
N2ZjNjEzMWQzMjg2OTlkMGI5M2IyMjE4YjM1MTk0NmM0MjRhMTQ2OQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NzE4YzdkOTk3NjExMWQzMmQwYTA5ZDVhYjAzNjU1Nzg0NTY5NGIyYmI1NmU3
|
10
|
+
MTRkNmQ5MDJhNmU3N2YyNzc0YjUwNjZjNGRkNTYxNTIwYzIwNDI0MGRhYzBk
|
11
|
+
ZTBhZjM4OWZmZmExNWYxZmNlMDMyYTQzYzZjZGJhOTlkODg0ZTE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZjZiZmRjMDdhMGMwYmVmNWI4NjlmNWYyNGEzMjQyZWE3OWE3YjRhMmM0OTky
|
14
|
+
NjRkOTVlNDdkMDdhNDVkYTNlOGYzYjA3MmEwODY4N2QyY2E2NDcxMjkyZTcz
|
15
|
+
MjI1MDg2ZGViYjJjMzBiZGRmZjAzNTA4ODRmMTZjNmUyZjRkZDA=
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
|
|
15
15
|
spec.email = 'azrubyteam@microsoft.com'
|
16
16
|
spec.description = 'Microsoft Azure Role Based Authorization Management Client Library for Ruby'
|
17
17
|
spec.summary = 'Official Ruby client library to consume Microsoft Azure Role Based Authorization 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_authorization
|
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
|
@@ -124,7 +124,7 @@ files:
|
|
124
124
|
- lib/azure_mgmt_authorization/role_assignments.rb
|
125
125
|
- lib/azure_mgmt_authorization/role_definitions.rb
|
126
126
|
- lib/azure_mgmt_authorization/version.rb
|
127
|
-
homepage: http://github.com/azure/azure-sdk-
|
127
|
+
homepage: http://github.com/azure/azure-sdk-ruby
|
128
128
|
licenses:
|
129
129
|
- MIT
|
130
130
|
metadata: {}
|