summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2005-11-02 03:26:31 +0000
committermurphy <murphy@rubychan.de>2005-11-02 03:26:31 +0000
commit4d5b6c59075ea5435a8ac1879453f21247b38604 (patch)
tree047d96d1c954e04342c0d7e9e48bc0fd1d33266e /Rakefile
parent39ff12b40e0b8b3a892aea63eddfae87531f5d10 (diff)
downloadcoderay-4d5b6c59075ea5435a8ac1879453f21247b38604.tar.gz
hidden/highlight.rb now supports :info hints.
Rakefile uses this. changelog.txt updated.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 87278ed..d14cf54 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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|