A simple implementation of Windows Azure Storage API for Ruby, inspired by the S3 gems and self experience of dealing with queues. The major goal of the whole gem is to enable ruby developers [like me =)] to leverage Windows Azure Storage features and have another option for cloud storage.
Fix message canonicalization of ?comp= parameters for versions prior to 2009-09-19 (seems put_block was broken)
Unescape query string parameters when constructing signatures (needed for put_block, since some base64-encoded names include non-URI-friendly characters)
XML-escape property values for table entities (needed to insert things containing &, <, etc.)
Remove Unicode characters from rakefile (was breaking something on Windows)
Add tests for put_block_list and upload
Fix tests for content type (typo, = instead of .should ==)
Fix tests using RestClient.beautify_headers (expects an array, not a scalar)