diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-02-20 12:28:42 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2011-02-20 12:28:42 +0000 |
commit | b2b76822d7747ad348ff0d7ac606cee0e97bef08 (patch) | |
tree | 225f4593c41d9c09bc4ac0cb36aead3b3d003b40 /net/rubygem-amqp/pkg-descr | |
parent | 94236687bf63dc1276c1cd8c96bfcc134c3192f9 (diff) | |
download | ports-b2b76822d7747ad348ff0d7ac606cee0e97bef08.tar.gz ports-b2b76822d7747ad348ff0d7ac606cee0e97bef08.zip |
Notes
Diffstat (limited to 'net/rubygem-amqp/pkg-descr')
-rw-r--r-- | net/rubygem-amqp/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/rubygem-amqp/pkg-descr b/net/rubygem-amqp/pkg-descr new file mode 100644 index 000000000000..0eb35dab9e27 --- /dev/null +++ b/net/rubygem-amqp/pkg-descr @@ -0,0 +1,7 @@ +Simple asynchronous AMQP driver for Ruby/EventMachine. +This library works with Ruby 1.8, Ruby 1.9, JRuby and Rubinius. + +This library was tested primarily with RabbitMQ, although it +should be compatible with any server implementing the AMQP 0-8 spec. + +WWW: https://github.com/ruby-amqp/amqp |