aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-07-26 00:01:23 +0200
committerXavier Noria <fxn@hashref.com>2010-07-26 00:05:14 +0200
commitdcb7832ed51b2aeb2ea7386e2f07fcb5d7eb0c6d (patch)
tree4eb11ad0de7a580b05160faab88cd84348a7ca1b /activesupport/Rakefile
parent06853cb0a9ff77c67ec30e70b4007c4f9d11838b (diff)
downloadrails-dcb7832ed51b2aeb2ea7386e2f07fcb5d7eb0c6d.tar.gz
rails-dcb7832ed51b2aeb2ea7386e2f07fcb5d7eb0c6d.tar.bz2
rails-dcb7832ed51b2aeb2ea7386e2f07fcb5d7eb0c6d.zip
APIs for individual components are no longer published
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r--activesupport/Rakefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index 28426f94ea..8e2683ef89 100644
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -45,9 +45,3 @@ task :release => :package do
Rake::Gemcutter::Tasks.new(spec).define
Rake::Task['gem:push'].invoke
end
-
-desc "Publish the API documentation"
-task :pdoc => [:rdoc] do
- require 'rake/contrib/sshpublisher'
- Rake::SshDirPublisher.new("rails@api.rubyonrails.org", "public_html/as", "doc").upload
-end