imgur
imgur copied to clipboard
Ruby interface to the Imgur's authenticated API
I've just spent 5 hours trying to debug why my application suddenly started crashing for no apparent reason until I found out this gem is extending `Array` with `to_hash` method....
I'm not sure why it raised this exception while running cucumber when using this gem. Anyone got the same issue to that? Seems that it's related to https://github.com/dncrht/imgur/issues/4
The example for image upload needs to read: `image = imgur_session.image.image_upload('file.jpg')` instead of `image.image.upload`. Doesn't take away from the usefulness :smiley: