Sha256: 50ca2a45dfe5031dab821479542dd33790016684965c895571f7cfa4632988f3
Contents?: true
Size: 353 Bytes
Versions: 9
Compression:
Stored size: 353 Bytes
Contents
module Nanoc::Deploying # @api private module Deployers autoload 'Fog', 'nanoc/deploying/deployers/fog' autoload 'Rsync', 'nanoc/deploying/deployers/rsync' Nanoc::Deploying::Deployer.register '::Nanoc::Deploying::Deployers::Fog', :fog Nanoc::Deploying::Deployer.register '::Nanoc::Deploying::Deployers::Rsync', :rsync end end
Version data entries
9 entries across 9 versions & 1 rubygems