From 10faf204b712763f05a2b3155a4fd9c5338f1fb2 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 25 Feb 2005 22:07:50 +0000 Subject: Tagged the 0.10.0 release git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@799 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/Rakefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'activesupport/Rakefile') diff --git a/activesupport/Rakefile b/activesupport/Rakefile index 000e56b734..43c5751cdf 100644 --- a/activesupport/Rakefile +++ b/activesupport/Rakefile @@ -56,3 +56,9 @@ task :pgem => [:package] do Rake::SshFilePublisher.new("davidhh@comox.textdrive.com", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload `ssh davidhh@comox.textdrive.com './gemupdate.sh'` end + +# Publish documentation +desc "Publish the API documentation" +task :pdoc => [:rdoc] do + Rake::SshDirPublisher.new("davidhh@comox.textdrive.com", "public_html/as", "doc").upload +end -- cgit v1.2.3