openbsd-ports/net/ruby-amqp-utils/patches/patch-lib_amqp_utils_rb
msf 1a14a1b62f initial import of ruby-amqp-utils-0.1.2
CLI utility programs for interacting with an AMQP queue. Using these
utilities, one can interact with an AMQP queue from the command line or
via a shell script.

These utilities have been tested against RabbitMQ, but they should work
with other AMQP compliant queues. They depend on the amqp gem available
at <http://github.com/tmm1/amqp>.

ok bernd@
2009-11-22 06:52:36 +00:00

13 lines
305 B
Plaintext

$OpenBSD: patch-lib_amqp_utils_rb,v 1.1.1.1 2009/11/22 06:52:36 msf Exp $
--- lib/amqp_utils.rb.orig Wed Nov 4 14:39:02 2009
+++ lib/amqp_utils.rb Wed Nov 4 14:39:09 2009
@@ -10,7 +10,7 @@ require 'rubygems'
gem 'trollop'
require 'trollop'
-gem 'tmm1-amqp'
+gem 'amqp'
require 'mq'
gem 'facets'