Skip to content

Commit

Permalink
lang/ruby-cucumber-gherkin: update to 29.0.0
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
6 changes: 3 additions & 3 deletions lang/ruby-cucumber-gherkin/Makefile
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]*

Expand Down
10 changes: 2 additions & 8 deletions lang/ruby-cucumber-gherkin/PLIST
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@comment $NetBSD: PLIST,v 1.4 2023/12/17 17:26:07 taca Exp $
@comment $NetBSD: PLIST,v 1.5 2024/09/22 13:46:43 taca Exp $
bin/gherkin-ruby${RUBY_SUFFIX}
bin/gherkin${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/bin/gherkin
${GEM_LIBDIR}/bin/gherkin-ruby
Expand All @@ -20,11 +21,4 @@ ${GEM_LIBDIR}/lib/gherkin/token.rb
${GEM_LIBDIR}/lib/gherkin/token_formatter_builder.rb
${GEM_LIBDIR}/lib/gherkin/token_matcher.rb
${GEM_LIBDIR}/lib/gherkin/token_scanner.rb
${GEM_LIBDIR}/spec/capture_warnings.rb
${GEM_LIBDIR}/spec/gherkin/dialect_spec.rb
${GEM_LIBDIR}/spec/gherkin/gherkin_line_spec.rb
${GEM_LIBDIR}/spec/gherkin/gherkin_spec.rb
${GEM_LIBDIR}/spec/gherkin/parser_spec.rb
${GEM_LIBDIR}/spec/gherkin/query_spec.rb
${GEM_LIBDIR}/spec/gherkin/stream/parser_message_stream_spec.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
8 changes: 4 additions & 4 deletions lang/ruby-cucumber-gherkin/distinfo
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

0 comments on commit 07dd5dc

Please sign in to comment.