pelle / TimeCert

Trusted third party timestamping service

This URL has Read+Write access

pelle (author)
Tue Jun 02 16:51:31 -0700 2009
commit  81afaf087ee7ae50679c87e5f62026352540742c
tree    a356cfd513660954507f8e3f7d140348541bc80b
parent  df398493a8fe9f790e64b61997558290f9567294
TimeCert / 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'