public
Description: Gitorious aims to provide a great way of doing distributed opensource code collaboration.
Homepage: http://gitorious.org/projects/gitorious
Clone URL: git://github.com/dysinger/gitorious.git
dysinger (author)
Tue Apr 29 17:29:28 -0700 2008
commit  8c930210231c6383bb5c40fbf3b69a3676b3a5e0
tree    b00466e3649ba91e9e9c0b773fd6f9a7d4ab5a06
parent  1015c9e63e990cc98199b5b301cac03db41dfcc9 parent  25177c88703dcc6146d0d67afc937e8240c3c4be
gitorious / 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'