azure-storage-file 2.0.2 → 2.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/azure/storage/file/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 5c6891d30d48a52a5e0541c7d69072fe0c9e4055
|
4
|
+
data.tar.gz: 3714502d550b6fc8d608009b5f49f8ac52028e32
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5fd378be0b36933bd70a671d1e06906edfa36e1abf1ebece0cee90f950421d5a52e7961198ecffa18e4d83b16a81453fac98e973a0d77176ae1dcbf90f7b621
|
7
|
+
data.tar.gz: 2d729d3caffcf32552e383913947f045f7741929656abf2df39d6f98dc109c52770e4f7cf0db550104179d9f6988abc11fc836d2ade0f23bdf5394c64a136a62
|
@@ -31,7 +31,7 @@ module Azure
|
|
31
31
|
# Fields represent the parts defined in http://semver.org/
|
32
32
|
MAJOR = 2 unless defined? MAJOR
|
33
33
|
MINOR = 0 unless defined? MINOR
|
34
|
-
UPDATE =
|
34
|
+
UPDATE = 3 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: 2.0.
|
4
|
+
version: 2.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Microsoft Corporation
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: azure-storage-common
|
@@ -176,7 +176,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
176
176
|
- !ruby/object:Gem::Version
|
177
177
|
version: '0'
|
178
178
|
requirements: []
|
179
|
-
|
179
|
+
rubyforge_project:
|
180
|
+
rubygems_version: 2.6.14.4
|
180
181
|
signing_key:
|
181
182
|
specification_version: 4
|
182
183
|
summary: Official Ruby client library to consume Azure Storage File service
|