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 / Capfile
100644 3 lines (3 sloc) 0.151 kb
1
2
3
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy'