radiant / radiant-extension-registry

A web service to support the distribution and installation of extensions for Radiant CMS.

This URL has Read+Write access

jlong (author)
Fri Oct 23 20:10:51 -0700 2009
commit  b0d7a73328650d80ab91ed1437cb18a7926580df
tree    2be4d09832ebed15386a9d6a812567882b51e78d
parent  54afbf6b68d661377af9e99a2d188e5212eef149
radiant-extension-registry / 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'