lib/fugit/cron.rb in fugit-1.3.4 vs lib/fugit/cron.rb in fugit-1.3.5
- old
+ new
@@ -9,9 +9,10 @@
'@annually' => '0 0 1 1 *',
'@monthly' => '0 0 1 * *',
'@weekly' => '0 0 * * 0',
'@daily' => '0 0 * * *',
'@midnight' => '0 0 * * *',
+ '@noon' => '0 12 * * *',
'@hourly' => '0 * * * *' }
MAXDAYS = [
nil, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 ]
attr_reader(