Skip to content

Commit

Permalink
Update ruby-amqp to 1.6.0.
Browse files Browse the repository at this point in the history
## 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](ruby-amqp/amqp#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](ruby-amqp/amqp#218)
  • Loading branch information
taca committed Oct 17, 2016
1 parent 4986690 commit 43728a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions net/ruby-amqp/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.20 2015/12/30 04:22:59 taca Exp $
# $NetBSD: Makefile,v 1.21 2016/10/17 14:35:41 taca Exp $

DISTNAME= amqp-1.5.1
DISTNAME= amqp-1.6.0
CATEGORIES= net

MAINTAINER= [email protected]
Expand All @@ -9,7 +9,7 @@ COMMENT= AMQP client implementation in Ruby/EventMachine
LICENSE= ruby-license

DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=0:../../devel/ruby-eventmachine
DEPENDS+= ${RUBY_PKGPREFIX}-amq-protocol>=1.9.2:../../net/ruby-amq-protocol
DEPENDS+= ${RUBY_PKGPREFIX}-amq-protocol>=2.0.1:../../net/ruby-amq-protocol

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
10 changes: 5 additions & 5 deletions net/ruby-amqp/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.15 2015/11/04 00:35:35 agc Exp $
$NetBSD: distinfo,v 1.16 2016/10/17 14:35:41 taca Exp $

SHA1 (amqp-1.5.1.gem) = f2abd88896e57d79fc13fbf3e3f07257906702fc
RMD160 (amqp-1.5.1.gem) = 6779d7992308afdce5f5ba9b1e8baf973a756817
SHA512 (amqp-1.5.1.gem) = 14304b2c8864522b3dd19caf5cb2ef000ad0f41be8060ac383d0ec820024bda5e6ca6c1d35fc2557fcaacd088fefe43568176c3b5e8f28c375a991fedc2c79e0
Size (amqp-1.5.1.gem) = 1177088 bytes
SHA1 (amqp-1.6.0.gem) = d70351ab264d96a2c4ace3409d399467cdb86d7b
RMD160 (amqp-1.6.0.gem) = 8863aba7fbcdd81dfe29ec6d2f69d6529f5aad75
SHA512 (amqp-1.6.0.gem) = 389dd0cdd9dfaff3da5f692fb585ebb29eef55ddef59e489721b78184d9e7b9c585c5cd43fd51d2517f5bc1fe195856a3a1130cfd4aa8f720808119d116c967f
Size (amqp-1.6.0.gem) = 1177088 bytes

0 comments on commit 43728a4

Please sign in to comment.