pkgsrc/devel/ruby-regexp_parser/Makefile
taca e15040e0fe devel/ruby-regexp_parser: update to 1.7.0
Update ruby-regexp_parser to 1.7.0.


### [1.7.0] - 2020-02-23 - [Janosch Müller](mailto:janosch84@gmail.com)

### Added

- `Expression#each_expression` and `1.#traverse` can now be called without a block
  * this returns an `Enumerator` and allows chaining, e.g. `each_expression.select`
  * thanks to [Masataka Kuwabara](https://github.com/pocke)

### Fixed

- `MatchLength#each` no longer ignores the given `limit:` when called without a block
2020-03-08 15:12:55 +00:00

14 lines
358 B
Makefile

# $NetBSD: Makefile,v 1.2 2020/03/08 15:12:55 taca Exp $
DISTNAME= regexp_parser-1.7.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/ammar/regexp_parser
COMMENT= Scanner, lexer, parser for ruby's regular expressions
LICENSE= mit
USE_LANGUAGES= # empty
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"