templates/base/config/deploy.rb in rubber-2.10.2 vs templates/base/config/deploy.rb in rubber-2.11.0

- old
+ new

@@ -69,10 +69,10 @@ end end end # load in the deploy scripts installed by vulcanize for each rubber module -Dir["#{File.dirname(__FILE__)}/rubber/deploy-*.rb"].each do |deploy_file| +Dir["#{File.dirname(__FILE__)}/rubber/deploy-*.rb"].sort.each do |deploy_file| load deploy_file end # capistrano's deploy:cleanup doesn't play well with FILTER after "deploy", "cleanup"