2fdf8f4836
Almost no change in Ruby part from 12.1.2 except removing deprecated generateExpression method. 14.0.0 (2021-10-12) Changed * TypeScript: Group#value can no longer be undefined (#16) * TypeScript: Argument is no longer generic (#16) * Go: Module renamed to match github repository(#24) 13.1.3 (2021-09-24) Fixed * Fix release for the Go implementation 13.1.2 (2021-09-24) Fixed * Fix release for the Go implementation * Minor fixes in the README.md links to documentation 13.1.1 (2021-09-24) Fixed * Fix misc release actions 13.1.0 (2021-09-24) Added * [JavaScript] Support for EcmaScript modules (aka ESM). (#1743) 13.0.1 (2021-09-15) Changed * Remove dependency on Node.js APIs (util module) (#1250 #1752 aslakhellesoy) * Remove dependency on Browser APIs (window constant) (#1752 aslakhellesoy) Fixed * [JavaScript] Correctly match empty strings (#1329 #1753 aslakhellesoy) Removed * Remove deprecated CucumberExpressionGenerator#generateExpression method. (#1752) 12.1.3 (2021-09-01) Fixed * Use native RegExp Match indices (currently relying on a polyfill) (#1652 aslakhellesoy)
14 lines
365 B
Makefile
14 lines
365 B
Makefile
# $NetBSD: Makefile,v 1.9 2021/11/23 14:01:09 taca Exp $
|
|
|
|
DISTNAME= cucumber-cucumber-expressions-14.0.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/cucumber/cucumber-expressions-ruby
|
|
COMMENT= Cucumber Expressions for Ruby
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|