aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-04-05 16:54:17 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-04-05 16:54:17 +0000
commitd08271e62f4cd5b3c42f3e385d9166f6e591cbaa (patch)
treed050396a511489eb180d3b38156d1db426916508 /activesupport/Rakefile
parent97e39fcb6418a5b1d5254ebb1059df796db21701 (diff)
downloadrails-d08271e62f4cd5b3c42f3e385d9166f6e591cbaa.tar.gz
rails-d08271e62f4cd5b3c42f3e385d9166f6e591cbaa.tar.bz2
rails-d08271e62f4cd5b3c42f3e385d9166f6e591cbaa.zip
Added Fixnum#even? and Fixnum#odd?
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1094 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r--activesupport/Rakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index 99e49e9083..51294d4de6 100644
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -58,13 +58,13 @@ end
desc "Publish the beta gem"
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'`
+ Rake::SshFilePublisher.new("davidhh@wrath.rubyonrails.com", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
+ `ssh davidhh@wrath.rubyonrails.com './gemupdate.sh'`
end
desc "Publish the API documentation"
task :pdoc => [:rdoc] do
- Rake::SshDirPublisher.new("davidhh@comox.textdrive.com", "public_html/as", "doc").upload
+ Rake::SshDirPublisher.new("davidhh@wrath.rubyonrails.com", "public_html/as", "doc").upload
end
desc "Publish the release files to RubyForge."