azure-contrib 0.0.10 → 0.0.11

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f978784a0856897ee4a0407ebf8105b379280296
4
- data.tar.gz: b237ac24ee900531253a09a1324dfa2f2fd43ef7
3
+ metadata.gz: a8711075efe16a0b736679abaf6fe1963233d550
4
+ data.tar.gz: cc79173e49cea71e8c4d06cde0a9810ca9cb4145
5
5
  SHA512:
6
- metadata.gz: dcb0da61600dedb395bced7c2784817983a7cb2322c4599f9dbe896cf54014deb3909c13c31462015c5fec5a5f7ed0976d386139ce35fb8a984cda2e62b61180
7
- data.tar.gz: df508327b15cda635b9e8af168cc3763205f368e8d4b5d0e828ca5b3f18fd8a08e5335f9bc90713d1d08f3b7baf5d4280f8205fc06d1241f535ac69d400c2057
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
@@ -1,5 +1,5 @@
1
1
  module Azure
2
2
  module Contrib
3
- VERSION = "0.0.10"
3
+ VERSION = "0.0.11"
4
4
  end
5
5
  end
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.10
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-08 00:00:00.000000000 Z
11
+ date: 2014-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler