forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Changes between 2.0.0 and 2.1.0 ### Ruby Warnings Squashed Contributed by Akira Matsuda. GitHub issue: [#62](ruby-amqp/amq-protocol#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](ruby-amqp/amq-protocol#58)
- Loading branch information
taca
committed
Mar 20, 2017
1 parent
83cf11f
commit 537dc6d
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |