public
Description: Webistrano is a Web UI for managing Capistrano deployments
Homepage: http://labs.peritor.com/webistrano
Clone URL: git://github.com/peritor/webistrano.git
jweiss (author)
Wed Nov 04 09:27:36 -0800 2009
commit  3411dada9d6f9e1e0a7938ecbb7643779f29376f
tree    7c4f97c618a411f5f92686b832f7c30c67ff0f14
parent  10d0fbddb39e4c2a7588d4cd37c3d09bf18025bd
webistrano / Rakefile
100644 11 lines (7 sloc) 0.307 kb
1
2
3
4
5
6
7
8
9
10
11
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
 
require(File.join(File.dirname(__FILE__), 'config', 'boot'))
 
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
 
require 'tasks/rails'