azure_mgmt_sql 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_sql.gemspec +1 -1
- data/lib/azure_mgmt_sql/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
|
+
YWIzYzdjZTJhMDY3MjdkZTZlZmQ5YTE1MzQ1NDE4NDJhYzllMzljNg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZGEzMjcxODIwYWIyNWQyMWYwNDU0NmMxYjI1NGNjMDg3YjNiOWYyMA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MGE3OGQ3ZWQ2YzhlMzlmZGYyMThhMmU1NTIxMjM2NWUyODBlMzJjNTI4ZDA3
|
|
10
|
+
OTdhZDcwMDI3MzE0ZGY4YzhlNmEyNjQ0OWVkYjMwNmY5ODA0YmI1OGExYzll
|
|
11
|
+
YzlmY2Q2MmM2NzBmODc2YjAwMWNiN2M4NzFjYzA0MjY4YzE4OGY=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YzVjNjliMWYzNmNhNzg3MTk3ZjY4Y2E4OTRlZmI0YTRjNTM1MzY0YjBjODli
|
|
14
|
+
NWMxY2ZjOGI2NzYyYzQ2NWVmODZlZWRkZWQyYTMwMDI0MmMxODMzN2JiMzc1
|
|
15
|
+
YjkyY2Y5YWFmMGFmY2U3NDIxNGU2MzhlOTlhYTJkZGRjOTU0MzY=
|
data/azure_mgmt_sql.gemspec
CHANGED
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
|
|
|
15
15
|
spec.email = 'azrubyteam@microsoft.com'
|
|
16
16
|
spec.description = 'Microsoft Azure SQL Management Client Library for Ruby'
|
|
17
17
|
spec.summary = 'Official Ruby client library to consume Microsoft Azure SQL 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_sql
|
|
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
|
|
@@ -121,7 +121,7 @@ files:
|
|
|
121
121
|
- lib/azure_mgmt_sql/security_alert_policy.rb
|
|
122
122
|
- lib/azure_mgmt_sql/sql_management_client.rb
|
|
123
123
|
- lib/azure_mgmt_sql/version.rb
|
|
124
|
-
homepage: http://github.com/azure/azure-sdk-
|
|
124
|
+
homepage: http://github.com/azure/azure-sdk-ruby
|
|
125
125
|
licenses:
|
|
126
126
|
- MIT
|
|
127
127
|
metadata: {}
|