SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.5-rubygem-whenever-1.0.0-1.5.x86_64.rpm :

* Fri Jul 19 2019 cooloAATTsuse.com- updated to version 1.0.0 see installed CHANGELOG.md
* Sun May 05 2019 cooloAATTsuse.com- 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]
* Sat Jul 20 2013 cooloAATTsuse.com- updated to version 0.8.3
* Improve Cap rollback logic. [Jeroen Jacobs]
* Allow configuration of the environment variable. [andfx]
* Output option can be a callable Proc. [Li Xiao]
* Sun Jan 20 2013 cooloAATTsuse.com- updated to version 0.8.2
* Fix Capistrano host options. [Igor Yamolov, Wes Morgan]
* Improve JRuby test support. [Igor Yamolov]
* Use correct release path in Cap task. [Wes Morgan]
* Sat Dec 22 2012 cooloAATTsuse.com- updated to version 0.8.1
* Fix multiserver roles bug. [Wes Morgan]
* Refactor Cap recipes and add tests for them. [Wes Morgan]
* Fix file not found error when running under JRuby. [Wes Morgan]
* Stop interpolating template attributes with no corresponding value. [Vincent Boisard]
* Support for raw cron separated by tabs. [Étienne Barrié]
* Thu Nov 15 2012 cooloAATTsuse.com- updated to version 0.8.0
* Time zone support
* Separate Capistrano recipes to allow custom execution. [Bogdan Gusiev]
* Execute `whenever:update_crontab` before `deploy:finalize_update`, not `deploy:restart`. [Michal Wrobel]
* Added a new `script` job type. [Ján Suchal]
* Use correct path in Cap task. [Alex Dean]
* Fix that setup.rb and schedule.rb were eval\'d together. [Niklas H]
* New Capistrano roles feature. [Wes Morgan]
* Stop clearing the crontab during a deploy. [Javan Makhmali]
* Bump Chronic gem dependency. [rainchen]
* Mon Jun 14 2010 mrueckertAATTsuse.de- update to version 0.4.2
* runners now cd into the app\'s directory and then execute. [Michael Guterl]
* Fix STDERR output redirection to file to append instead of overwrite. [weplay]
* Move require of tempfile lib to file that actually uses it. [Finn Smith]
* bugfix: comparison Time with 0 failed. #32 [Dan Hixon]
* Fri Jun 11 2010 mrueckertAATTsuse.de- use rubygems_requires macro
* Thu Jan 07 2010 prusnakAATTsuse.cz- created package
 
ICM