public
Description: Git homepage that rocks - from the git.or.cz awesomeness
Homepage: http://git-scm.com
Clone URL: git://github.com/schacon/gitscm.git
schacon (author)
Mon Jun 08 13:36:51 -0700 2009
commit  d11e9db40159c8a217f10eba6881f808617115bb
tree    171604a3b11ab74b8cf3abb5a7b21bd090621022
parent  bc0b65e19d181c7d446415547b8b92bbbe40e20d
gitscm / 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'