Changelog for
ruby3.2-rubygem-aruba-2.2.0-1.17.x86_64.rpm :
* Tue Nov 14 2023 Dan Čermák
- New upstream release 2.2.0, see bundled CHANGELOG.md
* Thu Aug 04 2022 Stephan Kulow updated to version 2.1.0 see installed CHANGELOG.md [#]# [2.1.0] / 2022-05-20
* Support Cucumber 8 ([#870] by [mvz] with [dependabot])
* Thu Apr 28 2022 Stephan Kulow updated to version 2.0.1 see installed CHANGELOG.md [#]# [2.0.1] / 2022-04-22
* Various cleanups of internal APIs ([#838] by [mvz])
* Make objects not pretend to be nil ([#843] by [mvz])
* Remove experimental variables replacement feature ([#846] by [mvz])
* Support Ruby 3.1 ([#850] by [mvz])
* Fix steps that wait for output from commands ([#856] by [mvz])
* Ensure `Gem.win_platform?` is available ([#858] by [mvz])
* Support JRuby 9.3 ([#867] by [mvz])
* Tue Jan 25 2022 Stephan Kulow updated to version 2.0.0 see installed CHANGELOG.md
* Thu Jun 24 2021 Stephan Kulow updated to version 1.1.2 see installed CHANGELOG.md [#]# [Unreleased] [#]# [1.1.2] / 2021-06-20
* Add Bundler as an explicit runtime dependency ([#810] by [luke-hill]) [#]# [1.1.1] / 2021-05-14
* Loosen dependency on the contracts gem ([#804] by [mvz]) [#]# [1.1.0] / 2021-04-14
* Add step and API to add whole lines to a file ([#780] by [mvz])
* Deprecate file creation when using `append_to_file` ([#781] by [mvz])
* Update dependencies to cucumber to allow working with incoming major versions ([#801] by [mattwynne])
* Wed Jan 20 2021 Stephan Kulow updated to version 1.0.4 see installed CHANGELOG.md [#]# [1.0.4] / 2021-01-04
* Update rubocop and fix new offenses (various pull requests)
* Turn off Cucumber publish warning in CI ([#737] by [olleolleolle])
* Move CI from Travis CI to GitHub Actions ([#738] by [mvz])
* Remove superfluous :each from before hooks in RSpec-related cucumber scenarios ([#748] by [mvz])
* Make disabling Bundler more robust ([#750] by [mvz])
* Officially support Ruby 3.0 ([#763] by [mvz])
* Clean up hook methods in configuration ([#751] by [mvz])
* Speed up RSpec suite ([#767] by [mvz])
* Speed up Cucumber suite ([#766] and [#771] by [mvz])
* Remove obsolete `String#strip_heredoc` monkey-patch ([#769] by [mvz])
* Simplify configuration option specification ([#772] by [mvz])
* Fri Sep 25 2020 Stephan Kulow updated to version 1.0.3 see installed CHANGELOG.md [#]# [1.0.3]
* Loosen Cucumber dependency to allow Cucumber 5.0 ([#727] by [mvz])
* Update rubocop and fix new offenses ([#719] and [#724] by [mvz])
* Rework gemspec to avoid dependency on git ([#721] by [utkarsh2102], [#725] by [mvz]) [#]# [1.0.2]
* Loosen childprocess dependency ([00cb0789](https://github.com/cucumber/aruba/commit/00cb07897c9f99e59bea630ae164cf5aa78fa76c) by [mvz]).
* Various small code cleanups ([#717] by [mvz]) [#]# [1.0.1] [#]## Bug fixes
* Allow use of Aruba with Cucumber 4 ([#715] by [mvz]) [#]## Code quality and documentation improvements
* Fix RuboCop offenses ([#693] and [#708] by [luke-hill], [#710], [#711] and [#712] by [mvz])
* Use recent Rake version in fixtures ([#709] by [mvz])
* Repair YARD annotations ([#707] by [olleolleolle])
* Thu May 07 2020 Stephan Kulow - updated to version 1.0.0 see installed CHANGELOG.md
* Mon Feb 10 2020 Stephan Kulow - updated to version 0.14.14 see installed CHANGELOG.md
* Fri Jul 19 2019 Stephan Kulow - updated to version 0.14.10 see installed CHANGELOG.md [#]# [v0.14.10]
* Backport replacement of problematic AnsiColor module with simple implementation ([#642])
* Undo preprecation of `#all_output`, `#all_stdout`, `#all_stderr` and `#in_current_directory` API methods, as well as of checking the combined output from all commands in cucumber steps ([#638])
* Warn when deprecated files `aruba/in_process` and `aruba/spawn_process` are required ([#639])
* Backport allowing decimal timeout values ([#621])
* Move deprecated cucumber steps into a separate file ([#622])
* Backport renaming of bin/cli in features ([#620])
* Improve build set for CI ([#611])
* Make JRuby before :command helper hook work on the environment the command will actually be run in ([#610], [#612])
* Reorganize spec files to match master branch ([#603])
* Reorganize feature files to match master branch ([#602])