adzap / cronos

Tool for generating cron task intervals using a natural syntax

This URL has Read+Write access

adzap (author)
Sun Mar 15 18:33:11 -0700 2009
commit  ad5545f7e6305c1c2f78fc15c6b008f02f43bb2b
tree    4c1671a3b90a2003ebb9a7a499563d6a967943aa
parent  64cce452f6e65fed4637f1b16bb1dcdacbfffc71
cronos / CHANGELOG
100644 19 lines (14 sloc) 0.692 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
== 0.4.0 2009-03-06
- every method now handles days and months eg. every(:mon, :tue), every('mon'..'wed'), every(:jan, :feb) etc.
- added schedule method which takes a command and outputs it in the cron string
 
== 0.3.1 2009-02-03
- added ranges to #days
 
== 0.3.0 2009-01-27
- better range handling for #on and #of including support for end excluded ranges
- aliased #of with #in
- make #every more flexible to allow use with for days and months eg. every(:thursday, 'Friday') or every(:jan, :feb)
- adde midnight and midday methods
 
== 0.2.2 2009-01-17
- fix to ensure string values in hash from to_hash method
 
== 0.2.1 2009-01-17
- added to_hash method with CronEdit compatible key names