aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-25 22:07:50 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-25 22:07:50 +0000
commit10faf204b712763f05a2b3155a4fd9c5338f1fb2 (patch)
treedd6a3680d495ae43c64b4d58169b96e37f2aac74 /activesupport/Rakefile
parent7a5ff308eb5f45dcd8f7a25f6915e78f3b9528a0 (diff)
downloadrails-10faf204b712763f05a2b3155a4fd9c5338f1fb2.tar.gz
rails-10faf204b712763f05a2b3155a4fd9c5338f1fb2.tar.bz2
rails-10faf204b712763f05a2b3155a4fd9c5338f1fb2.zip
Tagged the 0.10.0 release
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@799 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r--activesupport/Rakefile6
1 files changed, 6 insertions, 0 deletions
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