pkgsrc/net/ruby-amq-protocol/Makefile
taca 1f35bc4b2c Update ruby-amq-protocol to 2.2.0.
## Changes between 2.1.0 and 2.2.0 (unreleased)

### Timestamps are Encoded as 64-bit Unsigned Integers

This is a potentially **breaking change**. It is recommended that
all applications that use this gem and pass date/time values in message
properties or headers are upgraded at the same time.

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

Contributed by Carl Hoerberg.
2017-06-05 14:48:30 +00:00

12 lines
310 B
Makefile

# $NetBSD: Makefile,v 1.14 2017/06/05 14:48:30 taca Exp $
DISTNAME= amq-protocol-2.2.0
CATEGORIES= net
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/ruby-amqp/amq-protocol
COMMENT= AMQP 0.9.1 encoder & decoder
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"