Sha256: e5d5a193130421de76ea2f483002728eb84e6cef6eb9cfc66891462568648ff1

Contents?: true

Size: 867 Bytes

Versions: 6

Compression:

Stored size: 867 Bytes

Contents

# Pull in cap extensions
require 'fdlcap/extensions/configuration'
require 'fdlcap/extensions/recipe_definition'

# Set up configuration defaults
require 'fdlcap/defaults'

# Load external fdlcap dependencies
require 'capistrano/ext/multistage'
require 'eycap/recipes'

# Load up custom recipe chunks
require 'fdlcap/recipes/autotagger'
require 'fdlcap/recipes/craken'
require 'fdlcap/recipes/database'
require 'fdlcap/recipes/delayed_job'
require 'fdlcap/recipes/deploy'
require 'fdlcap/recipes/geminstaller'
require 'fdlcap/recipes/newrelic'
require 'fdlcap/recipes/nginx'
require 'fdlcap/recipes/performance'
require 'fdlcap/recipes/rake'
require 'fdlcap/recipes/rsync'
require 'fdlcap/recipes/sass'
require 'fdlcap/recipes/slice'
require 'fdlcap/recipes/ssh'
require 'fdlcap/recipes/symlinks'
require 'fdlcap/recipes/thin'
require 'fdlcap/recipes/thinking_sphinx'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
factorylabs-fdlcap-0.2.0 lib/fdlcap/recipes.rb
factorylabs-fdlcap-0.2.1 lib/fdlcap/recipes.rb
factorylabs-fdlcap-0.2.2 lib/fdlcap/recipes.rb
factorylabs-fdlcap-0.2.3 lib/fdlcap/recipes.rb
factorylabs-fdlcap-0.2.4 lib/fdlcap/recipes.rb
factorylabs-fdlcap-0.2.5 lib/fdlcap/recipes.rb