lib/nanoc3/extra/deployers.rb in nanoc3-3.1.0a2 vs lib/nanoc3/extra/deployers.rb in nanoc3-3.1.0a3
- old
+ new
@@ -1,9 +1,8 @@
# encoding: utf-8
module Nanoc3::Extra
- # Nanoc3::Extra::Deployers is the name for all deployers.
module Deployers
autoload 'Rsync', 'nanoc3/extra/deployers/rsync'
end