Changelog for
ruby3.1-rubygem-cucumber-9.2.0-1.6.i586.rpm :
* Fri Jun 21 2024 Dan Čermák
- 9.2.0: [#]## Changed- Updated cucumber dependencies (Specifically cucumber-core) ([luke-hill](https://github.com/luke-hill))- Uncoupled a lot of dual-responsibility complexity in HTTP classes (Specifically the builders/parsers) ([#1752](https://github.com/cucumber/cucumber-ruby/pull/1750) [luke-hill](https://github.com/luke-hill)) [#]## Removed- Some legacy JRuby local testing profiles are now removed ([luke-hill](https://github.com/luke-hill))
* Mon Jan 29 2024 Dan Čermák - 9.1.2: [#]## Added [#]## Changed- Moved all CCK step definition/miscellaneous file logic from CCK gem to this repo. All logic contained in [compatibility](./compatibility) ([luke-hill](https://github.com/luke-hill))- Cleared up a few Layout/Linting cop offenses ([#1750](https://github.com/cucumber/cucumber-ruby/pull/1750) [luke-hill](https://github.com/luke-hill)) [#]## Fixed- Fix a situation whereby the step definition message will omit the parameter-type name when it cannot be inferred (This fixes an issue in cucumber-wire when passing legacy steps down the wire) ([#1746](https://github.com/cucumber/cucumber-ruby/pull/1746) [luke-hill](https://github.com/luke-hill)) [#]## Removed 9.1.1: [#]## Added [#]## Changed- Updated dependencies to slightly more permissive / up to date versions ([luke-hill](https://github.com/luke-hill))- Fixed most of the `Layout` cop offenses ([luke-hill](https://github.com/luke-hill)) [#]## Fixed [#]## Removed- The sample sinatra tests are no longer used in internal testing (This removes a bunch of superfluous dev gems) ([#1743](https://github.com/cucumber/cucumber-ruby/pull/1743) [luke-hill](https://github.com/luke-hill))- Removed all references to autotest as this is an ancient plugin that is not correctly integrated
* Tue Nov 14 2023 Dan Čermák - 9.1.0: [#]## Added [#]## Changed- First couple of passes of tidying up approximately 40% of the manual fix cops ([#1739](https://github.com/cucumber/cucumber-ruby/pull/1739) [#1740](https://github.com/cucumber/cucumber-ruby/pull/1740) [#1741](https://github.com/cucumber/cucumber-ruby/pull/1741) [#1742](https://github.com/cucumber/cucumber-ruby/pull/1742) [luke-hill](https://github.com/luke-hill))- Removed a bunch of example files / sample projects from ancient projects no longer viable ([#1740](https://github.com/cucumber/cucumber-ruby/pull/1740) [luke-hill](https://github.com/luke-hill))- When a `testStepResult` is of type `FAILED` we now pass in a new (Exception), message property ([#1738](https://github.com/cucumber/cucumber-ruby/pull/1738) [luke-hill](https://github.com/luke-hill))- `ParameterType` message now contains a new (sourceReference), property (This contains a uri string and a `Location` message -> for where the ParameterType `transformer` is located) ([#1738](https://github.com/cucumber/cucumber-ruby/pull/1738) [luke-hill](https://github.com/luke-hill))- `#attach` now can take an optional filename parameter which will rename attachments like PDF\'s ([#1738](https://github.com/cucumber/cucumber-ruby/pull/1738) [luke-hill](https://github.com/luke-hill)) [#]## Fixed- Clear up a couple of tiny \"nuances\" that hide lots of issues when running local vs remote (Primarily CCK tests should always be runnable) ([#1738](https://github.com/cucumber/cucumber-ruby/pull/1738) [luke-hill](https://github.com/luke-hill)) [#]## Removed- Removed a variety of overrides / hacks for travis CI (No longer in use) ([#1738](https://github.com/cucumber/cucumber-ruby/pull/1738) [luke-hill](https://github.com/luke-hill))- Removed some legacy rspec pending flags present since cucumber 1.x ([#1738](https://github.com/cucumber/cucumber-ruby/pull/1738) [luke-hill](https://github.com/luke-hill))
* Thu Nov 02 2023 Dan Čermák - 9.0.2: [#]## Changed- Began to tidy up (Cleared some AutoFix cops), and organise rubocop tech-debt in repo (This introduced new rubocop sub-gems) ([#1716](https://github.com/cucumber/cucumber-ruby/pull/1716) [luke-hill](https://github.com/luke-hill))- Gem update. Update rubocop gems to latest and increase minimum version of some cucumber sub-gems ([#1732](https://github.com/cucumber/cucumber-ruby/pull/1732) [luke-hill](https://github.com/luke-hill))- Rubocop update. Massively overhauled the cucumber style / rubocop expectations and began to tackle some long-standing tech-debt ([#1733](https://github.com/cucumber/cucumber-ruby/pull/1733) [luke-hill](https://github.com/luke-hill))- First couple of passes of tidying up approximately 15% of the autofix cops ([#1736](https://github.com/cucumber/cucumber-ruby/pull/1736) [#1737](https://github.com/cucumber/cucumber-ruby/pull/1737) [luke-hill](https://github.com/luke-hill)) [#]## Removed- Removed a whole bunch of miscellaneous script files that are no longer used (Either in development or usage) ([#1721](https://github.com/cucumber/cucumber-ruby/pull/1721) [luke-hill](https://github.com/luke-hill)) 9.0.1: [#]## Changed- Update dependency of a few associated cucumber sub-gems ([#1715](https://github.com/cucumber/cucumber-ruby/pull/1715) [luke-hill](https://github.com/luke-hill)) [#]## Fixed- Cucumber was unable to generate the correct `VERSION` constant ([PR#1729](https://github.com/cucumber/cucumber-ruby/pull/1729) [luke-hill](https://github.com/luke-hill)) 9.0.0: [#]## Added- Add option `--retry-total` ([#1669](https://github.com/cucumber/cucumber-ruby/pull/1669)) [#]## Changed- Update dependency cucumber-gherkin to v26 ([#1688](https://github.com/cucumber/cucumber-ruby/pull/1688))- Replace dependency [mime-types](https://rubygems.org/gems/mime-types) with [mini_mime](https://rubygems.org/gems/mini_mime) ([#1695](https://github.com/cucumber/cucumber-ruby/pull/1695)) [#]## Deprecated [#]## Fixed- Cucumber may raise NoMethodError when CUCUMBER_COLORS environment was set ([PR#1641](https://github.com/cucumber/cucumber-ruby/pull/1641/) [s2k](https://github.com/s2k)) [#]## Removed- Removed support for Ruby 2.6 and JRuby 9.3 ([PR#1699](https://github.com/cucumber/cucumber-ruby/pull/1699))
* Thu Aug 04 2022 Stephan Kulow updated to version 8.0.0 see installed CHANGELOG.md
* Tue Jan 25 2022 Stephan Kulow updated to version 7.1.0 see installed CHANGELOG.md
* Mon Jul 26 2021 Stephan Kulow updated to version 7.0.0 see installed CHANGELOG.md
* Thu Jun 24 2021 Stephan Kulow updated to version 6.1.0 see installed CHANGELOG.md
* Wed Jan 20 2021 Stephan Kulow updated to version 5.2.0 see installed CHANGELOG.md
* Fri Sep 25 2020 Stephan Kulow updated to version 5.1.2 see installed CHANGELOG.md