public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
octopod (author)
Sat Jan 05 13:04:38 -0800 2008
technoweenie (committer)
Sat Feb 02 14:18:05 -0800 2008
commit  1ea0042daa461e7d36f8367740ec8a36d2fc3e0e
tree    57a4abb3b3d2249f733a30577031ddd4bb2aea9d
parent  badeb2d4e4e49a389091ba7bcd44c49ca9c88684
mephisto / Rakefile
100644 10 lines (7 sloc) 0.307 kb
1
2
3
4
5
6
7
8
9
10
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/switchtower.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'