public
Description: A Ruby web application framework
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/mack.git
Click here to lend your support to: mack and make a donation at www.pledgie.com !
mack / Rakefile
100644 9 lines (7 sloc) 0.318 kb
1
2
3
4
5
6
7
8
9
require File.join(File.dirname(__FILE__), 'lib', 'gems')
 
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
 
require File.join('lib', 'mack', 'tasks', "rake_helpers.rb")
Dir.glob(File.join('tasks', "**/*.rake")).each {|r| load r}
Dir.glob(File.join('lib', 'mack', 'tasks', "**/*.rake")).each {|r| load r}