Skip to content

Commit

Permalink
release v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
javan committed Mar 8, 2011
1 parent 53c0a4d commit 8ef9e26
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
pkg
doc
.*.sw[a-z]
Gemfile.lock
9 changes: 9 additions & 0 deletions 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]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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>
Expand Down
Empty file modified bin/whenever 100644 → 100755
Empty file.
Empty file modified bin/wheneverize 100644 → 100755
Empty file.

0 comments on commit 8ef9e26

Please sign in to comment.