public
Description: Managing projects using colors.
Homepage: http://colorplanit.com/
Clone URL: git://github.com/caffo/colorplan.git
caffo (author)
Fri Jan 23 08:25:54 -0800 2009
commit  ec35e5898f06b4f7c4baad894c9e05b9c35a4080
tree    23ad035f437240b1bb6a75f4f3a7a1ccc6d5c81b
parent  5c98248d7dce63d5cd4ab1d43123c096fbbd097a
colorplan / 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'