public
Description: Host your Google AppEngine apps on your own server.
Homepage: http://appdrop.com
Clone URL: git://github.com/jchris/appdrop.git
jchris (author)
Tue Jul 29 17:24:38 -0700 2008
commit  a8437db965bea62e3fda79fadb0fa7bc69f588dc
tree    6fd1355da882174e808d0287e40e0c3919bd49d0
parent  a4e1cb036b0981bd2407e6441ca11ee0b159dc86
appdrop / 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'