summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAbinoam Praxedes Marques Jr <abinoam@gmail.com>2015-02-18 14:14:14 -0300
committerAbinoam Praxedes Marques Jr <abinoam@gmail.com>2015-02-19 16:26:30 -0300
commit7e090fd4ea68b2db772b5fc3ff144b48a1644e2a (patch)
tree4959ebac48bcf8a8ed90d56a81122d7c6b7ad041 /Rakefile
parentd45d3e3c30a5777147fe7505af47eec842208051 (diff)
downloadhighline-7e090fd4ea68b2db772b5fc3ff144b48a1644e2a.tar.gz
Remove task for uploading to Rubyforge
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