public
Description: Score Keeper is a very simple web app for keeping score, rankings, etc. for games.
Homepage: http://www.scorekeepr.dk
Clone URL: git://github.com/larssg/score-keeper.git
Click here to lend your support to: score-keeper and make a donation at www.pledgie.com !
Lars G. Sehested (author)
Sat Jul 04 06:00:01 -0700 2009
commit  6b21813bf42ee35286dfd1b6d590608b9fa719e7
tree    11f95a4e8d1c41268b6cb22ac704f27eb213047a
parent  49600ddf7493eb872b0667bd4cab4feee22888f3
score-keeper / 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'