azure_mgmt_commerce 0.5.0 → 0.6.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0ebfbb8bf424c98c5dedf90dcbae9bcbb533b3dc
4
- data.tar.gz: 5d89365a565d734d8a58f78d20902423e64e16f0
3
+ metadata.gz: cd430e6c1625b090a536f02523bcf242af86ac01
4
+ data.tar.gz: c6d4bb6645e65074a6b483c4cc60b29f6e2946f7
5
5
  SHA512:
6
- metadata.gz: 03088a3ccf2fb46687d2131a82c986bfcfd1c4fbd11db0390d8ce07387a4db1fd6ba95f28b64509ea2ccfb3c64f1b37f8a5bc43fc001da30502586d8a413e3b9
7
- data.tar.gz: 89bbfc32cc92cf67c639ff24037327bf27b71b69284d9fb4c361e405ba15c16b9679da8e7cda71087252fb1b9e96f8a6f44102d8f69d54d86d79bd383ddcc22f
6
+ metadata.gz: 4bf45061999c7c14c85d252bf1d9c564e175b247eda1d3c8dbd44b11b0ba80453e9ef07f71cd725dfe625b24ba841448fba2f90f94bd32c9aa622a3d44cfc900
7
+ data.tar.gz: 33018fbbcd192784d514142b2a1feb8bd9969b9cae8dd266abaac08e399324a5596c8ae4c830d32fc18a7e0e89ca6247a387825deaf8be914e57423f9ed849c2
@@ -17,8 +17,8 @@ module Azure::ARM::Commerce
17
17
  # @return Credentials needed for the client to connect to Azure.
18
18
  attr_reader :credentials
19
19
 
20
- # @return [String] It uniquely identifes Microsoft Azure subscription. The
21
- # subscription ID forms part of the URI for every service call.
20
+ # @return [String] It uniquely identifies Microsoft Azure subscription.
21
+ # The subscription ID forms part of the URI for every service call.
22
22
  attr_accessor :subscription_id
23
23
 
24
24
  # @return [String] Client Api Version.
@@ -4,5 +4,5 @@
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::Commerce
7
- VERSION = '0.5.0'
7
+ VERSION = '0.6.0'
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_commerce
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.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-08-11 00:00:00.000000000 Z
11
+ date: 2016-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -72,24 +72,21 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: 0.4.0
75
+ version: 0.5.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.4.0
82
+ version: 0.5.0
83
83
  description: Microsoft Azure Commerce Management Client Library for Ruby
84
84
  email: azrubyteam@microsoft.com
85
85
  executables: []
86
86
  extensions: []
87
87
  extra_rdoc_files: []
88
88
  files:
89
- - ".rspec"
90
89
  - LICENSE.txt
91
- - Rakefile
92
- - azure_mgmt_commerce.gemspec
93
90
  - lib/azure_mgmt_commerce.rb
94
91
  - lib/generated/azure_mgmt_commerce.rb
95
92
  - lib/generated/azure_mgmt_commerce/models/aggregation_granularity.rb
@@ -129,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
129
126
  version: '0'
130
127
  requirements: []
131
128
  rubyforge_project:
132
- rubygems_version: 2.4.6
129
+ rubygems_version: 2.5.1
133
130
  signing_key:
134
131
  specification_version: 4
135
132
  summary: Official Ruby client library to consume Microsoft Azure Commerce Management
data/.rspec DELETED
@@ -1,3 +0,0 @@
1
- --require spec_helper
2
- --color
3
- --format documentation
data/Rakefile DELETED
@@ -1,5 +0,0 @@
1
- # encoding: utf-8
2
- # Copyright (c) Microsoft Corporation. All rights reserved.
3
- # Licensed under the MIT License. See License.txt in the project root for license information.
4
-
5
- require "bundler/gem_tasks"
@@ -1,34 +0,0 @@
1
- # encoding: utf-8
2
- # Copyright (c) Microsoft Corporation. All rights reserved.
3
- # Licensed under the MIT License. See License.txt in the project root for license information.
4
-
5
- lib = File.expand_path('../lib', __FILE__)
6
- $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
7
-
8
- require 'generated/azure_mgmt_commerce/module_definition'
9
- require 'generated/azure_mgmt_commerce/version'
10
-
11
- Gem::Specification.new do |spec|
12
- spec.name = 'azure_mgmt_commerce'
13
- spec.version = Azure::ARM::Commerce::VERSION
14
- spec.authors = 'Microsoft Corporation'
15
- spec.email = 'azrubyteam@microsoft.com'
16
- spec.description = 'Microsoft Azure Commerce Management Client Library for Ruby'
17
- spec.summary = 'Official Ruby client library to consume Microsoft Azure Commerce Management services.'
18
- spec.homepage = 'https://aka.ms/azure-sdk-for-ruby'
19
- spec.license = 'MIT'
20
-
21
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
22
- spec.bindir = 'bin'
23
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
24
- spec.require_paths = ['lib']
25
-
26
- spec.required_ruby_version = '>= 1.9.3'
27
-
28
- spec.add_development_dependency 'bundler', '~> 1.9'
29
- spec.add_development_dependency 'rake', '~> 10'
30
- spec.add_development_dependency 'rspec', '~> 3'
31
- spec.add_development_dependency 'dotenv', '~> 2'
32
-
33
- spec.add_runtime_dependency 'ms_rest_azure', '~> 0.4.0'
34
- end