release v0.6.5
This commit is contained in:
parent
53c0a4d36d
commit
8ef9e26109
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
pkg
|
||||
doc
|
||||
.*.sw[a-z]
|
||||
Gemfile.lock
|
||||
|
@ -1,3 +1,12 @@
|
||||
### 0.6.5 / March 8th, 2011
|
||||
|
||||
* Preserve 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]
|
||||
|
||||
|
||||
### 0.6.2 / October 26th, 2010
|
||||
|
||||
* --clear-crontab option completely removes entries. #63 [Javan Makhmali]
|
||||
|
@ -38,7 +38,7 @@ This will create an initial "config/schedule.rb" file you.
|
||||
end
|
||||
|
||||
every '0 0 27-31 * *' do
|
||||
command "echo 'you can use raw cron sytax too'"
|
||||
command "echo 'you can use raw cron sytax too'"
|
||||
end
|
||||
|
||||
More examples on the wiki: <http://wiki.github.com/javan/whenever/instructions-and-examples>
|
||||
|
0
bin/whenever
Normal file → Executable file
0
bin/whenever
Normal file → Executable file
0
bin/wheneverize
Normal file → Executable file
0
bin/wheneverize
Normal file → Executable file
Loading…
Reference in New Issue
Block a user