aboutsummaryrefslogtreecommitdiffstats
path: root/net/rubygem-bunny
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.10.8sunpoet2013-12-102-4/+5
| | | | | | | | | | - While I'm here: - Add LICENSE - Support STAGEDIR Changes: https://github.com/ruby-amqp/bunny/blob/0.10.x-stable/ChangeLog.md PR: ports/181587 Submitted by: Renaud Chaput <renchap@cocoa-x.com> (maintainer)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net)
* - Update to 0.9.7swills2013-07-272-3/+5
| | | | | PR: ports/180537 Approved by: maintainer timeout (renchap@cocoa-x.com, >2 weeks)
* - Update to 0.8.0swills2013-07-132-8/+4
| | | | | PR: ports/179886 Approved by: maintainer timeout (renchap@cocoa-x.com, >2 weeks)
* - Point at the homepage consistently as defined by rubygems.orgpgollucci2011-12-201-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - github is redirecting all these to https nowpgollucci2010-11-111-1/+1
|
* - Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta infopgollucci2010-10-201-1/+1
| | | | | | Prompted by: distilator With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
* - Add missing rubygem virtual categoriespgollucci2010-09-141-1/+1
|
* - No need to mess with FETCH_ARGS anymore.pgollucci2010-06-061-3/+0
| | | | | | rubygems.org (RG) doesn't do redirects. With Hat: ruby@
* - Convert MASTER_SITES to RGpgollucci2010-05-271-1/+1
| | | | | | | | | | PR: ports/147013 ports/147014 ports/147015 ports/147016 ports/147017 ports/147018 ports/147019 ports/147020 ports/147033 ports/147034 ports/147035 ports/147036 ports/147037 ports/147038 ports/147040 ports/147041 ports/147042 Submitted by: pgollucci@ (myself) With Hat: ruby@
* Bunny is an AMQP (Advanced Message Queuing Protocol) client, written in Ruby,miwi2010-04-243-0/+42
that is intended to allow you to interact with AMQP-compliant message brokers/servers such as RabbitMQ in a synchronous fashion. It is based on a great deal of useful code from amqp by Aman Gupta and Carrot by Amos Elliston. You can use Bunny to : * Create and delete exchanges * Create and delete queues * Publish and consume messages Bunny is known to work with RabbitMQ versions 1.5.4 and above with version 0-8 of the AMQP specification. WWW: http://github.com/celldee/bunny PR: ports/145841 Submitted by: renchap at cocoa-x.com