Mon Oct 17 14:35:41 2016 UTC ()
Update ruby-amqp to 1.6.0.

## Changes Between 1.5.x and 1.6.0 (Apr 4th, 2016)

### amq-protocol Update

Minimum `amq-protocol` version is now `2.0.1`.

### Provide More Details in TCP Connection Failure Exception

Contributed by Neil Hooey.

GH issue: [#222](https://github.com/ruby-amqp/amqp/issues/222).

### Ensures frameset is cleared after an unhandled exception

Ensures frameset is cleared after an unhandled exception.
This avoids confusing exceptions such as

```
undefined method `method_class' for #<AMQ::Protocol::BodyFrame:0x0000001e8a60b0>
```

Contributed by Michael Lutsiuk.

GH issue: [#218](https://github.com/ruby-amqp/amqp/issues/218)


(taca)
diff -r1.20 -r1.21 pkgsrc/net/ruby-amqp/Makefile
diff -r1.15 -r1.16 pkgsrc/net/ruby-amqp/distinfo

cvs diff -r1.20 -r1.21 pkgsrc/net/ruby-amqp/Makefile (expand / switch to unified diff)

--- pkgsrc/net/ruby-amqp/Makefile 2015/12/30 04:22:59 1.20
+++ pkgsrc/net/ruby-amqp/Makefile 2016/10/17 14:35:41 1.21
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.20 2015/12/30 04:22:59 taca Exp $ 1# $NetBSD: Makefile,v 1.21 2016/10/17 14:35:41 taca Exp $
2 2
3DISTNAME= amqp-1.5.1 3DISTNAME= amqp-1.6.0
4CATEGORIES= net 4CATEGORIES= net
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://github.com/ruby-amqp/amqp 7HOMEPAGE= http://github.com/ruby-amqp/amqp
8COMMENT= AMQP client implementation in Ruby/EventMachine 8COMMENT= AMQP client implementation in Ruby/EventMachine
9LICENSE= ruby-license 9LICENSE= ruby-license
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0:../../devel/ruby-eventmachine 11DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0:../../devel/ruby-eventmachine
12DEPENDS+= ${RUBY_PKGPREFIX}-amq-protocol>=1.9.2:../../net/ruby-amq-protocol 12DEPENDS+= ${RUBY_PKGPREFIX}-amq-protocol>=2.0.1:../../net/ruby-amq-protocol
13 13
14.include "../../lang/ruby/gem.mk" 14.include "../../lang/ruby/gem.mk"
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

cvs diff -r1.15 -r1.16 pkgsrc/net/ruby-amqp/distinfo (expand / switch to unified diff)

--- pkgsrc/net/ruby-amqp/distinfo 2015/11/04 00:35:35 1.15
+++ pkgsrc/net/ruby-amqp/distinfo 2016/10/17 14:35:41 1.16
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.15 2015/11/04 00:35:35 agc Exp $ 1$NetBSD: distinfo,v 1.16 2016/10/17 14:35:41 taca Exp $
2 2
3SHA1 (amqp-1.5.1.gem) = f2abd88896e57d79fc13fbf3e3f07257906702fc 3SHA1 (amqp-1.6.0.gem) = d70351ab264d96a2c4ace3409d399467cdb86d7b
4RMD160 (amqp-1.5.1.gem) = 6779d7992308afdce5f5ba9b1e8baf973a756817 4RMD160 (amqp-1.6.0.gem) = 8863aba7fbcdd81dfe29ec6d2f69d6529f5aad75
5SHA512 (amqp-1.5.1.gem) = 14304b2c8864522b3dd19caf5cb2ef000ad0f41be8060ac383d0ec820024bda5e6ca6c1d35fc2557fcaacd088fefe43568176c3b5e8f28c375a991fedc2c79e0 5SHA512 (amqp-1.6.0.gem) = 389dd0cdd9dfaff3da5f692fb585ebb29eef55ddef59e489721b78184d9e7b9c585c5cd43fd51d2517f5bc1fe195856a3a1130cfd4aa8f720808119d116c967f
6Size (amqp-1.5.1.gem) = 1177088 bytes 6Size (amqp-1.6.0.gem) = 1177088 bytes