public
Description: A ruby tumblog
Homepage: http://teabass.com/
Clone URL: git://github.com/andrew/bumble.git
Click here to lend your support to: bumble and make a donation at www.pledgie.com !
patrickdet (author)
Sun Dec 21 05:01:26 -0800 2008
andrew (committer)
Thu Jan 08 04:38:17 -0800 2009
commit  0696892c2e3df2badfdca89619d1f2841a992035
tree    16c747e83c156413ee843d798d9a12c014b92f8e
parent  d64729b13502149afb775a610d64c21caabc8ad3
bumble / 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'