Take the 2008 Git User's Survey and help out! [ hide ]

public
Description: Your favorite URL-shortening service in all of Ruby land
Homepage: http://rubyurl.com
Clone URL: git://github.com/robbyrussell/rubyurl.git
Search Repo:
robbyrussell (author)
Thu Dec 13 16:47:36 -0800 2007
commit  6f261e7b85c2e5f308d2f1dc46907c7237182a17
tree    170cbaf39692356c1da5ad17c2b919cd358aca2a
parent  0ecb284c046b2703a16b08ca6c6fc7812baea967
rubyurl / Rakefile
100644 10 lines (7 sloc) 0.307 kb
1
2
3
4
5
6
7
8
9
10
# 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'