File rubygem-retriable.changes of Package rubygem-retriable
-------------------------------------------------------------------
Mon Jun 11 01:23:46 UTC 2018 - factory-auto@kulow.org
- updated to version 3.1.2
see installed CHANGELOG.md
## 3.1.2
* Replace `minitest` gem with `rspec`
* Fancier README
* Remove unnecessary short circuit in `randomize` method
-------------------------------------------------------------------
Thu Aug 3 19:37:37 UTC 2017 - coolo@suse.com
- updated to version 3.1.1
see installed CHANGELOG.md
## 3.1.1
* Fix typo in contexts exception message.
* Fix updating the version in the library.
## 3.1.0
* Added [contexts feature](https://github.com/kamui/retriable#contexts). Thanks to @apurvis.
-------------------------------------------------------------------
Tue May 23 10:16:31 UTC 2017 - coolo@suse.com
- updated to version 3.0.2
see installed CHANGELOG.md
## 3.0.2
* Add configuration and options validation.
-------------------------------------------------------------------
Sun Feb 19 05:36:39 UTC 2017 - coolo@suse.com
- updated to version 3.0.1
see installed CHANGELOG.md
## 3.0.1
* Add `rubocop` linter to enforce coding styles for this library. Also, fix rule violations.
* Removed `attr_reader :config` that caused a warning. @bruno-
* Clean up Rakefile testing cruft. @bruno-
* Use `.any?` in the `:on` hash processing. @apurvis
-------------------------------------------------------------------
Sat Jan 14 17:04:05 UTC 2017 - tampakrap@opensuse.org
- Initial package