pkgsrc/devel/ruby-necromancer/Makefile
taca b18c6d4581 devel/ruby-necromancer: update to 0.7.0
0.7.0 (2020-12-29)

Added

* Add HashConverters for transforming string into hash of string, integer,
  float or boolean values
* Add converters for transforming string to array of booleans, integers,
  floats and numeric

Changed

* Change StringToRange converter to work with decimal numbers and spaces
* Change :strict to be a keyword argument
* Change StringToNumeric converter to allow numbers with space characters
2021-01-10 15:21:29 +00:00

14 lines
348 B
Makefile

# $NetBSD: Makefile,v 1.4 2021/01/10 15:21:29 taca Exp $
DISTNAME= necromancer-0.7.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/piotrmurach/necromancer
COMMENT= Conversion from one object type to another
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"