public
Description: Do you miss tagging github repositories? I do. So I've developed a github tagger user script.
Homepage: http://github-tagger.railslove.com
Clone URL: git://github.com/bumi/github-tagger.git
bumi (author)
Thu Aug 28 11:05:59 -0700 2008
commit  586d6a2d868790d02fc2a0106ce4274144416a4e
tree    08a4318782e951162d78bfafecbbdfc1689c696b
parent  3a4f53be3be46a5604f29cd32e04087c8eea7a2a
github-tagger / 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'