pkgsrc/databases/ruby-moneta/Makefile
taca f02b95c429 databases/ruby-moneta: update to 1.3.0
UPdate ruby-moneta to 1.3.0.


1.3.0

* Transformer - add :each_key support (#170)
* Server - add :each_key support, use non-blocking IO (#165)
* Builder - dup options before passing to adapter/proxy (#174)
* Adapter::Couch - add HTTP basic auth support
* Support MRI 2.7.0 (#172)
* Minimum required MRI version is now 2.3.0 (#172)
2020-05-02 13:16:52 +00:00

14 lines
332 B
Makefile

# $NetBSD: Makefile,v 1.8 2020/05/02 13:16:52 taca Exp $
DISTNAME= moneta-1.3.0
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/minad/moneta/
COMMENT= Unified interface to key/value stores
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"