From 8ef9e26109e07da6de5fa592188016689213e3b2 Mon Sep 17 00:00:00 2001 From: Javan Makhmali Date: Tue, 8 Mar 2011 10:47:55 -0600 Subject: [PATCH] release v0.6.5 --- .gitignore | 1 + CHANGELOG.md | 9 +++++++++ README.md | 2 +- bin/whenever | 0 bin/wheneverize | 0 5 files changed, 11 insertions(+), 1 deletion(-) mode change 100644 => 100755 bin/whenever mode change 100644 => 100755 bin/wheneverize 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