summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2005-09-28 16:13:17 +0000
committermurphy <murphy@rubychan.de>2005-09-28 16:13:17 +0000
commit0cffb71d357e50dad6f1223e1df9152807e3b56f (patch)
tree3d797488f5bbeab3b0c225ee552a6398dbb01cec /Rakefile
parentd8dab2037b0fa4748f3fae1e5ae980c112b2fa29 (diff)
downloadcoderay-0cffb71d357e50dad6f1223e1df9152807e3b56f.tar.gz
Still working on Documentation.
Rakefile: fixed a status message.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index a1cbb4c..90c7228 100644
--- a/Rakefile
+++ b/Rakefile
@@ -218,5 +218,5 @@ task :upload_doc => :rdoc do
Dir['**/*.*'].each &uploader
end
end
- gn 'Gem successfully uploaded.'
+ gn 'Documentation uploaded.'
end