Skip to content

Commit

Permalink
devel/ruby-cucumber-expressions: update to 17.0.1
Browse files Browse the repository at this point in the history
15.0.0 (2022-01-04)

Added
* [Ruby,JavaScript,Go] Add bigdecimal, biginteger parameter types (#42)
* [.NET] Implementation of Cucumber Expressions by porting the Java parser
  (#1743)
* [Python] Added Python Cucumber Expressions (#65)

Changed
* [Go] Parameters of type {float} are now parsed as float32 (previously it
  was float64). Use {double} if you need float64. (#42)

15.0.1 (2022-01-04)

Fixed
* Fixed release scripts

15.0.2 (2022-03-15)

Fixed
* Add missing name field in CommonJS package file (#87)

15.1.0 (2022-04-21)

Added
* [JavaScript] Add CucumberExpression.ast and expose the AST types.

15.1.1 (2022-04-21)

Fixed
* [JavaScript] Make CucumberExpression.ast public (it was accidentally
  private in 15.1.0)

15.2.0 (2022-05-24)

Added
* [JavaScript] Add ParameterInfo (#124)

Fixed
* [.NET] Fix casing in "word" parameter type constant

16.0.0 (2022-06-12)

Changed
* [JavaScript] The ParameterType constructor's regexps parameter has a new
  type: type Regexps = StringOrRegExp | readonly StringOrRegExp[]; type
  StringOrRegExp = string | RegExp.

16.0.1 (2022-11-06)

Fixed
* [JavaScript] The ParameterType constructor's transform, useForSnippets and
  preferForRegexpMatch should be optional. (#178)

16.1.0 - 2022-11-28

Added
* [Java] Enabled reproducible builds
* [JavaScript] Added ParameterType.builtin. This is to allow JSON
  serialization of only the non-builtin parameter types.

16.1.1 - 2022-12-08

Fixed
* [Java] Improve expression creation performance (#187, #189)

16.1.2 (2023-01-17)

Fixed
* [Java] Improve cucumber expression creation performance (#202)

17.0.0 (2023-10-06)

Changed
* [JavaScript] Added TypeScript source to the package (#211)
* [Ruby] Minimum supported ruby is now 2.5+ (#232)
* [Ruby] Large suite wide refactor for basic rubocop compliance (#233 #235)
* [Ruby] Expose ParameterType#transformer as a new public reader (#234)
* [Ruby] Remove ParameterType#prefer_for_regexp_match? and
  ParameterType#use_for_snippets? -> Use their standard reader equivalents
  instead (Remove the ?) (#234)

17.0.1 (2023-11-24)

Fixed
* [JavaScript] Fix import paths lacking file suffix (#243)
* [Ruby] Fixed up Layout rubocop autofixes
  • Loading branch information
taca committed Dec 17, 2023
1 parent 14b3d19 commit cb31fcd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
6 changes: 3 additions & 3 deletions devel/ruby-cucumber-expressions/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.9 2021/11/23 14:01:09 taca Exp $
# $NetBSD: Makefile,v 1.10 2023/12/17 17:21:43 taca Exp $

DISTNAME= cucumber-cucumber-expressions-14.0.0
DISTNAME= cucumber-cucumber-expressions-17.0.1
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/cucumber/cucumber-expressions-ruby
HOMEPAGE= https://github.com/cucumber/cucumber-expressions
COMMENT= Cucumber Expressions for Ruby
LICENSE= mit

Expand Down
10 changes: 4 additions & 6 deletions devel/ruby-cucumber-expressions/PLIST
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
@comment $NetBSD: PLIST,v 1.6 2021/11/23 14:01:09 taca Exp $
@comment $NetBSD: PLIST,v 1.7 2023/12/17 17:21:43 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.rubocop.yml
${GEM_LIBDIR}/.rubocop_todo.yml
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/VERSION
${GEM_LIBDIR}/cucumber-cucumber-expressions.gemspec
Expand All @@ -24,14 +23,13 @@ ${GEM_LIBDIR}/lib/cucumber/cucumber_expressions/parameter_type_matcher.rb
${GEM_LIBDIR}/lib/cucumber/cucumber_expressions/parameter_type_registry.rb
${GEM_LIBDIR}/lib/cucumber/cucumber_expressions/regular_expression.rb
${GEM_LIBDIR}/lib/cucumber/cucumber_expressions/tree_regexp.rb
${GEM_LIBDIR}/scripts/update-gemspec
${GEM_LIBDIR}/spec/capture_warnings.rb
${GEM_LIBDIR}/spec/cucumber/cucumber_expressions/argument_spec.rb
${GEM_LIBDIR}/spec/cucumber/cucumber_expressions/combinatorial_generated_expression_factory_test.rb
${GEM_LIBDIR}/spec/cucumber/cucumber_expressions/cucumber_expression_generator_spec.rb
${GEM_LIBDIR}/spec/cucumber/cucumber_expressions/cucumber_expression_parser_spec.rb
${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/cucumber_expression_transformation_spec.rb
${GEM_LIBDIR}/spec/cucumber/cucumber_expressions/custom_parameter_type_spec.rb
${GEM_LIBDIR}/spec/cucumber/cucumber_expressions/expression_factory_spec.rb
${GEM_LIBDIR}/spec/cucumber/cucumber_expressions/parameter_type_registry_spec.rb
Expand Down
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.11 2021/11/23 14:01:09 taca Exp $
$NetBSD: distinfo,v 1.12 2023/12/17 17:21:43 taca Exp $

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
BLAKE2s (cucumber-cucumber-expressions-17.0.1.gem) = 56649fa523d084ba9f843495e98b799bee581f8415f2644e302eb4d810bbf673
SHA512 (cucumber-cucumber-expressions-17.0.1.gem) = 6b89a4aad515cd4894859a549037ac9ea25c470c26106680bd825595e497883177944da7ec35f4f2e8e2c0cd872808ba0ef93133c91e8e889589db96251f74f6
Size (cucumber-cucumber-expressions-17.0.1.gem) = 25088 bytes

0 comments on commit cb31fcd

Please sign in to comment.