lib/shuttle.rb in shuttle-deploy-0.2.0.beta7 vs lib/shuttle.rb in shuttle-deploy-0.2.0.beta9
- 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 :Generator, 'shuttle/generator'
autoload :Static, 'shuttle/deployment/static'
autoload :Php, 'shuttle/deployment/php'
autoload :Wordpress, 'shuttle/deployment/wordpress'
autoload :Ruby, 'shuttle/deployment/ruby'
\ No newline at end of file