azure-storage-queue 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/queue/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: 276abebe4cd6f333e10d93bf4d38f0a48f82f984
|
4
|
+
data.tar.gz: 2205016537be2ef7c35a45dbfb3aa1bf88b4887e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cc1a6e812e3e85166b7dc640905c6c7d5a64546cd1a6fedbb6f37735c07f6198d566943135af62bcba46ca8500251f97d6718233ab2804a0eb6c3ea07bdde10f
|
7
|
+
data.tar.gz: f77a9255aba10367dcf322be95813aee65116e6c1ffd5b73e7c39b41015a8b37ae4495e32472f0a2dc513dda242554bebc95eceba344a08c9452a2409fd82f7c
|
@@ -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-queue
|
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
|
@@ -175,7 +175,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
175
175
|
- !ruby/object:Gem::Version
|
176
176
|
version: '0'
|
177
177
|
requirements: []
|
178
|
-
|
178
|
+
rubyforge_project:
|
179
|
+
rubygems_version: 2.6.14.4
|
179
180
|
signing_key:
|
180
181
|
specification_version: 4
|
181
182
|
summary: Official Ruby client library to consume Azure Storage Queue service
|