Skip to content

Commit 78e45ed

Browse files
author
taca
committed
devel/ruby-cucumber-tag-expressions: update to 8.1.0
Latest release is 9.0.0 but ruby-cucuber-core require < 9. 6.1.1 (2024-10-28) Changed * [Python] Use the new action cucumber/action-publish-pypi in release process (#147 #172 #178) * [Ruby] Fixed up remaining simple cops and began to reduce complexity of code (#158) 6.1.2 (2025-01-29) Added * [All] Run CI testing only for relevant areas of the codebase (#186) * [Python] Extended documentation and type hints within docstrings (#182) * [Ruby] Support the testing in CI on later rubies (#185) 6.2.0 (2025-05-25) Added * [PHP] Add new implementation (#194) 7.0.0 (2025-10-03) (Unknown) 8.0.0 (2025-10-14) Fixed * [Perl] Fix building release artifacts (#214) Removed * [Python] Dropped support for end-of-life Python versions from 2 to 3.9 (#215) 8.1.0 (2025-11-26) Added * [.NET] Add a .NET implementation Fixed * Render the empty tag expression as an empty string (#222) * Improve error message for missing operands (#221)
1 parent 646a2ae commit 78e45ed

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

devel/ruby-cucumber-tag-expressions/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.6 2024/02/04 16:39:48 taca Exp $
1+
# $NetBSD: Makefile,v 1.7 2026/02/03 14:56:52 taca Exp $
22

3-
DISTNAME= cucumber-tag-expressions-6.1.0
3+
DISTNAME= cucumber-tag-expressions-8.1.0
44
CATEGORIES= devel
55

66
MAINTAINER= pkgsrc-users@NetBSD.org
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
@comment $NetBSD: PLIST,v 1.3 2024/02/04 16:39:48 taca Exp $
1+
@comment $NetBSD: PLIST,v 1.4 2026/02/03 14:56:52 taca Exp $
22
${GEM_HOME}/cache/${GEM_NAME}.gem
3+
${GEM_LIBDIR}/LICENSE
34
${GEM_LIBDIR}/README.md
45
${GEM_LIBDIR}/lib/cucumber/tag_expressions.rb
56
${GEM_LIBDIR}/lib/cucumber/tag_expressions/expressions.rb
67
${GEM_LIBDIR}/lib/cucumber/tag_expressions/parser.rb
7-
${GEM_LIBDIR}/spec/errors_spec.rb
8-
${GEM_LIBDIR}/spec/evaluations_spec.rb
9-
${GEM_LIBDIR}/spec/parsing_spec.rb
10-
${GEM_LIBDIR}/spec/spec_helper.rb
118
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.8 2024/02/04 16:39:48 taca Exp $
1+
$NetBSD: distinfo,v 1.9 2026/02/03 14:56:52 taca Exp $
22

3-
BLAKE2s (cucumber-tag-expressions-6.1.0.gem) = 87ae234113ada249cfa34d32483d2048308c9c3fb4c124f992a174ceb3eb905d
4-
SHA512 (cucumber-tag-expressions-6.1.0.gem) = c165ef24fc6b4b46699dae1703d0106b27be0d48bec810f2c8d7e7c15405d0847752b49fd25f980b8e358a39f050d45e7deb1c3207741e4a436a1929719057ee
5-
Size (cucumber-tag-expressions-6.1.0.gem) = 6656 bytes
3+
BLAKE2s (cucumber-tag-expressions-8.1.0.gem) = b20b40c2298307455a9468cf886fb0adb5e08714269f904699b7dfdb1bc33120
4+
SHA512 (cucumber-tag-expressions-8.1.0.gem) = fffadd3aabe7dce3973ba0cc778ae77eb1157c127a874e982f08d8293f06a50dc6ecf91f7a171db82cd2eeadd3cbf6660c6ea350634e2a72b749b388f80f552d
5+
Size (cucumber-tag-expressions-8.1.0.gem) = 6656 bytes

0 commit comments

Comments
 (0)