Changelog for
ruby3.1-rubygem-whenever-1.0.0-1.94.i586.rpm :
* Fri Jul 19 2019 Stephan Kulow
- updated to version 1.0.0 see installed CHANGELOG.md
* Sun May 05 2019 Stephan Kulow - updated to version 0.11.0 see installed CHANGELOG.md [#]## 0.11.0 / April 23, 2019
* Add support for mapping Range objects to cron range syntax [Tim Craft](https://github.com/javan/whenever/pull/725)
* Bugfix: Avoid modifying Capistrano `default_env` when setting the whenever environment. [ta1kt0me](https://github.com/javan/whenever/pull/728)
* Enable to execute whenever\'s task independently without setting :release_path or :whenever_path [ta1kt0me](https://github.com/javan/whenever/pull/729)
* Make error message clearer when parsing cron syntax fails due to a trailing space [ignisf](https://github.com/javan/whenever/pull/744)
* Tue Feb 27 2018 factory-autoAATTkulow.org- updated to version 0.10.0 see installed CHANGELOG.md [#]## 0.10.0 / November 19, 2017
* Modify wheneverize to allow for the creating of \'config\' directory when not present
* Add --crontab-command to whenever binary for overriding the crontab command. [Martin Grandrath]
* Allow setting the path within which Capistrano will execute whenever. [Samuel Johnson](https://github.com/javan/whenever/pull/619)
* Allow the use of string literals for month and day-of-week in raw cron syntax.. [Potamianos Gregory](https://github.com/javan/whenever/pull/711)
* Include Capistrano default environment variables when executing Whenever. [Karl Li](https://github.com/javan/whenever/pull/719)
* Allow configuring an alternative schedule file in Capistrano. [Shinichi Okamoto](https://github.com/javan/whenever/pull/666)
* Wed Jun 29 2016 cooloAATTsuse.com- updated to version 0.9.7 see installed CHANGELOG.md [#]## 0.9.7 / June 14, 2016
* Restore compatibility with Capistrano v3; it has a bug which we have to work around [Ben Langfeld, Chris Gunther, Shohei Yamasaki]
* Tue Jun 14 2016 cooloAATTsuse.com- updated to version 0.9.6 see installed CHANGELOG.md [#]## develop [#]## 0.9.6 / June 13, 2016
* Bypass symlinks when loading Capistrano v3 code, since these symlinks don\'t work in recent gem releases [Justin Ramos] [#]## 0.9.5 / June 12, 2016
* Improve documentation [Ben Langfeld, Spencer Fry]
* Properly support Solaris / SmartOS [Steven Williamson]
* Drop support for Ruby < 1.9.3. Test newer Ruby versions. [Javan Makhmali, Bartłomiej Kozal]
* Suport Ruby 2.3.0 and Rails 4 [Vincent Boisard]
* Set `RAILS_ENV` correctly in schedule when writing crontab from Capistrano [Ben Langfeld, Lorenzo Manacorda]
* Minor refactoring, avoidance of Ruby warnings, etc [Ben Langfeld, DV Dasari]
* Correctly pass through date expressions (e.g. `1.day`) inside job definitions [Rafael Sales]
* Prevent writing invalid cron strings [Danny Fallon, Ben Langfeld]
* Execute runner with `bundle exec` to ensure presence of app dependencies [Judith Roth]
* Sun Feb 08 2015 cooloAATTsuse.com- updated to version 0.9.4
* Fix duplicated command line arguments when deploying to multiple servers with Cap 3. [betesh]
* Set `whenever_environment` to the current stage before defaulting to production in Cap 3 tasks. [Karthik T] [#]## 0.9.3 / October 5, 2014
* Drop ActiveSupport dependency [James Healy, Javan Makhmali]
* Drop shoulda for tests
* Fix `whenever:clear_crontab` Cap 3 task [Javan Makhmali]
* Avoid using tempfiles [ahoward]
* Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging
* Tue Mar 18 2014 cooloAATTsuse.com- updated to version 0.9.2
* Fix issues generating arguments for `execute` in Capistrano 3 tasks. [Javan Makhmali]
* Pass `--roles` option to `whenever` in Capistrano 3 tasks. [betesh, Javan Makhmali]
* Allow setting `:whenever_command` for Capistrano 3. [Javan Makhmali]
* Allow `:whenever` command to be mapped in SSHKit. [Javan Makhmali]
* Fri Dec 20 2013 cooloAATTsuse.com- updated to version 0.9.0
* Capistrano V3 support. [Philip Hallstrom]
* Process params in job templates. [Austin Ziegler]
* Tue Jul 30 2013 cooloAATTsuse.com- updated to version 0.8.4
* Don\'t require schedule file when clearing. [Javan Makhmali]
* Use bin/rails when available. [Javan Makhmali]