Update net/ruby-amqp package to 0.7.4.
Here is partial changes: = Version 0.7.2 * [BUG] Server-named queues declared en masse now get their unique names instead of all beign assigned the first generated name * [API] Connection URI (string) format for vhosts no longer assumes that vhosts begin with a slash (/), learn more at http://bit.ly/mfzwcB * [BUG] Queue#reset leaks consumer tags [#40].
This commit is contained in:
parent
dcb1d6fc7c
commit
7188a47b33
3 changed files with 15 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.4 2011/06/19 02:51:56 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2011/08/12 17:07:49 taca Exp $
|
||||
|
||||
DISTNAME= amqp-0.7.1
|
||||
DISTNAME= amqp-0.7.4
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= filip@joyent.com
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2011/06/19 02:51:56 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2011/08/12 17:07:49 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/.rspec
|
||||
${GEM_LIBDIR}/.travis.yml
|
||||
${GEM_LIBDIR}/CHANGELOG
|
||||
${GEM_LIBDIR}/CONTRIBUTORS
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
|
@ -12,7 +13,6 @@ ${GEM_LIBDIR}/amqp.gemspec
|
|||
${GEM_LIBDIR}/amqp.pre.gemspec
|
||||
${GEM_LIBDIR}/bin/cleanify.rb
|
||||
${GEM_LIBDIR}/bin/irb
|
||||
${GEM_LIBDIR}/bin/jenkins.sh
|
||||
${GEM_LIBDIR}/bin/set_test_suite_realms_up.sh
|
||||
${GEM_LIBDIR}/doc/EXAMPLE_01_PINGPONG
|
||||
${GEM_LIBDIR}/doc/EXAMPLE_02_CLOCK
|
||||
|
@ -25,8 +25,12 @@ ${GEM_LIBDIR}/examples/ack.rb
|
|||
${GEM_LIBDIR}/examples/automatic_binding_for_default_direct_exchange.rb
|
||||
${GEM_LIBDIR}/examples/callbacks.rb
|
||||
${GEM_LIBDIR}/examples/clock.rb
|
||||
${GEM_LIBDIR}/examples/default_channel.rb
|
||||
${GEM_LIBDIR}/examples/hashtable.rb
|
||||
${GEM_LIBDIR}/examples/immediately_bind_a_server_named_queue.rb
|
||||
${GEM_LIBDIR}/examples/internal.rb
|
||||
${GEM_LIBDIR}/examples/issues/issue_75.rb
|
||||
${GEM_LIBDIR}/examples/issues/issue_94.rb
|
||||
${GEM_LIBDIR}/examples/logger.rb
|
||||
${GEM_LIBDIR}/examples/multiclock.rb
|
||||
${GEM_LIBDIR}/examples/pingpong.rb
|
||||
|
@ -35,6 +39,7 @@ ${GEM_LIBDIR}/examples/primes-simple.rb
|
|||
${GEM_LIBDIR}/examples/primes.rb
|
||||
${GEM_LIBDIR}/examples/simple.rb
|
||||
${GEM_LIBDIR}/examples/stocks.rb
|
||||
${GEM_LIBDIR}/gemfiles/eventmachine-pre
|
||||
${GEM_LIBDIR}/lib/amqp.rb
|
||||
${GEM_LIBDIR}/lib/amqp/basic_client.rb
|
||||
${GEM_LIBDIR}/lib/amqp/buffer.rb
|
||||
|
@ -70,6 +75,7 @@ ${GEM_LIBDIR}/spec/integration/channel_close_spec.rb
|
|||
${GEM_LIBDIR}/spec/integration/exchange_declaration_spec.rb
|
||||
${GEM_LIBDIR}/spec/integration/queue_declaration_spec.rb
|
||||
${GEM_LIBDIR}/spec/integration/queue_exclusivity_spec.rb
|
||||
${GEM_LIBDIR}/spec/integration/queue_status_spec.rb
|
||||
${GEM_LIBDIR}/spec/integration/reply_queue_communication_spec.rb
|
||||
${GEM_LIBDIR}/spec/integration/store_and_forward_spec.rb
|
||||
${GEM_LIBDIR}/spec/integration/topic_subscription_spec.rb
|
||||
|
@ -77,6 +83,7 @@ ${GEM_LIBDIR}/spec/integration/workload_distribution_spec.rb
|
|||
${GEM_LIBDIR}/spec/spec_helper.rb
|
||||
${GEM_LIBDIR}/spec/unit/amqp/basic_spec.rb
|
||||
${GEM_LIBDIR}/spec/unit/amqp/buffer_spec.rb
|
||||
${GEM_LIBDIR}/spec/unit/amqp/client_spec.rb
|
||||
${GEM_LIBDIR}/spec/unit/amqp/collection_spec.rb
|
||||
${GEM_LIBDIR}/spec/unit/amqp/connection_spec.rb
|
||||
${GEM_LIBDIR}/spec/unit/amqp/frame_spec.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2011/06/19 02:51:56 taca Exp $
|
||||
$NetBSD: distinfo,v 1.4 2011/08/12 17:07:49 taca Exp $
|
||||
|
||||
SHA1 (amqp-0.7.1.gem) = 77f420676977bcbf2ce7d0e61361efa6af7dcdf2
|
||||
RMD160 (amqp-0.7.1.gem) = a47a5d21c00245dcc094aab17eaa726918d4dbb1
|
||||
Size (amqp-0.7.1.gem) = 89600 bytes
|
||||
SHA1 (amqp-0.7.4.gem) = 372c55b791aa059e09086aeddcd1506a266d8fce
|
||||
RMD160 (amqp-0.7.4.gem) = dc8b6dce9738e6fa1c30f3e9ed0d4a674e420a65
|
||||
Size (amqp-0.7.4.gem) = 93184 bytes
|
||||
|
|
Loading…
Reference in a new issue