azure_mgmt_storage 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 +4 -4
- data/lib/generated/azure_mgmt_storage/version.rb +1 -1
- metadata +5 -8
- data/.rspec +0 -3
- data/Rakefile +0 -5
- data/azure_mgmt_storage.gemspec +0 -34
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: caca2558783a279f679ecb1a28c24992bdd85efa
|
|
4
|
+
data.tar.gz: b6f3cb655c903c7c129a0f5a947824f73c166bdf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7fa1375d9f1f43b01d886734d5770a53775fe244be7dd73cc6200aa209356b5ff47e217ba8e55144c5e57a4bd8eed6d38bc5a28c4df8acf2fb4a447cb9e87af2
|
|
7
|
+
data.tar.gz: 525fb911ae3a64643540559f58355dd19825360a184be9bb52a7b3366deba621b6c910b9dd083394ba14743a06a65818d9cdb798bd813dc961adefcd53fd7eae
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: azure_mgmt_storage
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 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-
|
|
11
|
+
date: 2016-09-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -72,25 +72,22 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - "~>"
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 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.
|
|
82
|
+
version: 0.5.0
|
|
83
83
|
description: Microsoft Azure Storage 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
90
|
- README.md
|
|
92
|
-
- Rakefile
|
|
93
|
-
- azure_mgmt_storage.gemspec
|
|
94
91
|
- lib/azure_mgmt_storage.rb
|
|
95
92
|
- lib/generated/azure_mgmt_storage.rb
|
|
96
93
|
- lib/generated/azure_mgmt_storage/models/access_tier.rb
|
|
@@ -145,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
145
142
|
version: '0'
|
|
146
143
|
requirements: []
|
|
147
144
|
rubyforge_project:
|
|
148
|
-
rubygems_version: 2.
|
|
145
|
+
rubygems_version: 2.5.1
|
|
149
146
|
signing_key:
|
|
150
147
|
specification_version: 4
|
|
151
148
|
summary: Official ruby client library to consume Microsoft Azure Storage Management
|
data/.rspec
DELETED
data/Rakefile
DELETED
data/azure_mgmt_storage.gemspec
DELETED
|
@@ -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_storage/module_definition'
|
|
9
|
-
require 'generated/azure_mgmt_storage/version'
|
|
10
|
-
|
|
11
|
-
Gem::Specification.new do |spec|
|
|
12
|
-
spec.name = 'azure_mgmt_storage'
|
|
13
|
-
spec.version = Azure::ARM::Storage::VERSION
|
|
14
|
-
spec.authors = 'Microsoft Corporation'
|
|
15
|
-
spec.email = 'azrubyteam@microsoft.com'
|
|
16
|
-
spec.description = 'Microsoft Azure Storage Management Client Library for Ruby'
|
|
17
|
-
spec.summary = 'Official ruby client library to consume Microsoft Azure Storage 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
|