aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-08-20 13:14:57 +0200
committerXavier Noria <fxn@hashref.com>2010-08-20 13:14:57 +0200
commitf6222ead479fea61ecd3e786442a40e9acc1e898 (patch)
tree8fd71e8b8cbc24ee382efcb3b5bb831135f2f546 /Rakefile
parent949c7e2d0e847e56444bb14b1df56e7fc464ed3f (diff)
downloadrails-f6222ead479fea61ecd3e786442a40e9acc1e898.tar.gz
rails-f6222ead479fea61ecd3e786442a40e9acc1e898.tar.bz2
rails-f6222ead479fea61ecd3e786442a40e9acc1e898.zip
the pdoc task is no longer needed
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Rakefile b/Rakefile
index 91c808f4d3..092d854c35 100644
--- a/Rakefile
+++ b/Rakefile
@@ -144,12 +144,6 @@ task :rdoc do
FileUtils.copy "activerecord/examples/associations.png", "doc/rdoc/files/examples/associations.png"
end
-desc "Publish API docs for Rails as a whole and for each component"
-task :pdoc => :rdoc do
- require 'rake/contrib/sshpublisher'
- Rake::SshDirPublisher.new("rails@api.rubyonrails.org", "public_html/api", "doc/rdoc").upload
-end
-
task :update_versions do
require File.dirname(__FILE__) + "/version"