Sha256: ca05b78ecb765b6b27460f59b9ca4689d0e3b7d657b39231dbfec464a577e06d
Contents?: true
Size: 325 Bytes
Versions: 33
Compression:
Stored size: 325 Bytes
Contents
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 Nanoc::Extra::Deployer.register '::Nanoc::Extra::Deployers::Rsync', :rsync end end
Version data entries
33 entries across 33 versions & 1 rubygems