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.
lang/ruby-cucumber-gherkin: update to 29.0.0
28.0.0 (2024-02-15) Added * [Python] Added release workflow for releasing to Pypi (#213) * (i18n) Added Vietnamese translation of "Rule" (#204) * (i18n) Added Irish translation of "Rule" (#216) Changed * [Python] Reuse the action cucumber/action-publish-pypi in release (#220) * [Python] Removed duplicate code in markdown token matcher (#205) * [Java, JavaScript, PHP, Go, Ruby] Upgraded messages to v24 * Upgraded messages to v22 29.0.0 (2024-08-12) Changes are too many to write here, please refer: <https://github.com/cucumber/gherkin/releases/tag/v29.0.0> in detail.
- Loading branch information
taca
committed
Sep 22, 2024
1 parent
275a804
commit 07dd5dc
Showing
3 changed files
with
9 additions
and
15 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,14 +1,14 @@ | ||
# $NetBSD: Makefile,v 1.9 2024/04/17 10:38:35 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.10 2024/09/22 13:46:43 taca Exp $ | ||
|
||
DISTNAME= cucumber-gherkin-27.0.0 | ||
DISTNAME= cucumber-gherkin-29.0.0 | ||
CATEGORIES= lang | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= https://github.com/cucumber/gherkin | ||
COMMENT= Gherkin parser/compiler for Ruby | ||
LICENSE= mit | ||
|
||
DEPENDS+= ${RUBY_PKGPREFIX}-cucumber-messages>=19.1.4<23:../../devel/ruby-cucumber-messages | ||
DEPENDS+= ${RUBY_PKGPREFIX}-cucumber-messages>=25<26:../../devel/ruby-cucumber-messages | ||
|
||
CONFLICTS+= ruby[0-9]*-gherkin-[0-9]* | ||
|
||
|
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 2023/12/17 17:26:07 taca Exp $ | ||
$NetBSD: distinfo,v 1.11 2024/09/22 13:46:43 taca Exp $ | ||
|
||
BLAKE2s (cucumber-gherkin-27.0.0.gem) = b2218fc591e86a88d57e93664e32aee5a21e1dc969cd814b064da9be39dc8ca9 | ||
SHA512 (cucumber-gherkin-27.0.0.gem) = 705c5a312ee76c3cf10bdd98ecc581f4e3a253a278b4cc7a62e4046ff5e1422891eaebeaba5dcbdf7e8a5fab993afc3925b2af83c8bc470d5513cc8b284a3e42 | ||
Size (cucumber-gherkin-27.0.0.gem) = 34816 bytes | ||
BLAKE2s (cucumber-gherkin-29.0.0.gem) = d50710ab5204bcf98fffd2c36313cc674f5ef2bbc48d23e4ebc64f66335ea30b | ||
SHA512 (cucumber-gherkin-29.0.0.gem) = b1e366a79997f492bf061e3b128cfa40d4b52a615705c7f481bbccf6191f517a7b6632c2f88a29250fd8754cd2fdb4046497f0df3ab27fa116643163f0a65602 | ||
Size (cucumber-gherkin-29.0.0.gem) = 32256 bytes |