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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2e0a94ca5495d0e633ec3b06293d68202218c900
4
- data.tar.gz: a1b317c12761a55f3831eede3415786520b2bc20
3
+ metadata.gz: ca31b1f9eb619400c8b3e9dd8b9a1a0a2f129b77
4
+ data.tar.gz: 87f8e1dc290e7f4d3d1ceee1ebeb996f0598ebe0
5
5
  SHA512:
6
- metadata.gz: 703b598dd16c477050334ce0131d709cf31c267233fe58da11d1d7f652df1725f9246a3ef5bf774149fe84bb588672e454dc524791e44c188fe5ed825eaa8a58
7
- data.tar.gz: a45c850964e2e4eb524948db3454649cfecd3f7922dc8507a237abc9558c76dea3a047d8a823c910f3b38105ce94b40aa403e13c6aab9f9548cb20e8de3862db
6
+ metadata.gz: 3ce2eb021ee328377641d902e878a4c4f46bd23bd13a0cb2e922d578131d441972ff51681e77be199f7b8a6a09bfd01e46998f79a86ff4770db3d8c38e2566e7
7
+ data.tar.gz: 43adf1892e298a975f763826a55045e31a4b4c531903796a6fa51afdd8d06509b97aa828c7e4f75d6b8da92eace78083b01b48f8c231c4577cc1945208d6dbea
@@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
30
30
  spec.add_development_dependency 'rspec', '~> 3'
31
31
  spec.add_development_dependency 'dotenv', '~> 2'
32
32
 
33
- spec.add_runtime_dependency 'ms_rest_azure', '~> 0.3.0'
33
+ spec.add_runtime_dependency 'ms_rest_azure', '~> 0.4.0'
34
34
  end
@@ -19,7 +19,7 @@ module Azure::ARM::NotificationHubs
19
19
  @client = client
20
20
  end
21
21
 
22
- # @return reference to the NotificationHubsManagementClient
22
+ # @return [NotificationHubsManagementClient] reference to the NotificationHubsManagementClient
23
23
  attr_reader :client
24
24
 
25
25
  #
@@ -19,7 +19,7 @@ module Azure::ARM::NotificationHubs
19
19
  @client = client
20
20
  end
21
21
 
22
- # @return reference to the NotificationHubsManagementClient
22
+ # @return [NotificationHubsManagementClient] reference to the NotificationHubsManagementClient
23
23
  attr_reader :client
24
24
 
25
25
  #
@@ -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
@@ -4,5 +4,5 @@
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::NotificationHubs
7
- VERSION = '0.4.0'
7
+ VERSION = '0.5.0'
8
8
  end
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.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-07-22 00:00:00.000000000 Z
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.3.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.3.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: []