Path to this page:
./
devel/ruby-cucumber-tag-expressions,
Cucumber Tag Expressions for Ruby
Branch: CURRENT,
Version: 6.1.0,
Package name: ruby31-cucumber-tag-expressions-6.1.0,
Maintainer: pkgsrc-usersCucumber Tag Expressions for Ruby
Master sites:
Filesize: 6.5 KB
Version history: (Expand)
- (2024-02-04) Updated to version: ruby31-cucumber-tag-expressions-6.1.0
- (2023-12-17) Updated to version: ruby31-cucumber-tag-expressions-6.0.0
- (2021-11-23) Updated to version: ruby27-cucumber-tag-expressions-4.1.0
- (2021-09-19) Updated to version: ruby27-cucumber-tag-expressions-3.0.1
- (2021-09-18) Updated to version: ruby27-cucumber-tag-expressions-4.0.2
- (2021-05-23) Package added to pkgsrc.se, version ruby26-cucumber-tag-expressions-3.0.1 (created)
CVS history: (Expand)
2024-02-04 17:39:48 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-cucumber-tag-expressions: update to 6.1.0
6.1.0 (2024-01-10)
Added
* [Python] Support the feature of escaping also in Python (#144)
Fixed
* [Python] Added workflow to release to Pypi (#145, #146, #20)
* [Ruby] Fixed up around 75% of all rubocop offenses (#138)
|
2023-12-17 18:27:32 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-cucumber-tag-expressions: update to 6.0.0
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)
|
2021-11-23 15:07:30 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-cucumber-tag-expressions: update to 4.1.0
4.1.0 (2021-10-08)
Added
* [Perl] Add new implementation (#1782 ehuelsmann)
Fixed
* [Go], [JavaScript], [Java], [Ruby] Support backslash-escape in tag
expressions (#1778 yusuke-noda)
4.0.2 (2021-09-13)
Fixed
* [Python] Remove call to deprecated 2to3 library causing pip install to
fail (#1736 krisgesling)
4.0.0 (2021-09-02)
Changed
* [Go] Move module paths to point to monorepo (#1550)
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-09-19 03:32:13 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-cucumber-tag-expressions: revert to 3.0.1
Revert to 3.0.1 from previous update of 4.0.2 since ruby-cucumber-core
require ruby-cucumber-tag-expressions < 4.
|
2021-09-18 17:12:51 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-cucumber-tag-expressions: update to 4.0.2
4.0.0 (2021-09-02)
* use new berp for all platforms
* Use canned berp recipes for all platforms
* make grammar file location configurable
* Rename master to main #1507
4.0.2 (2021-09-13)
* No change except version
|
2021-05-23 11:41:47 by Takahiro Kambe | Files touched by this commit (4) | |
Log message:
devel/ruby-cucumber-tag-expressions: add package version 3.0.1
Rename devel/ruby-cucumber-tag_expressions to
ruby-cucumber-tag-expressions and update to 3.0.1.
3.0.1 - 2021-03-31
Fixed
* Previous release 3.0.0 did not publish to npm for some reason.
Re-releasing.
3.0.0 - 2020-06-11
Added
* [Java] Enable consumers to find our version at runtime using
clazz.getPackage().getImplementationVersion() by upgrading to
cucumber-parent:2.1.0 (#976 aslakhellesoy)
Changed
* [Java] Updated TagExpressionParser to use a static method to parse a tag
expression and return an Expression object to the user.
* [Java] Reduced public API to the bare minimum required.
* [Java] Added more informative error messages for TagExpressionParser
through the TagExpressionException. (#1005 [cyocum])
2.0.4 - 2020-01-10
Changed
* [JavaScript] changed module name to @cucumber/tag-expressions
2.0.3 - 2019-12-10
Changed
* [Java] Upgrades to cucumber-parent:2.0.2
* [Ruby] Renamed gem to tag-expressions
Removed
* [Ruby] Removed tag-expressions executable
|