Sha256: 83871c29ffdc4890cf8603a7e857b842d722e91f57c783195f3eacd1b79093b6
Contents?: true
Size: 344 Bytes
Versions: 4
Compression:
Stored size: 344 Bytes
Contents
# 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 Nanoc::Extra::Deployer.register '::Nanoc::Extra::Deployers::Rsync', :rsync end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
nanoc-4.0.0b2 | lib/nanoc/extra/deployers.rb |
nanoc-4.0.0b1 | lib/nanoc/extra/deployers.rb |
nanoc-4.0.0a2 | lib/nanoc/extra/deployers.rb |
nanoc-4.0.0a1 | lib/nanoc/extra/deployers.rb |