azure-storage-blob 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: 164a94d802b853605c8079d8fc85c4b351fe62f2
4
- data.tar.gz: 2c85d5c20c65fdfe1d6285145cef6e47e0786838
3
+ metadata.gz: 12e07f0269d83cc458f8a0f8241e363649015b3b
4
+ data.tar.gz: 2b3bd014fe7473f690c596db33b847ea25473b42
5
5
  SHA512:
6
- metadata.gz: f92db73e004745a02ea1d9eee04a4fb1f6616bc502aab74ba785e803c5848314a93ab8cd8b33f3a23f905d3d7236890275bb9d3d34cc0f055cb6cbcad237717b
7
- data.tar.gz: c26f14cb50c45eb3157100f309b568af460434d34297d87c7ae00c82ec97eeea23c247e6ca6ef6446f844692c03fad88ba6afff803174941ee914c6d4cbd2111
6
+ metadata.gz: 3c1406d6669e93ef37c96df0d75515956ef6bf2fc19dc003613ae5c9b59291fdb6121e3fdc09820956bd892013a6399ec554d63a590f5fc8d4d54267e7c39ad0
7
+ data.tar.gz: 54b0438ce422c6ea8d1eeea6b03b5c98cce74f74e490bcf827c1216975629e63ec9ef2b003feda887ff899f8464d23d9ba566ad79c17185e297adef3aba19492
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-blob
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,17 +168,17 @@ executables: []
168
168
  extensions: []
169
169
  extra_rdoc_files: []
170
170
  files:
171
- - blob/lib/azure/storage/blob.rb
172
- - blob/lib/azure/storage/blob/append.rb
173
- - blob/lib/azure/storage/blob/autoload.rb
174
- - blob/lib/azure/storage/blob/blob.rb
175
- - blob/lib/azure/storage/blob/blob_service.rb
176
- - blob/lib/azure/storage/blob/block.rb
177
- - blob/lib/azure/storage/blob/container.rb
178
- - blob/lib/azure/storage/blob/default.rb
179
- - blob/lib/azure/storage/blob/page.rb
180
- - blob/lib/azure/storage/blob/serialization.rb
181
- - blob/lib/azure/storage/blob/version.rb
171
+ - "./lib/azure/storage/blob.rb"
172
+ - lib/azure/storage/blob/append.rb
173
+ - lib/azure/storage/blob/autoload.rb
174
+ - lib/azure/storage/blob/blob.rb
175
+ - lib/azure/storage/blob/blob_service.rb
176
+ - lib/azure/storage/blob/block.rb
177
+ - lib/azure/storage/blob/container.rb
178
+ - lib/azure/storage/blob/default.rb
179
+ - lib/azure/storage/blob/page.rb
180
+ - lib/azure/storage/blob/serialization.rb
181
+ - lib/azure/storage/blob/version.rb
182
182
  homepage: http://github.com/azure/azure-storage-ruby
183
183
  licenses:
184
184
  - MIT