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 !
andrew (author)
Sun Aug 16 06:08:12 -0700 2009
commit  f0c5a88c9048716535f5ae534acb3f98a8521b7c
tree    08e2b5ca0bead311ec5ca557734eb44b867ed5b4
parent  8ef772bbd7785768963c30db4fa425379f2c8fc1
bumble / Rakefile
100644 15 lines (11 sloc) 0.368 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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'
 
begin
  require 'thinking_sphinx/tasks'
rescue LoadError
end