johnnyhalife / waz-storage

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.
http://waz-storage.heroku.com
MIT License
40 stars 21 forks source link

Needs some updates #18

Closed djberg96 closed 12 years ago

djberg96 commented 12 years ago

Hi,

I was going to submit some patches (I was just taking a look at Azure), but then I realized that gmontard has already forked and updated this code. Is there any chance you could merge his updates? Has he sent you a pull request?

Regards,

Dan

johnnyhalife commented 12 years ago

He didn't, but sure, if he sends me a pull-request I'll be glad to update, push, and publish the latest version with his changes.

/cc @gmontard

djberg96 commented 12 years ago

I sent him an email but haven't heard anything back. You could always just "git pull https://github.com/gmontard/waz-storage". Up to you.

johnnyhalife commented 12 years ago

I'll let's give him a day or two, basically I'm wondering why he didn't came back to the "master repo" might be something that breaks backward compat or so.

On Mon, May 7, 2012 at 10:34 PM, Daniel Berger < reply@reply.github.com

wrote:

I sent him an email but haven't heard anything back. You could always just "git pull https://github.com/gmontard/waz-storage". Up to you.


Reply to this email directly or view it on GitHub: https://github.com/johnnyhalife/waz-storage/issues/18#issuecomment-5565401

gmontard commented 12 years ago

Hello,

Sorry for the delay, i just sent you a pull request !

johnnyhalife commented 12 years ago

Hey!! Thanks to @gmontard and his pull-request (#19) it's published as waz-storage-1.1.2 on rubygems =)

I've added @gmontard to the README.rdoc

And tweaked the README.rdoc a little bit

:metal: thanks :metal:

@djberg96 feel free to

sudo gem update waz-storage

and you'll get latest changes out-of-the-box!

thanks to both of you!

djberg96 commented 12 years ago

Great, thanks!