Skip to content

Instantly share code, notes, and snippets.

@proffalken
Created April 28, 2011 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save proffalken/946642 to your computer and use it in GitHub Desktop.
Save proffalken/946642 to your computer and use it in GitHub Desktop.
# Set the dependencies for this application (format: 'application' => 'version number')
set :required_libs, {'libs' => '0.2'}
#
# Other stuff goes here...
#
#Check all dependencies before setting up and deploying
before 'deploy:setup', 'deploy:checkdeps'
before 'deploy', 'deploy:checkdeps'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment