## [3.5.6] - 2017-07-12 [3.5.6]: https://github.com/intridea/hashie/compare/v3.5.5...v3.5.6 ### Miscellaneous * [#416](https://github.com/intridea/hashie/pull/416): Fix `warning: instance variable @disable_warnings not initialized` - [@axfcampos](https://github.com/axfcampos).
16 lines
346 B
Makefile
16 lines
346 B
Makefile
# $NetBSD: Makefile,v 1.7 2017/09/10 14:40:05 taca Exp $
|
|
#
|
|
|
|
DISTNAME= hashie-3.5.6
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= https://github.com/intridea/hashie
|
|
COMMENT= Small collection of tools that make hashes more powerful
|
|
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|