azure-storage-file 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/{file/lib → lib}/azure/storage/file.rb +0 -0
- data/{file/lib → lib}/azure/storage/file/autoload.rb +0 -0
- data/{file/lib → lib}/azure/storage/file/default.rb +0 -0
- data/{file/lib → lib}/azure/storage/file/directory.rb +0 -0
- data/{file/lib → lib}/azure/storage/file/file.rb +0 -0
- data/{file/lib → lib}/azure/storage/file/file_service.rb +0 -0
- data/{file/lib → lib}/azure/storage/file/serialization.rb +0 -0
- data/{file/lib → lib}/azure/storage/file/share.rb +0 -0
- data/{file/lib → lib}/azure/storage/file/version.rb +1 -1
- metadata +11 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a7f35b4552cb236d636dabf6348adcc2f5e7d4d5
|
4
|
+
data.tar.gz: 3e80e85f267ff86b3c18f8028e2bf959c8c5a5d7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5820a2b5d74e80826f6f5efbc3e66cef0c374b4de5843021dcbe190cdf6386118a6d3055c8170bf79b0017e29f2244a797d9c52e6d7ad532c5527b202175703
|
7
|
+
data.tar.gz: eabfbc9491e8573c1d9c87334afc5e446108744da5a621ea68abd6d284bd829b24dd1f5b1b643ffd829a5a1d6af66017892d66bc9a45fad51267fadaae02d52d
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -31,7 +31,7 @@ module Azure
|
|
31
31
|
# Fields represent the parts defined in http://semver.org/
|
32
32
|
MAJOR = 1 unless defined? MAJOR
|
33
33
|
MINOR = 0 unless defined? MINOR
|
34
|
-
UPDATE =
|
34
|
+
UPDATE = 1 unless defined? UPDATE
|
35
35
|
|
36
36
|
class << self
|
37
37
|
# @return [String]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure-storage-file
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Microsoft Corporation
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-01-
|
11
|
+
date: 2018-01-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: azure-core
|
@@ -168,15 +168,15 @@ executables: []
|
|
168
168
|
extensions: []
|
169
169
|
extra_rdoc_files: []
|
170
170
|
files:
|
171
|
-
-
|
172
|
-
-
|
173
|
-
-
|
174
|
-
-
|
175
|
-
-
|
176
|
-
-
|
177
|
-
-
|
178
|
-
-
|
179
|
-
-
|
171
|
+
- "./lib/azure/storage/file.rb"
|
172
|
+
- lib/azure/storage/file/autoload.rb
|
173
|
+
- lib/azure/storage/file/default.rb
|
174
|
+
- lib/azure/storage/file/directory.rb
|
175
|
+
- lib/azure/storage/file/file.rb
|
176
|
+
- lib/azure/storage/file/file_service.rb
|
177
|
+
- lib/azure/storage/file/serialization.rb
|
178
|
+
- lib/azure/storage/file/share.rb
|
179
|
+
- lib/azure/storage/file/version.rb
|
180
180
|
homepage: http://github.com/azure/azure-storage-ruby
|
181
181
|
licenses:
|
182
182
|
- MIT
|