Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-regexp_parser
From: Takahiro Kambe
Date: 2020-03-08 16:12:56
Message id: 20200308151256.23D5DFB27@cvs.NetBSD.org
Log Message:
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
Files: