Skip to content

Commit

Permalink
devel/ruby-cucumber-expressions: update to 14.0.0
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 116 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-cucumber-expressions/Makefile
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= pkgsrc-users@NetBSD.org
Expand Down
111 changes: 1 addition & 110 deletions devel/ruby-cucumber-expressions/PLIST
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
@comment $NetBSD: PLIST,v 1.5 2021/05/23 09:33:50 taca Exp $
@comment $NetBSD: PLIST,v 1.6 2021/11/23 14:01:09 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.github/ISSUE_TEMPLATE.md
${GEM_LIBDIR}/.github/PULL_REQUEST_TEMPLATE.md
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.rsync
${GEM_LIBDIR}/.subrepo
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/Makefile
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/VERSION
${GEM_LIBDIR}/cucumber-cucumber-expressions.gemspec
${GEM_LIBDIR}/default.mk
${GEM_LIBDIR}/examples.txt
${GEM_LIBDIR}/lib/cucumber/cucumber_expressions/argument.rb
${GEM_LIBDIR}/lib/cucumber/cucumber_expressions/ast.rb
${GEM_LIBDIR}/lib/cucumber/cucumber_expressions/combinatorial_generated_expression_factory.rb
Expand All @@ -40,111 +33,9 @@ ${GEM_LIBDIR}/spec/cucumber/cucumber_expressions/cucumber_expression_parser_spec
${GEM_LIBDIR}/spec/cucumber/cucumber_expressions/cucumber_expression_spec.rb
${GEM_LIBDIR}/spec/cucumber/cucumber_expressions/cucumber_expression_tokenizer_spec.rb
${GEM_LIBDIR}/spec/cucumber/cucumber_expressions/custom_parameter_type_spec.rb
${GEM_LIBDIR}/spec/cucumber/cucumber_expressions/expression_examples_spec.rb
${GEM_LIBDIR}/spec/cucumber/cucumber_expressions/expression_factory_spec.rb
${GEM_LIBDIR}/spec/cucumber/cucumber_expressions/parameter_type_registry_spec.rb
${GEM_LIBDIR}/spec/cucumber/cucumber_expressions/parameter_type_spec.rb
${GEM_LIBDIR}/spec/cucumber/cucumber_expressions/regular_expression_spec.rb
${GEM_LIBDIR}/spec/cucumber/cucumber_expressions/tree_regexp_spec.rb
${GEM_LIBDIR}/testdata/ast/alternation-followed-by-optional.yaml
${GEM_LIBDIR}/testdata/ast/alternation-phrase.yaml
${GEM_LIBDIR}/testdata/ast/alternation-with-parameter.yaml
${GEM_LIBDIR}/testdata/ast/alternation-with-unused-end-optional.yaml
${GEM_LIBDIR}/testdata/ast/alternation-with-unused-start-optional.yaml
${GEM_LIBDIR}/testdata/ast/alternation-with-white-space.yaml
${GEM_LIBDIR}/testdata/ast/alternation.yaml
${GEM_LIBDIR}/testdata/ast/anonymous-parameter.yaml
${GEM_LIBDIR}/testdata/ast/closing-brace.yaml
${GEM_LIBDIR}/testdata/ast/closing-parenthesis.yaml
${GEM_LIBDIR}/testdata/ast/empty-alternation.yaml
${GEM_LIBDIR}/testdata/ast/empty-alternations.yaml
${GEM_LIBDIR}/testdata/ast/empty-string.yaml
${GEM_LIBDIR}/testdata/ast/escaped-alternation.yaml
${GEM_LIBDIR}/testdata/ast/escaped-backslash.yaml
${GEM_LIBDIR}/testdata/ast/escaped-opening-parenthesis.yaml
${GEM_LIBDIR}/testdata/ast/escaped-optional-followed-by-optional.yaml
${GEM_LIBDIR}/testdata/ast/escaped-optional-phrase.yaml
${GEM_LIBDIR}/testdata/ast/escaped-optional.yaml
${GEM_LIBDIR}/testdata/ast/opening-brace.yaml
${GEM_LIBDIR}/testdata/ast/opening-parenthesis.yaml
${GEM_LIBDIR}/testdata/ast/optional-containing-nested-optional.yaml
${GEM_LIBDIR}/testdata/ast/optional-phrase.yaml
${GEM_LIBDIR}/testdata/ast/optional.yaml
${GEM_LIBDIR}/testdata/ast/parameter.yaml
${GEM_LIBDIR}/testdata/ast/phrase.yaml
${GEM_LIBDIR}/testdata/ast/unfinished-parameter.yaml
${GEM_LIBDIR}/testdata/expression/allows-escaped-optional-parameter-types.yaml
${GEM_LIBDIR}/testdata/expression/allows-parameter-type-in-alternation-1.yaml
${GEM_LIBDIR}/testdata/expression/allows-parameter-type-in-alternation-2.yaml
${GEM_LIBDIR}/testdata/expression/does-allow-parameter-adjacent-to-alternation.yaml
${GEM_LIBDIR}/testdata/expression/does-not-allow-alternation-in-optional.yaml
${GEM_LIBDIR}/testdata/expression/does-not-allow-alternation-with-empty-alternative-by-adjacent-left-parameter.yaml
${GEM_LIBDIR}/testdata/expression/does-not-allow-alternation-with-empty-alternative-by-adjacent-optional.yaml
${GEM_LIBDIR}/testdata/expression/does-not-allow-alternation-with-empty-alternative-by-adjacent-right-parameter.yaml
${GEM_LIBDIR}/testdata/expression/does-not-allow-alternation-with-empty-alternative.yaml
${GEM_LIBDIR}/testdata/expression/does-not-allow-empty-optional.yaml
${GEM_LIBDIR}/testdata/expression/does-not-allow-nested-optional.yaml
${GEM_LIBDIR}/testdata/expression/does-not-allow-optional-parameter-types.yaml
${GEM_LIBDIR}/testdata/expression/does-not-allow-parameter-name-with-reserved-characters.yaml
${GEM_LIBDIR}/testdata/expression/does-not-allow-unfinished-parenthesis-1.yaml
${GEM_LIBDIR}/testdata/expression/does-not-allow-unfinished-parenthesis-2.yaml
${GEM_LIBDIR}/testdata/expression/does-not-allow-unfinished-parenthesis-3.yaml
${GEM_LIBDIR}/testdata/expression/does-not-match-misquoted-string.yaml
${GEM_LIBDIR}/testdata/expression/doesnt-match-float-as-int.yaml
${GEM_LIBDIR}/testdata/expression/matches-alternation.yaml
${GEM_LIBDIR}/testdata/expression/matches-anonymous-parameter-type.yaml
${GEM_LIBDIR}/testdata/expression/matches-double-quoted-empty-string-as-empty-string-along-with-other-strings.yaml
${GEM_LIBDIR}/testdata/expression/matches-double-quoted-empty-string-as-empty-string.yaml
${GEM_LIBDIR}/testdata/expression/matches-double-quoted-string-with-escaped-double-quote.yaml
${GEM_LIBDIR}/testdata/expression/matches-double-quoted-string-with-single-quotes.yaml
${GEM_LIBDIR}/testdata/expression/matches-double-quoted-string.yaml
${GEM_LIBDIR}/testdata/expression/matches-doubly-escaped-parenthesis.yaml
${GEM_LIBDIR}/testdata/expression/matches-doubly-escaped-slash-1.yaml
${GEM_LIBDIR}/testdata/expression/matches-doubly-escaped-slash-2.yaml
${GEM_LIBDIR}/testdata/expression/matches-escaped-parenthesis-1.yaml
${GEM_LIBDIR}/testdata/expression/matches-escaped-parenthesis-2.yaml
${GEM_LIBDIR}/testdata/expression/matches-escaped-parenthesis-3.yaml
${GEM_LIBDIR}/testdata/expression/matches-escaped-slash.yaml
${GEM_LIBDIR}/testdata/expression/matches-float-1.yaml
${GEM_LIBDIR}/testdata/expression/matches-float-2.yaml
${GEM_LIBDIR}/testdata/expression/matches-int.yaml
${GEM_LIBDIR}/testdata/expression/matches-multiple-double-quoted-strings.yaml
${GEM_LIBDIR}/testdata/expression/matches-multiple-single-quoted-strings.yaml
${GEM_LIBDIR}/testdata/expression/matches-optional-before-alternation-1.yaml
${GEM_LIBDIR}/testdata/expression/matches-optional-before-alternation-2.yaml
${GEM_LIBDIR}/testdata/expression/matches-optional-before-alternation-with-regex-characters-1.yaml
${GEM_LIBDIR}/testdata/expression/matches-optional-before-alternation-with-regex-characters-2.yaml
${GEM_LIBDIR}/testdata/expression/matches-optional-in-alternation-1.yaml
${GEM_LIBDIR}/testdata/expression/matches-optional-in-alternation-2.yaml
${GEM_LIBDIR}/testdata/expression/matches-optional-in-alternation-3.yaml
${GEM_LIBDIR}/testdata/expression/matches-single-quoted-empty-string-as-empty-string-along-with-other-strings.yaml
${GEM_LIBDIR}/testdata/expression/matches-single-quoted-empty-string-as-empty-string.yaml
${GEM_LIBDIR}/testdata/expression/matches-single-quoted-string-with-double-quotes.yaml
${GEM_LIBDIR}/testdata/expression/matches-single-quoted-string-with-escaped-single-quote.yaml
${GEM_LIBDIR}/testdata/expression/matches-single-quoted-string.yaml
${GEM_LIBDIR}/testdata/expression/matches-word.yaml
${GEM_LIBDIR}/testdata/expression/throws-unknown-parameter-type.yaml
${GEM_LIBDIR}/testdata/regex/alternation-with-optional.yaml
${GEM_LIBDIR}/testdata/regex/alternation.yaml
${GEM_LIBDIR}/testdata/regex/empty.yaml
${GEM_LIBDIR}/testdata/regex/escape-regex-characters.yaml
${GEM_LIBDIR}/testdata/regex/optional.yaml
${GEM_LIBDIR}/testdata/regex/parameter.yaml
${GEM_LIBDIR}/testdata/regex/text.yaml
${GEM_LIBDIR}/testdata/regex/unicode.yaml
${GEM_LIBDIR}/testdata/tokens/alternation-phrase.yaml
${GEM_LIBDIR}/testdata/tokens/alternation.yaml
${GEM_LIBDIR}/testdata/tokens/empty-string.yaml
${GEM_LIBDIR}/testdata/tokens/escape-non-reserved-character.yaml
${GEM_LIBDIR}/testdata/tokens/escaped-alternation.yaml
${GEM_LIBDIR}/testdata/tokens/escaped-char-has-start-index-of-text-token.yaml
${GEM_LIBDIR}/testdata/tokens/escaped-end-of-line.yaml
${GEM_LIBDIR}/testdata/tokens/escaped-optional.yaml
${GEM_LIBDIR}/testdata/tokens/escaped-parameter.yaml
${GEM_LIBDIR}/testdata/tokens/escaped-space.yaml
${GEM_LIBDIR}/testdata/tokens/optional-phrase.yaml
${GEM_LIBDIR}/testdata/tokens/optional.yaml
${GEM_LIBDIR}/testdata/tokens/parameter-phrase.yaml
${GEM_LIBDIR}/testdata/tokens/parameter.yaml
${GEM_LIBDIR}/testdata/tokens/phrase.yaml
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
8 changes: 4 additions & 4 deletions devel/ruby-cucumber-expressions/distinfo
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

0 comments on commit 63143e5

Please sign in to comment.