aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-10-23 20:18:11 +0200
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-10-23 20:18:11 +0200
commiteec6e0cbbddcc9bf141387536d4b910cc0df9d4d (patch)
treecf75c0c135e2416e49a6d5dab62c283d118b5402 /activesupport/Rakefile
parent57c31a380e0136607f3ce6ee568730ec1539e163 (diff)
downloadrails-eec6e0cbbddcc9bf141387536d4b910cc0df9d4d.tar.gz
rails-eec6e0cbbddcc9bf141387536d4b910cc0df9d4d.tar.bz2
rails-eec6e0cbbddcc9bf141387536d4b910cc0df9d4d.zip
Push to new gem server
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r--activesupport/Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index f2885c69a4..56c1d8033f 100644
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -65,8 +65,8 @@ end
desc "Publish the beta gem"
task :pgem => [:package] do
- Rake::SshFilePublisher.new("wrath.rubyonrails.org", "public_html/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
- `ssh wrath.rubyonrails.org './gemupdate.sh'`
+ Rake::SshFilePublisher.new("gems.rubyonrails.org", "/u/sites/gems/gems", "pkg", "#{PKG_FILE_NAME}.gem").upload
+ `ssh gems.rubyonrails.org './gemupdate.sh'`
end
desc "Publish the API documentation"