Sha256: 8d5cb904151b616e1b438c750d5b5d97c43e0091b51c8fc2a03f8360a0c84824
Contents?: true
Size: 904 Bytes
Versions: 2
Compression:
Stored size: 904 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/ruby_inline' 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
factorylabs-fdlcap-0.2.6 | lib/fdlcap/recipes.rb |
factorylabs-fdlcap-0.2.7 | lib/fdlcap/recipes.rb |