Sha256: 3f04661683a0bcb9ded97487d4463ef0f9e2fcb5e1db44f4a474c22f3b6383bf

Contents?: true

Size: 900 Bytes

Versions: 2

Compression:

Stored size: 900 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 '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/ruby_inline'
require 'fdlcap/recipes/sass'
require 'fdlcap/recipes/slice'
require 'fdlcap/recipes/ssh'
require 'fdlcap/recipes/stages'
require 'fdlcap/recipes/symlinks'
require 'fdlcap/recipes/thin'
require 'fdlcap/recipes/thinking_sphinx'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
factorylabs-fdlcap-0.3.0 lib/fdlcap/recipes.rb
factorylabs-fdlcap-0.3.1 lib/fdlcap/recipes.rb