summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Rakefile b/Rakefile
index 8c5eb3c..dbd3e3f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -25,14 +25,6 @@ Rake::RDocTask.new do |rdoc|
rdoc.title = "HighLine Documentation"
end
-desc "Upload current documentation to Rubyforge"
-task :upload_docs => [:rdoc] do
- sh "scp -r doc/html/* " +
- "bbazzarrakk@rubyforge.org:/var/www/gforge-projects/highline/doc/"
- sh "scp -r site/* " +
- "bbazzarrakk@rubyforge.org:/var/www/gforge-projects/highline/"
-end
-
Gem::PackageTask.new(SPEC) do |package|
# do nothing: I just need a gem but this block is required
end