pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/ruby-amq-protocol



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Mar 20 14:31:33 UTC 2017

Modified Files:
        pkgsrc/net/ruby-amq-protocol: Makefile distinfo

Log Message:
Update ruby-amq-protocolto 2.1.0.

## Changes between 2.0.0 and 2.1.0

### Ruby Warnings Squashed

Contributed by Akira Matsuda.

GitHub issue: [#62](https://github.com/ruby-amqp/amq-protocol/pull/62)

### Byte Array Decoding

Byte array values in types now can be
decoded (to the extent Ruby type system
permits) by this library.

GitHub issue: [#58](https://github.com/ruby-amqp/amq-protocol/issues/58)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/ruby-amq-protocol/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/ruby-amq-protocol/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/ruby-amq-protocol/Makefile
diff -u pkgsrc/net/ruby-amq-protocol/Makefile:1.12 pkgsrc/net/ruby-amq-protocol/Makefile:1.13
--- pkgsrc/net/ruby-amq-protocol/Makefile:1.12  Sun Jan  3 07:43:45 2016
+++ pkgsrc/net/ruby-amq-protocol/Makefile       Mon Mar 20 14:31:33 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2016/01/03 07:43:45 taca Exp $
+# $NetBSD: Makefile,v 1.13 2017/03/20 14:31:33 taca Exp $
 
-DISTNAME=      amq-protocol-2.0.1
+DISTNAME=      amq-protocol-2.1.0
 CATEGORIES=    net
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/net/ruby-amq-protocol/distinfo
diff -u pkgsrc/net/ruby-amq-protocol/distinfo:1.11 pkgsrc/net/ruby-amq-protocol/distinfo:1.12
--- pkgsrc/net/ruby-amq-protocol/distinfo:1.11  Sun Jan  3 07:43:45 2016
+++ pkgsrc/net/ruby-amq-protocol/distinfo       Mon Mar 20 14:31:33 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2016/01/03 07:43:45 taca Exp $
+$NetBSD: distinfo,v 1.12 2017/03/20 14:31:33 taca Exp $
 
-SHA1 (amq-protocol-2.0.1.gem) = 85dad11b4248ea114943078cfdc0203f5221f443
-RMD160 (amq-protocol-2.0.1.gem) = 31b5a7030e6e129390ef0500d2cb897ce9923aff
-SHA512 (amq-protocol-2.0.1.gem) = d723899902338562c9b4ad7fdd625e7efa27380b35e9986dfd31f8d334b7cdba4bea47a0f0306a4d24bd14376011287a98d5f31e2d92f89e9fdce7e267d37818
-Size (amq-protocol-2.0.1.gem) = 43008 bytes
+SHA1 (amq-protocol-2.1.0.gem) = 3e99fc4ae7f9c4b18251be438adb9751f46a0861
+RMD160 (amq-protocol-2.1.0.gem) = 2260d38e749b15cede71780b814bf9665cb69a0c
+SHA512 (amq-protocol-2.1.0.gem) = 3111c3233a3fdf830cb95d9161132b96035c3835bcf4acd74ec9a915a44096295f5e0cb6b444db7fc4eba84b218800f9c9d33d1cfa5b2d3dcd80dfc65c92c133
+Size (amq-protocol-2.1.0.gem) = 43520 bytes



Home | Main Index | Thread Index | Old Index