azure_mgmt_notification_hubs 0.4.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/azure_mgmt_notification_hubs.gemspec +1 -1
- data/lib/generated/azure_mgmt_notification_hubs/namespaces.rb +1 -1
- data/lib/generated/azure_mgmt_notification_hubs/notification_hubs.rb +1 -1
- data/lib/generated/azure_mgmt_notification_hubs/notification_hubs_management_client.rb +1 -1
- data/lib/generated/azure_mgmt_notification_hubs/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca31b1f9eb619400c8b3e9dd8b9a1a0a2f129b77
|
4
|
+
data.tar.gz: 87f8e1dc290e7f4d3d1ceee1ebeb996f0598ebe0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ce2eb021ee328377641d902e878a4c4f46bd23bd13a0cb2e922d578131d441972ff51681e77be199f7b8a6a09bfd01e46998f79a86ff4770db3d8c38e2566e7
|
7
|
+
data.tar.gz: 43adf1892e298a975f763826a55045e31a4b4c531903796a6fa51afdd8d06509b97aa828c7e4f75d6b8da92eace78083b01b48f8c231c4577cc1945208d6dbea
|
@@ -8,8 +8,8 @@ module Azure::ARM::NotificationHubs
|
|
8
8
|
# A service client - single point of access to the REST API.
|
9
9
|
#
|
10
10
|
class NotificationHubsManagementClient < MsRestAzure::AzureServiceClient
|
11
|
-
include MsRest::Serialization
|
12
11
|
include MsRestAzure
|
12
|
+
include MsRestAzure::Serialization
|
13
13
|
|
14
14
|
# @return [String] the base URI of the service.
|
15
15
|
attr_accessor :base_url
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_mgmt_notification_hubs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
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-
|
11
|
+
date: 2016-08-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -72,14 +72,14 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 0.
|
75
|
+
version: 0.4.0
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 0.
|
82
|
+
version: 0.4.0
|
83
83
|
description: Microsoft Azure Notification Hubs Management Client Library for Ruby
|
84
84
|
email: azrubyteam@microsoft.com
|
85
85
|
executables: []
|