public
Description: A website that lets you know when your github gems have finished building
Homepage: http://hasmygembuiltyet.org
Clone URL: git://github.com/Floppy/hasmygembuiltyet.git
Floppy (author)
Fri Apr 03 13:52:35 -0700 2009
commit  7edc792ffd76f775a511bd43f62284be39b7e858
tree    271b65f8f57ce6756901c3374147b3cd0b63a43f
parent  cf3ce818eb8b8e1b207579875fc7e0b24fba1bd0
hasmygembuiltyet / 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'