From cd547b4c5bd3d45f175225628669ed36b439074e Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 12 Mar 2013 13:23:25 +0000 Subject: Update ruby-amq-protocol to 1.2.0. * Frame body on Ruby 1.9+ using bytes, not code points String#slice will only use byte slicing if the string is considered to be in ASCII. * Replace broken link with an inline comment * Adds specs to validate 8bit/16bit signed decoding * Adds 8bit signed and 16bit signed integers to table decoder --- net/ruby-amq-protocol/Makefile | 4 ++-- net/ruby-amq-protocol/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'net/ruby-amq-protocol') diff --git a/net/ruby-amq-protocol/Makefile b/net/ruby-amq-protocol/Makefile index 9c6abb55719..ef6a93f8a97 100644 --- a/net/ruby-amq-protocol/Makefile +++ b/net/ruby-amq-protocol/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2013/02/11 03:56:17 taca Exp $ +# $NetBSD: Makefile,v 1.6 2013/03/12 13:23:25 taca Exp $ -DISTNAME= amq-protocol-1.1.0 +DISTNAME= amq-protocol-1.2.0 CATEGORIES= net MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/net/ruby-amq-protocol/distinfo b/net/ruby-amq-protocol/distinfo index c5146015c8b..9babe135813 100644 --- a/net/ruby-amq-protocol/distinfo +++ b/net/ruby-amq-protocol/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2013/02/11 03:56:17 taca Exp $ +$NetBSD: distinfo,v 1.6 2013/03/12 13:23:25 taca Exp $ -SHA1 (amq-protocol-1.1.0.gem) = 7ed1858959675ff4d1cd5663d94d597b425c5c29 -RMD160 (amq-protocol-1.1.0.gem) = 993474115b343c3ffcb376a6946de3d4ed6e1c0c -Size (amq-protocol-1.1.0.gem) = 43520 bytes +SHA1 (amq-protocol-1.2.0.gem) = b18b45513b97bb394188e4fd1ae21ad9d460f66f +RMD160 (amq-protocol-1.2.0.gem) = c063c561ef3529c26a8121e067dc39ce77fbc0f1 +Size (amq-protocol-1.2.0.gem) = 43008 bytes -- cgit v1.2.3