Changelog History
Page 4
-
v0.4.1 Changes
November 30, 2009π exit(0) instead of just exit to make JRuby happy. [Elan Meng]
π Fixed activesupport deprecation warning by requiring active_support. #37 [Andrew Nesbitt]
-
v0.4.0 Changes
October 20, 2009π New output option replaces the old cron_log option for output redirection and is much more flexible. #31 [Peer Allan]
π Reorganized the lib files (http://weblog.rubyonrails.org/2009/9/1/gem-packaging-best-practices) and switched to Jeweler from Echoe.
-
v0.3.7 Changes
September 04, 2009- π· No longer tries (and fails) to combine @shortcut jobs. #20 [Javan Makhmali]
-
v0.3.6 Changes
June 15, 2009- Setting a PATH in the crontab automatically based on the user's PATH. [Javan Makhmali]
-
v0.3.5 Changes
June 13, 2009β Added ability to accept lists of every's and at's and intelligently group them. (ex: every 'monday, wednesday', :at => ['3pm', '6am']). [Sam Ruby]
π Fixed issue with new lines. #18 [Javan Makhmali]
-
v0.3.1 Changes
June 25, 2009β Removed activesupport gem dependency. #1 [Javan Makhmali]
π Switched to numeric days of the week for Solaris support (and probably others). #8 [Roger ErtesvΓ₯g]
-
v0.3.0 Changes
June 02, 2009- β Added ability to set variables on the fly from the command line (ex: whenever --set environment=staging). [Javan Makhmali]
-
v0.2.2 Changes
April 30, 2009π· Days of week jobs can now accept an :at directive (ex: every :monday, :at => '5pm'). [David Eisinger]
π Fixed command line test so it runs without a config/schedule.rb present. [Javan Makhmali]
π» Raising an exception if someone tries to specify an :at with a cron shortcut (:day, :reboot, etc) so there are no false hopes. [Javan Makhmali]
-
v0.1.7 Changes
March 05, 2009- β Added ability to update the crontab file non-destuctively instead of only overwriting it. [Javan Makhmali -- Inspired by code submitted individually from: Tien Dung (tiendung), Tom Lea (cwninja), Kyle Maxwell (fizx), and Andrew Timberlake (andrewtimberlake) on github]
-
v0.1.5 Changes
February 19, 2009- π Fixed load path so Whenever's files don't conflict with anything in Rails. Thanks Ryan Koopmans. [Javan Makhmali]