lib/shuttle.rb in shuttle-deploy-0.2.3 vs lib/shuttle.rb in shuttle-deploy-0.3.0.beta1

- old
+ new

@@ -20,9 +20,10 @@ autoload :Target, "shuttle/target" autoload :Helpers, "shuttle/helpers" autoload :PathHelpers, "shuttle/path_helpers" autoload :Strategy, "shuttle/strategy" autoload :Hook, "shuttle/hook" + autoload :Task, "shuttle/task" autoload :Generator, "shuttle/generator" autoload :Static, "shuttle/deployment/static" autoload :Php, "shuttle/deployment/php" autoload :Wordpress, "shuttle/deployment/wordpress" \ No newline at end of file