summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2005-11-04 02:02:25 +0000
committermurphy <murphy@rubychan.de>2005-11-04 02:02:25 +0000
commit84bb97ff23c5bba2016f75dc1063bb05c330d211 (patch)
tree7f48a300085d797467b48d5af05f2aa3a791da9c /Rakefile
parent5def035f13086b4c764937a53a70b8cf7b97159b (diff)
downloadcoderay-84bb97ff23c5bba2016f75dc1063bb05c330d211.tar.gz
Fixed highlight.rb
Changed Rakefile:up_example to use :info hints
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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|