aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource
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 /activeresource
parent06853cb0a9ff77c67ec30e70b4007c4f9d11838b (diff)
downloadrails-dcb7832ed51b2aeb2ea7386e2f07fcb5d7eb0c6d.tar.gz
rails-dcb7832ed51b2aeb2ea7386e2f07fcb5d7eb0c6d.tar.bz2
rails-dcb7832ed51b2aeb2ea7386e2f07fcb5d7eb0c6d.zip
APIs for individual components are no longer published
Diffstat (limited to 'activeresource')
-rw-r--r--activeresource/Rakefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/activeresource/Rakefile b/activeresource/Rakefile
index 63444be1d0..2145f1017c 100644
--- a/activeresource/Rakefile
+++ b/activeresource/Rakefile
@@ -80,9 +80,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/ar", "doc").upload
-end