iron-io / iron_mq_ruby

Ruby library for IronMQ.
http://www.iron.io
BSD 2-Clause "Simplified" License
35 stars 17 forks source link

delayed_job_ironmq isn't compatible with the new iron_mq_ruby gem redesign #52

Closed cheneveld closed 11 years ago

cheneveld commented 11 years ago

delayed_job_ironmq calls the messages method on the IronMQ Client object. Seems as though the delayed jobs implementation is only compatible with an older ironMQ client.

Are there plans to upgrade delayed_job_ironmq to use the lastest and greatest iron_mq_ruby?

treeder commented 11 years ago

Ahh, ya, we'll get that updated, thanks for letting us know! cc @featalion

featalion commented 11 years ago

Will fix it soon

treeder commented 11 years ago

Fixed with: https://github.com/iron-io/delayed_job_ironmq/pull/1

Pushed new version too.