Updates the ruby client with basic functionality for buckets and blobs. Right now implements index and show for buckets and show for blobs (index doesn't apply - blobs aren't a 'proper' collection - you get an 'index' of blobs when you get a specific bucket). Will work on adding create/delete for these later (Streaming PUT takes priority right now). Patch 2/5 is a fix for Jira issue #20. Patch 5/5 is from Michal (patch from a while back that was forgotten on the list).
deltacloudc buckets -l -u 'http://user:pass@localhost:3001/api' deltacloudc buckets index -u 'http://user:pass@localhost:3001/api' deltacloudc buckets show -i BUCKETNAME -u 'http://user:pass@localhost:3001/api' deltacloudc blob -l -u 'http://user:pass@localhost:3001/api' deltacloudc blob show -b BUCKETNAME -i BLOBNAME -u 'http://user:pass@localhost:3001/api' marios
