2023-12-17 18:29:24 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
devel/ruby-cucumber-wire: update to 7.0.0
7.0.0 (2023-11-10)
Changed
* Minimum ruby version is now 2.6 (#68)
* Compatibility with cucumber versions up to cucumber 9.x now added (#68)
Fixed
* Fixed up some basic style incompatibilities with old rspec tests (#68)
|
2022-02-12 13:25:18 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-cucumber-wire: update to 6.2.1
6.2.1 (2022-01-07)
Fixed
* Fix usage with message-related formatters like the html formatter
(PR#57 Issue#56)
* Removed dependency to cucumber-messages
|
2021-11-23 15:11:51 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-cucumber-wire: update to 6.2.0
6.2.0 (2021-10-12)
Changed
* Patched cucumber-core, cucumber-expressions and cucumber-messages
|
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-05-23 11:47:07 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-cucumber-wire: update to 5.0.1
5.0.1 (2021-05-18)
Dependencies
* Updated cucumber-core ~> 9.0.1
5.0.0 (2021-04-14)
Changed
* Update from cucumber-expressions 10 to 12 introduces significant
underlying changes in how step definitions are matched. This should be
backward compatible but there is a risk of regressions.
Dependencies
* Updated dependencies (look at the diff for details)
|
2020-09-13 17:41:16 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-cucumber-wire: update to 4.0.1
Update ruby-cucumber-wire to 4.0.1.
## [4.0.1](https://github.com/cucumber/cucumber-ruby-wire/compare/v4.0.0...v4.0.1)
### Dependencies
* Updated dependencies (look at the diff for details)
## [4.0.0](https://github.com/cucumber/cucumber-ruby-wire/compare/v3.1.0...v4.0.0)
* Release failed
## [3.1.0](https://github.com/cucumber/cucumber-ruby-wire/compare/v3.0.0...v3.1.0)
### Changed
* Updated gems:
* `cucumber-core` ~> 7.1.0
* `cucumber-messages` ~> 12.2.0
|
2020-04-27 07:09:02 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-cucumber-wire: update to 3.0.0
Update ruby-cucumber-wire to 3.0.0.
3.0.0 (2020-04-24)
Changed
* Use cucumber-ruby-core 7.0.0
* Updated monorepo libraries:
- cucumber-cucumber-expressions ~> 10
- cucumber-messages ~> 12
|
2020-03-23 16:33:40 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-cucumber-wire: update to 2.0.1
Update ruby-cucumber-wire to 2.0.1.
## [In GIT](https://github.com/cucumber/cucumber-ruby-wire/compare/v2.0.0...v2.0.1)
### Removed
* Replace use of `MultiJSON` to use native JSON gem
|
2020-03-15 18:34:44 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/ruby-cucumber-wire: update to 2.0.0
Update ruby-cucumber-wire to 2.0.0.
## [2.0.0](https://github.com/cucumber/cucumber-ruby-wire/compare/v1.2.0...v2.0.0)
### Changed
* Use `cucumber-ruby-core` 6.0.0
## [1.2.0](https://github.com/cucumber/cucumber-ruby-wire/compare/v1.1.0...v1.2.0)
### Removed
* Multiline arguments do not need `Location` anymore
### Added
* Use `Cucumber:Messages::IdGenerator::UUID` to provide ids for `Hooks`
|