lib/shuttle.rb in shuttle-deploy-0.2.0.beta1 vs lib/shuttle.rb in shuttle-deploy-0.2.0.beta2

- old
+ new

@@ -11,25 +11,26 @@ require 'shuttle/version' require 'shuttle/errors' module Shuttle - autoload :Session, 'shuttle/session' - autoload :Runner, 'shuttle/runner' - autoload :Deploy, 'shuttle/deploy' - autoload :Tasks, 'shuttle/tasks' - autoload :Target, 'shuttle/target' - autoload :Helpers, 'shuttle/helpers' + autoload :Session, 'shuttle/session' + autoload :Runner, 'shuttle/runner' + autoload :Deploy, 'shuttle/deploy' + autoload :Target, 'shuttle/target' + autoload :Helpers, 'shuttle/helpers' + autoload :PathHelpers, 'shuttle/path_helpers' + autoload :Strategy, 'shuttle/strategy' - autoload :Static, 'shuttle/deployment/static' - autoload :Php, 'shuttle/deployment/php' - autoload :Wordpress, 'shuttle/deployment/wordpress' - autoload :Ruby, 'shuttle/deployment/ruby' - autoload :Rails, 'shuttle/deployment/rails' - autoload :Nodejs, 'shuttle/deployment/nodejs' + autoload :Static, 'shuttle/deployment/static' + autoload :Php, 'shuttle/deployment/php' + autoload :Wordpress, 'shuttle/deployment/wordpress' + autoload :Ruby, 'shuttle/deployment/ruby' + autoload :Rails, 'shuttle/deployment/rails' + autoload :Nodejs, 'shuttle/deployment/nodejs' module Support - autoload :Bundler, 'shuttle/support/bundler' - autoload :Foreman, 'shuttle/support/foreman' - autoload :Thin, 'shuttle/support/thin' + autoload :Bundler, 'shuttle/support/bundler' + autoload :Foreman, 'shuttle/support/foreman' + autoload :Thin, 'shuttle/support/thin' end end \ No newline at end of file