Changelog History
Page 3
-
v0.6.8 Changes
May 24, 2011Convert most shortcuts to seconds. every :day -> every 1.day. #129 [Javan Makhmali]
👍 Allow commas in raw cron syntax. #130 [Marco Bergantin, Javan Makhmali]
⚡️ Output no update message as comments. #135 [Javan Makhmali]
💎 require 'thread' to support Rubygems >= 1.6.0. #132 [Javan Makhmali]
-
v0.6.7 Changes
March 23, 2011🛠 Fix issue with comment block being corrupted during subsequent insertion of duplicate entries to the crontab. #123 [Jeremy (@lingmann)]
✂ Removed -i from default job template. #118 [Javan Makhmali]
-
v0.6.6 Changes
March 08, 2011- 🛠 Fix unclosed identifier bug. #119 [Javan Makhmali]
-
v0.6.5 Changes
March 08, 2011Preserve whitespace at the end of crontab file. #95 [Rich Meyers]
Setting nil or blank environment variables now properly formats output. [T.J. VanSlyke]
👍 Allow raw cron sytax, added -i to bash job template, general cleanup. [Javan Makhmali]
-
v0.6.2 Changes
October 26, 2010🚚 --clear-crontab option completely removes entries. #63 [Javan Makhmali]
0️⃣ Set default :environment and :path earlier in the new setup.rb (formerly job_types/default.rb). [Javan Makhmali]
Converted README and CHANGELOG to markdown. [Javan Makhmali]
-
v0.6.1 Changes
October 20, 2010💅 Detect script/rails file and change runner to Rails 3 style if found. [Javan Makhmali]
0️⃣ Created a new :job_template system that can be applied to all commands. Wraps all in bash -l -c 'command..' by default now for better RVM support. Stopped automatically setting the PATH too. [Javan Makhmali]
➕ Added a built-in Capistrano recipe. [Javan Makhmali]
-
v0.5.3 Changes
September 24, 2010👍 Better regexes for replacing Whenever blocks in the crontab. #45 [Javan Makhmali]
⚡️ Preserving backslashes when updating existing crontab. #82 [Javan Makhmali]
-
v0.5.2 Changes
September 15, 2010👷 Quotes automatically escaped in jobs. [Jay Adkisson]
➕ Added --cut option to the command line to allow pruning of the crontab. [Peer Allan]
💎 Switched to aaronh-chronic which is ruby 1.9.2 compatible. [Aaron Hurley, Javan Makhmali]
✅ Lots of internal reorganizing; tests broken into unit and functional. [Javan Makhmali]
-
v0.5.0 Changes
June 28, 2010🆕 New job_type API for writing custom jobs. Internals use this to define command, runner, and rake. [Javan Makhmali - inspired by idlefingers (Damien)]
👷 Jobs < 1.hour can specify an :at. [gorenje]
🚚 --clear option to remove crontab entries for a specific [identifier]. [mraidel (Michael Raidel)]
-
v0.4.2 Changes
April 26, 2010⚙ 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]