forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devel/ruby-cucumber-expressions: update to 14.0.0
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)
- Loading branch information
taca
committed
Nov 23, 2021
1 parent
eac4ce3
commit 63143e5
Showing
3 changed files
with
7 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.8 2021/09/18 13:55:33 taca Exp $ | ||
# $NetBSD: Makefile,v 1.9 2021/11/23 14:01:09 taca Exp $ | ||
|
||
DISTNAME= cucumber-cucumber-expressions-12.1.3 | ||
DISTNAME= cucumber-cucumber-expressions-14.0.0 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.10 2021/10/26 10:19:29 nia Exp $ | ||
$NetBSD: distinfo,v 1.11 2021/11/23 14:01:09 taca Exp $ | ||
|
||
BLAKE2s (cucumber-cucumber-expressions-12.1.3.gem) = 8a12aa981ff896c9a3133bae80f6f8094b47494e4abead30d02323ee9795f3b3 | ||
SHA512 (cucumber-cucumber-expressions-12.1.3.gem) = 57e8b322b7451967d177e291e9649cb7d9e2668dcdfc2453b9b2ed9c8f84f4c3c5b7905d246dbfc5382a8c515a3d031acfcec93e5ce568da23dd1d42e6d31fb1 | ||
Size (cucumber-cucumber-expressions-12.1.3.gem) = 32768 bytes | ||
BLAKE2s (cucumber-cucumber-expressions-14.0.0.gem) = e128ef024289b87fe4ef97b0357ee157d5bb47385a869871734ab2ad2ed22870 | ||
SHA512 (cucumber-cucumber-expressions-14.0.0.gem) = c5b3b840e04722b516a8cf57ce8f55f835f84efd73b133f9d6f842d1ae5612108e1100dd970d52cd349bf4c606ed1922b4730a0b2e4a2d31abdf2f6f51768a80 | ||
Size (cucumber-cucumber-expressions-14.0.0.gem) = 24064 bytes |