Skip to content

Commit

Permalink
devel/ruby-cucumber-tag-expressions: update to 6.0.0
Browse files Browse the repository at this point in the history
5.0.0 (2023-01-02)
Added
* [JavaScript] Support for EcmaScript modules (aka ESM). (#5)
* [Java] Enabled reproducible builds
Changed
* Only allow escape character \ in front of (, ), \ or whitespace. Throw
  error otherwise. (#17)
Fixed
* [Perl] Fixed missing dependency as well as new syntax in the tests
  (cucumber/tag-expressions#15 ehuelsmann)
* Document escaping. (#16, #17)
* [Ruby], [Perl] Empty expression evaluates to true
* [Go] Fix module name (#82)

5.0.1 (2023-01-03)
Fixed
* [Java] Fix scm and project urls

5.0.2 (2023-07-15)
Added
* [Python] Make tests pass against shared test data (except:
  backslash-escaped) (#18 by jenisys)
Fixed
* [All] Not.to_string() conversion has unneeded double-parenthesis if binary
  operator is contained (#94 by jenisys)

5.0.3 (2023-08-10)
Fixed
* [Perl] Fixed CPAN upload in release process (by ehuelsmann)

5.0.4 (2023-08-10)
Fixed
* [Perl] Corrected working directory for CPAN upload action (by ehuelsmann)

5.0.5 (2023-08-11)
Fixed
* [Perl] Fixed inclusion of CHANGELOG.md causing release to fail (by
  ehuelsmann)

5.0.6 (2023-08-13)
Fixed
* [Perl] Fixed test failures when running tests out-of-tree by resticting
  testdata based tests to run in development only (by ehuelsmann)

6.0.0 (2023-10-13)
Added
* [Ruby] Initial rubocop gems and basic compliance added (More work to come)
  (#133)
Changed
* [Ruby] Minimum ruby version is now bumped from 1.9 to 2.3 (#133)
Fixed
* [Perl] Include README.md and LICENSE in the release tarball (by ehuelsmann)
  • Loading branch information
taca committed Dec 17, 2023
1 parent 9a55b4f commit 09a42ee
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
6 changes: 3 additions & 3 deletions devel/ruby-cucumber-tag-expressions/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.4 2021/11/23 14:07:30 taca Exp $
# $NetBSD: Makefile,v 1.5 2023/12/17 17:27:32 taca Exp $

DISTNAME= cucumber-tag-expressions-4.1.0
DISTNAME= cucumber-tag-expressions-6.0.0
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://cucumber.io/docs/cucumber/api/\#tags
HOMEPAGE= https://github.com/cucumber/tag-expressions
COMMENT= Cucumber Tag Expressions for Ruby
LICENSE= mit

Expand Down
9 changes: 4 additions & 5 deletions devel/ruby-cucumber-tag-expressions/PLIST
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
@comment $NetBSD: PLIST,v 1.1 2021/05/23 09:41:47 taca Exp $
@comment $NetBSD: PLIST,v 1.2 2023/12/17 17:27:32 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/lib/cucumber/tag_expressions.rb
${GEM_LIBDIR}/lib/cucumber/tag_expressions/expressions.rb
${GEM_LIBDIR}/lib/cucumber/tag_expressions/parser.rb
${GEM_LIBDIR}/spec/capture_warnings.rb
${GEM_LIBDIR}/spec/expressions_spec.rb
${GEM_LIBDIR}/spec/parser_spec.rb
${GEM_LIBDIR}/spec/errors_spec.rb
${GEM_LIBDIR}/spec/evaluations_spec.rb
${GEM_LIBDIR}/spec/parsing_spec.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
8 changes: 4 additions & 4 deletions devel/ruby-cucumber-tag-expressions/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2021/11/23 14:07:30 taca Exp $
$NetBSD: distinfo,v 1.7 2023/12/17 17:27:32 taca Exp $

BLAKE2s (cucumber-tag-expressions-4.1.0.gem) = 1d713a5acc4b7dcfce7dbc47215a7ef743abe8a84063865e56fd6befbbade0c9
SHA512 (cucumber-tag-expressions-4.1.0.gem) = 15704a604496a26fa87775cf05b6998236e7903e0770782804ce8bb9e3093178d686e1bba146d1453b853f529f30220054ac33ef18ba1d45894fb1aac7fc3dab
Size (cucumber-tag-expressions-4.1.0.gem) = 8192 bytes
BLAKE2s (cucumber-tag-expressions-6.0.0.gem) = 3280bff1ffa6282987cbfceb47198f58e5b70b1ec9f7a3143046a139d9892030
SHA512 (cucumber-tag-expressions-6.0.0.gem) = db815d6e6eb9aec6aa401bef69b33b6b84a5fa3327ae94f8e60f5f2147df9dded5a2b459a94e7b60359c512ef6aac335acbd9476fdde31e2191e34466b79e3ec
Size (cucumber-tag-expressions-6.0.0.gem) = 6656 bytes

0 comments on commit 09a42ee

Please sign in to comment.