lib/nanoc/extra/deployers.rb in nanoc-3.8.0 vs lib/nanoc/extra/deployers.rb in nanoc-4.0.0a1
- old
+ new
@@ -1,7 +1,8 @@
# encoding: utf-8
module Nanoc::Extra
+ # @api private
module Deployers
autoload 'Fog', 'nanoc/extra/deployers/fog'
autoload 'Rsync', 'nanoc/extra/deployers/rsync'
Nanoc::Extra::Deployer.register '::Nanoc::Extra::Deployers::Fog', :fog