aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMatteo Latini <mtylty@gmail.com>2011-08-03 11:05:13 +0300
committerAndre Arko <andre@arko.net>2011-08-09 11:05:34 -0700
commite45135efaafa08c95d7f847b20894d740718c927 (patch)
tree86663c444682b89f23fd86b0c5a8b2213bd0e037 /lib
parent5dcb70b7430d5a911f20761d5986ecc36559f0fa (diff)
downloadbundler-e45135efaafa08c95d7f847b20894d740718c927.tar.gz
fixes rake 0.9.2 WARNING
closes #1333
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/vlad.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bundler/vlad.rb b/lib/bundler/vlad.rb
index 023bde2d..47d35b13 100644
--- a/lib/bundler/vlad.rb
+++ b/lib/bundler/vlad.rb
@@ -4,6 +4,8 @@
# include the vlad:bundle:install task in your vlad:deploy task.
require 'bundler/deployment'
+include Rake::DSL if defined? Rake::DSL
+
namespace :vlad do
Bundler::Deployment.define_task(Rake::RemoteTask, :remote_task, :roles => :app)
end \ No newline at end of file