public
Description: Is it ruby 1.9 - an application for keeping track of which gems are ruby 1.9 compatible
Homepage: http://isitruby19.com/
Clone URL: git://github.com/brightbox/isitruby19.git
rahoulb (author)
Tue Mar 10 10:44:55 -0700 2009
commit  ad4413cb9fd68f1a0f62747dc1a3049a03939f0b
tree    466c85222ab25ccf3e00075f0724e74b595e5e35
parent  bb63e57bdee6159294fc0833420bf2b233b34ddd
isitruby19 / Capfile
100644 4 lines (4 sloc) 0.214 kb
1
2
3
4
# Generated with 'brightbox' on Mon Feb 02 16:30:37 +0000 2009
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy'