arempe93 / bunny-mock

A mock client for RabbitMQ modeled after the Bunny client in ruby
http://www.rubydoc.info/github/arempe93/bunny-mock
MIT License
44 stars 37 forks source link

Modified Bunny dependency versions to allow support for Bunny 1.7.0 o… #19

Closed TimothyMDean closed 8 years ago

TimothyMDean commented 8 years ago

…n JRuby and for Bunny 1.7 or later on all other platforms.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 1dddcd69953dfadd0bc51d010d79ac04ea7f0372 on TimothyMDean:master into 2f87036c99995c7b941b9a41524f7be7be4eaaee on arempe93:master.

arempe93 commented 8 years ago

Cool! If this works for your use case on JRuby it seems like all the other use cases are still functional. I'll go ahead and merge it. Later today/tomorrow I'll include JRuby in the travis matrix and get a 1.4 release out

TimothyMDean commented 8 years ago

I have confirmed that the merged version covers my use case. I'll switch my Gemfile to use the 1.4 release or later once you have gotten that release out.

arempe93 commented 8 years ago

@TimothyMDean v1.4.0 has been released - sorry for the delay. Some things came up at work