diff options
author | murphy <murphy@rubychan.de> | 2005-11-02 03:26:31 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2005-11-02 03:26:31 +0000 |
commit | 4d5b6c59075ea5435a8ac1879453f21247b38604 (patch) | |
tree | 047d96d1c954e04342c0d7e9e48bc0fd1d33266e | |
parent | 39ff12b40e0b8b3a892aea63eddfae87531f5d10 (diff) | |
download | coderay-4d5b6c59075ea5435a8ac1879453f21247b38604.tar.gz |
hidden/highlight.rb now supports :info hints.
Rakefile uses this.
changelog.txt updated.
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -206,7 +206,7 @@ end desc 'Upload example to ' + FTP_DOMAIN
task :up_example do
g 'Highlighting self...'
- system 'ruby -wIlib ../hidden/highlight.rb -r -1 lib demo bin rake_helpers'
+ system 'ruby -wIlib ../hidden/highlight.rb -r -1 -I lib demo bin rake_helpers'
gd
gn 'Uploading example:'
cYcnus_ftp do |ftp|
|