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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 402740750d3b6341f9a771184e3c8fc4bdf0cad7
4
- data.tar.gz: 533ac2a5d1d11074fd714cd3cb0e442dcd335f2b
3
+ metadata.gz: 9d6b032a68dc79dd98665bcc15d46421f1491d34
4
+ data.tar.gz: ce386074b44d0badb2c563d08397be6d0acf6ce7
5
5
  SHA512:
6
- metadata.gz: 6a0b48932284241d92ad64288b041552c647521ed02bb894e2684026ba36228b47ac92f78b1fb30b52d42ec1320bd685116e516b9dcbf0a5afc16fed6bbf2bb1
7
- data.tar.gz: 80eaf676183660f4e661ab64a30987bd86c793f207de3b305420057388777e56f8fa6e5560239d512cd657e0cd6e9cc2551131a3bae7925394f90bf58516fa95
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
@@ -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 = 0 unless defined? 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.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-12 00:00:00.000000000 Z
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
- - table/lib/azure/storage/table.rb
172
- - table/lib/azure/storage/table/auth/shared_key.rb
173
- - table/lib/azure/storage/table/autoload.rb
174
- - table/lib/azure/storage/table/batch.rb
175
- - table/lib/azure/storage/table/batch_response.rb
176
- - table/lib/azure/storage/table/default.rb
177
- - table/lib/azure/storage/table/edmtype.rb
178
- - table/lib/azure/storage/table/entity.rb
179
- - table/lib/azure/storage/table/guid.rb
180
- - table/lib/azure/storage/table/query.rb
181
- - table/lib/azure/storage/table/serialization.rb
182
- - table/lib/azure/storage/table/table_service.rb
183
- - table/lib/azure/storage/table/version.rb
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