Sha256: 52f256866da436e2ac05cf239f43d203f7b318cd6c7a3645941c3948bb00396d
Contents?: true
Size: 331 Bytes
Versions: 32
Compression:
Stored size: 331 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
32 entries across 32 versions & 1 rubygems