aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-03-18 04:46:51 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-03-18 04:46:51 +0000
commit9af9fc3da19fb06e965d977339bfb79ab014bcb7 (patch)
tree15cbc22bd9ff32a9418ef7793520b0db8a8bedcc /activesupport
parentdb083299465bdb89297e180e9635d4ea102c8e19 (diff)
downloadrails-9af9fc3da19fb06e965d977339bfb79ab014bcb7.tar.gz
rails-9af9fc3da19fb06e965d977339bfb79ab014bcb7.tar.bz2
rails-9af9fc3da19fb06e965d977339bfb79ab014bcb7.zip
sshpublisher needs to be explicitly required now, apparently
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9054 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index 013d4fe0d1..a6121ba072 100644
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -1,6 +1,8 @@
require 'rake/testtask'
require 'rake/rdoctask'
require 'rake/gempackagetask'
+require 'rake/contrib/sshpublisher'
+
require File.join(File.dirname(__FILE__), 'lib', 'active_support', 'version')
PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''