azure-storage-queue 1.0.0 → 1.0.1
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/{queue/lib → lib}/azure/storage/queue.rb +0 -0
- data/{queue/lib → lib}/azure/storage/queue/autoload.rb +0 -0
- data/{queue/lib → lib}/azure/storage/queue/default.rb +0 -0
- data/{queue/lib → lib}/azure/storage/queue/message.rb +0 -0
- data/{queue/lib → lib}/azure/storage/queue/queue.rb +0 -0
- data/{queue/lib → lib}/azure/storage/queue/queue_service.rb +0 -0
- data/{queue/lib → lib}/azure/storage/queue/serialization.rb +0 -0
- data/{queue/lib → lib}/azure/storage/queue/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 13666083813506f68dad71a64f72a7c0e0336632
|
|
4
|
+
data.tar.gz: c96770983cbd390c563a31eb0efa5d2e392b40d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe5fd5f483b68b23b0a1a86b109b1404e0aa114850e7949da77347ed1c9529882348e5b49575abde20592041f6e0bc5bf0a38cbb6f3d06ed541fd1f499805fab
|
|
7
|
+
data.tar.gz: be0ae5aeea47a180dfe889aa9d42ca440d8a1d407b7bf0e72a42b15e181562a552689b2bf3075b9fec09e70ce95f6bee52d946f78e43369afba644ab5ca431d0
|
|
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-queue
|
|
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,14 +168,14 @@ executables: []
|
|
|
168
168
|
extensions: []
|
|
169
169
|
extra_rdoc_files: []
|
|
170
170
|
files:
|
|
171
|
-
-
|
|
172
|
-
-
|
|
173
|
-
-
|
|
174
|
-
-
|
|
175
|
-
-
|
|
176
|
-
-
|
|
177
|
-
-
|
|
178
|
-
-
|
|
171
|
+
- "./lib/azure/storage/queue.rb"
|
|
172
|
+
- lib/azure/storage/queue/autoload.rb
|
|
173
|
+
- lib/azure/storage/queue/default.rb
|
|
174
|
+
- lib/azure/storage/queue/message.rb
|
|
175
|
+
- lib/azure/storage/queue/queue.rb
|
|
176
|
+
- lib/azure/storage/queue/queue_service.rb
|
|
177
|
+
- lib/azure/storage/queue/serialization.rb
|
|
178
|
+
- lib/azure/storage/queue/version.rb
|
|
179
179
|
homepage: http://github.com/azure/azure-storage-ruby
|
|
180
180
|
licenses:
|
|
181
181
|
- MIT
|