azure_mgmt_batch 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: 787f5e47862b2d3bb0fabb7186ae963c0448aed5
4
- data.tar.gz: dac00466bb85259fc68b67d0536712b393ede45e
3
+ metadata.gz: 9aeb1fa2eae2e1060b5d517d33fc2658052586e8
4
+ data.tar.gz: 387c12f00937df8d5f60b1e69db653cb91263135
5
5
  SHA512:
6
- metadata.gz: 5a90a00b9082b4206d030991a5ea6b0af3ce1e4598cbe23a8e0da51b47777c0cd17f459975f4ab66417442f86ec126296390897ecda316f0d4e96ccd05c85b5f
7
- data.tar.gz: 5305d3e5ccd3bc230dadf6f0105241895a1fc699b2368c27d8a3abddb5f7746c4910bff782f93471050238ca8c0d31c136eede427d9414531728ae7470beec2f
6
+ metadata.gz: 7806e4b9f65df4f634ec9a4227bc45aca09b0f50f15848c74d5790e310b6751d1d08b731981596676fd11d3bd81368fe5062785ce9468ee97417d2ce202c198b
7
+ data.tar.gz: 906f8322ef9f3681c12ea2aeaaad0777fb17222f7d6a724cac48dd7d7e987b356342536d85bb4cf526261ab0bf8b8b2085befd9c5ffd48a6adf2815e3c56d7b4
@@ -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::Batch
19
19
  @client = client
20
20
  end
21
21
 
22
- # @return reference to the BatchManagementClient
22
+ # @return [BatchManagementClient] reference to the BatchManagementClient
23
23
  attr_reader :client
24
24
 
25
25
  #
@@ -19,7 +19,7 @@ module Azure::ARM::Batch
19
19
  @client = client
20
20
  end
21
21
 
22
- # @return reference to the BatchManagementClient
22
+ # @return [BatchManagementClient] reference to the BatchManagementClient
23
23
  attr_reader :client
24
24
 
25
25
  #
@@ -8,8 +8,8 @@ module Azure::ARM::Batch
8
8
  # A service client - single point of access to the REST API.
9
9
  #
10
10
  class BatchManagementClient < 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
@@ -19,7 +19,7 @@ module Azure::ARM::Batch
19
19
  @client = client
20
20
  end
21
21
 
22
- # @return reference to the BatchManagementClient
22
+ # @return [BatchManagementClient] reference to the BatchManagementClient
23
23
  attr_reader :client
24
24
 
25
25
  #
@@ -4,5 +4,5 @@
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::Batch
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_batch
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 Batch Management Client Library for Ruby
84
84
  email: azrubyteam@microsoft.com
85
85
  executables: []