From 84bb97ff23c5bba2016f75dc1063bb05c330d211 Mon Sep 17 00:00:00 2001 From: murphy Date: Fri, 4 Nov 2005 02:02:25 +0000 Subject: Fixed highlight.rb Changed Rakefile:up_example to use :info hints --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 87715c1..3d786b7 100644 --- a/Rakefile +++ b/Rakefile @@ -221,7 +221,7 @@ end desc 'Upload example to ' + FTP_DOMAIN task :up_example do g 'Highlighting self...' - system 'ruby -wIlib ../hidden/highlight.rb -r -1 -I lib demo bin rake_helpers' + system 'ruby -wIlib ../hidden/highlight.rb -1 -L -I lib lib/coderay' gd gn 'Uploading example:' cYcnus_ftp do |ftp| -- cgit v1.2.1