Changelog for
ruby2.1-rubygem-whenever-doc-0.9.7-1.2.x86_64.rpm :
Wed Jun 29 14:00:00 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 14:00:00 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 8 13:00:00 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 14:00:00 2014 cooloAATTsuse.com
- adapt to new rubygem packaging
Tue Mar 18 13:00:00 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 13:00:00 2013 cooloAATTsuse.com
- updated to version 0.9.0
* Capistrano V3 support. [Philip Hallstrom]
* Process params in job templates. [Austin Ziegler]
Tue Jul 30 14:00:00 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 14:00:00 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 13:00:00 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 13:00:00 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 13:00:00 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 14:00:00 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 14:00:00 2010 mrueckertAATTsuse.de
- use rubygems_requires macro
Thu Jan 7 13:00:00 2010 prusnakAATTsuse.cz
- created package