azure-storage-table 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/{table/lib → lib}/azure/storage/table.rb +0 -0
- data/{table/lib → lib}/azure/storage/table/auth/shared_key.rb +0 -0
- data/{table/lib → lib}/azure/storage/table/autoload.rb +0 -0
- data/{table/lib → lib}/azure/storage/table/batch.rb +0 -0
- data/{table/lib → lib}/azure/storage/table/batch_response.rb +0 -0
- data/{table/lib → lib}/azure/storage/table/default.rb +0 -0
- data/{table/lib → lib}/azure/storage/table/edmtype.rb +0 -0
- data/{table/lib → lib}/azure/storage/table/entity.rb +0 -0
- data/{table/lib → lib}/azure/storage/table/guid.rb +0 -0
- data/{table/lib → lib}/azure/storage/table/query.rb +0 -0
- data/{table/lib → lib}/azure/storage/table/serialization.rb +0 -0
- data/{table/lib → lib}/azure/storage/table/table_service.rb +0 -0
- data/{table/lib → lib}/azure/storage/table/version.rb +1 -1
- metadata +15 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9d6b032a68dc79dd98665bcc15d46421f1491d34
|
4
|
+
data.tar.gz: ce386074b44d0badb2c563d08397be6d0acf6ce7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a975813a24aa07e98dee4b6b3d15a530265b89c9a64a472d11765de7bbd7cd4eadeeba07c0a2e2eb246c8fdb4f7b5df1eadb4aa9705c7616e0f7d72f55e333a7
|
7
|
+
data.tar.gz: bbfc1e19e733994310ad337cdae1dedf6f43952fccf1c4c3e2ba5f222fc6800537ee3fe41d85e1cc4835b3e5043acd7f7b268c091f2b2aa4d4c3da3cee2043a3
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
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-table
|
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,19 +168,19 @@ executables: []
|
|
168
168
|
extensions: []
|
169
169
|
extra_rdoc_files: []
|
170
170
|
files:
|
171
|
-
-
|
172
|
-
-
|
173
|
-
-
|
174
|
-
-
|
175
|
-
-
|
176
|
-
-
|
177
|
-
-
|
178
|
-
-
|
179
|
-
-
|
180
|
-
-
|
181
|
-
-
|
182
|
-
-
|
183
|
-
-
|
171
|
+
- "./lib/azure/storage/table.rb"
|
172
|
+
- lib/azure/storage/table/auth/shared_key.rb
|
173
|
+
- lib/azure/storage/table/autoload.rb
|
174
|
+
- lib/azure/storage/table/batch.rb
|
175
|
+
- lib/azure/storage/table/batch_response.rb
|
176
|
+
- lib/azure/storage/table/default.rb
|
177
|
+
- lib/azure/storage/table/edmtype.rb
|
178
|
+
- lib/azure/storage/table/entity.rb
|
179
|
+
- lib/azure/storage/table/guid.rb
|
180
|
+
- lib/azure/storage/table/query.rb
|
181
|
+
- lib/azure/storage/table/serialization.rb
|
182
|
+
- lib/azure/storage/table/table_service.rb
|
183
|
+
- lib/azure/storage/table/version.rb
|
184
184
|
homepage: http://github.com/azure/azure-storage-ruby
|
185
185
|
licenses:
|
186
186
|
- MIT
|