lib/astrovan/session.rb in sbfaulkner-astrovan-0.5.7 vs lib/astrovan/session.rb in sbfaulkner-astrovan-0.5.8
- old
+ new
@@ -1,17 +1,19 @@
require 'astrovan/deploy'
require 'astrovan/exec'
require 'astrovan/util'
require 'astrovan/rake'
+require 'astrovan/transfer'
require 'astrovan/update'
module Astrovan
# Created by the using method, this is the context within which all other deployment methods run.
class Session
include Astrovan::Deploy
include Astrovan::Exec
include Astrovan::Util
include Astrovan::Rake
+ include Astrovan::Transfer
include Astrovan::Update
#:stopdoc:
DEFAULTS = {
:application => nil,