summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2006-03-16 00:32:51 +0000
committermurphy <murphy@rubychan.de>2006-03-16 00:32:51 +0000
commit82223db2ebdfadeb48e615f3510db54eb600a3c7 (patch)
tree343d129103f08fe5f1071c96c9c7f2bd7a9e4e4e /Rakefile
parent8948c623203aace20aa537f362a114624f1b0d63 (diff)
downloadcoderay-82223db2ebdfadeb48e615f3510db54eb600a3c7.tar.gz
Fixed HTML encoder again. (Run the test, baka!)
Added jarh.out.raydebug test output. Fixed a typo in Rakefile.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index b0f007c..48609b1 100644
--- a/Rakefile
+++ b/Rakefile
@@ -257,7 +257,7 @@ task :up_doc => :rdoc do
end
RUBYFORGE_TRUNK_DIR = 'L:/rubyforge/trunk/coderay/trunk'
-desc 'Export trunk to Rubyforge working copy vis SVN'
+desc 'Export trunk to Rubyforge working copy via SVN'
task :export do
system 'svn st'
puts 'Exporting changelog.'