Sha256: c03f6be32b526726953ad96be9679510a20bc0544078b1c76837dfe0b9da11d7
Contents?: true
Size: 327 Bytes
Versions: 2
Compression:
Stored size: 327 Bytes
Contents
# encoding: utf-8 module Nanoc::Extra 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nanoc-3.8.0 | lib/nanoc/extra/deployers.rb |
nanoc-3.7.5 | lib/nanoc/extra/deployers.rb |