azure-contrib 0.0.10 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/azure-contrib.rb +2 -1
- data/lib/azure-contrib/blob_service.rb +7 -0
- data/lib/azure-contrib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a8711075efe16a0b736679abaf6fe1963233d550
|
4
|
+
data.tar.gz: cc79173e49cea71e8c4d06cde0a9810ca9cb4145
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 438504a38c8e01f93e7fc076ba6695213caac53b73d8437500913688d38613014c02632ce12195aa88108a2a360615ef1da3aacf1254d06673c37332116c621f
|
7
|
+
data.tar.gz: 1faeee74211ba03f2dc5db74d492ee6321525830d57b61a9d272b5727a6e03f2205cb483c402fea832a473870a9f5630ca147c67b0107e6608ebf1c7a5ef0674
|
data/lib/azure-contrib.rb
CHANGED
@@ -9,4 +9,5 @@ module Azure
|
|
9
9
|
end
|
10
10
|
|
11
11
|
require File.join(File.dirname(__FILE__), 'azure-contrib', 'shared_access_signature')
|
12
|
-
require File.join(File.dirname(__FILE__), 'azure-contrib', 'blob_service')
|
12
|
+
require File.join(File.dirname(__FILE__), 'azure-contrib', 'blob_service')
|
13
|
+
require File.join(File.dirname(__FILE__), 'azure-contrib', 'service_bus_service')
|
@@ -48,6 +48,13 @@ end
|
|
48
48
|
module Azure
|
49
49
|
class BlobService
|
50
50
|
|
51
|
+
# def get_blob_with_chunking(container, blob, option)
|
52
|
+
#
|
53
|
+
# end
|
54
|
+
#
|
55
|
+
# alias_method :get_blob_without_chunking, :get_blob
|
56
|
+
# alias_method :get_blob, :get_blob_with_chunking
|
57
|
+
|
51
58
|
def create_block_blob_with_chunking(container, blob, content_or_filepath, options={})
|
52
59
|
chunking = options.delete(:chunking)
|
53
60
|
if chunking
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure-contrib
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Michael
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-07-
|
11
|
+
date: 2014-07-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|