Changelog for
ruby2.5-rubygem-rantly-2.0.0-1.36.x86_64.rpm :
* Mon Jan 14 2019 cooloAATTsuse.com- updated to version 2.0.0 see installed CHANGELOG.md [#]# [Master](https://github.com/rantly-rb/rantly/compare/2.0.0...master) (unreleased) [#]## New features [#]## Bug fixes [#]## Changes [#]# [2.0.0](https://github.com/rantly-rb/rantly/compare/1.2.0...2.0.0) - 2019-01-08 [#]## New features - Add support for float ranges to `range` generator - [Issue #60](https://github.com/rantly-rb/rantly/issues/60) - thanks [Trevor Brown][Trevor Brown] [#]## Bug fixes - `range` generator returns `nil` for invalid ranges - [Issue #60](https://github.com/rantly-rb/rantly/issues/60) - thanks [Ana María Martínez Gómez][Ana María Martínez Gómez] - `choose` generator returns `nil` when no values are given - thanks [Ana María Martínez Gómez][Ana María Martínez Gómez] [#]## Changes - Only support for Ruby >= 2.4 and JRuby >= 9.2 - [Issue #42](https://github.com/rantly-rb/rantly/issues/42) and [issue #37](https://github.com/rantly-rb/rantly/issues/37) - Do not render all shrinking levels, only the failing case and the minimal failed data. - thanks [Ana María Martínez Gómez][Ana María Martínez Gómez] - Improve failure/success messages - thanks [Ana María Martínez Gómez][Ana María Martínez Gómez]
* Wed Sep 05 2018 cooloAATTsuse.com- updated to version 1.2.0 see installed CHANGELOG.md [#]# [1.2.0](https://github.com/abargnesi/rantly/compare/1.1.0...1.2.0) - 2018-08-29 [#]## New features - Allow to generate floats using Gaussian distribution - [Issue #29](https://github.com/rantly-rb/rantly/issues/29) - thanks [Ana María Martínez Gómez][Ana María Martínez Gómez] and [Víctor Gallego][Víctor Gallego] [#]## Bug fixes - `NoMethodError` - undefined method `retry?` - when a test using `dict` fails - [Issue #39](https://github.com/rantly-rb/rantly/issues/39) - thanks [Ana María Martínez Gómez][Ana María Martínez Gómez] [#]## Changes - Correct typo in _Too many tries_ message - thanks [Ana María Martínez Gómez][Ana María Martínez Gómez]
* Fri Apr 21 2017 ammartinezAATTsuse.com- Update to Rantly 1.1.0 This version of Rantly includes two improvements:- Include failed example and number of example run in failure message.- Improve run-time for generation of strings. Remove `failure_example.patch` as it is included in the new version.
* Wed Feb 01 2017 ammartinezAATTsuse.com- Patch the gem to include the failed example in case of failure in the error message used by RSpec: https://github.com/abargnesi/rantly/pull/22
* Thu Jan 12 2017 ammartinezAATTsuse.com- Add gem2rpm.yml
* Thu Jan 12 2017 bgeukenAATTsuse.com- Set MIT license via gem2rpm.yml config. That way it won\'t be overwritten when running gem2rpm in future.
* Thu Jan 12 2017 ammartinezAATTsuse.com- Add the License in the spec file
* Thu Jan 12 2017 ammartinezAATTsuse.com- Initial checkin of rantly gem, version 1.0.0