diff --git a/.gitignore b/.gitignore index f4084da..a894873 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ pkg doc .*.sw[a-z] +Gemfile.lock diff --git a/CHANGELOG.md b/CHANGELOG.md index 80b45d9..949df62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/README.md b/README.md index 01e12e8..5ae6ec2 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/bin/whenever b/bin/whenever old mode 100644 new mode 100755 diff --git a/bin/wheneverize b/bin/wheneverize old mode 100644 new mode 100755