darrinholst / ubiquitybin

a reference rails app that can store and distribute Ubiquity scripts

This URL has Read+Write access

darrinholst (author)
Sun Sep 14 17:31:35 -0700 2008
commit  a63428a8ef7ea449c41071ad15793d79f533d25a
tree    01dc2d75218572a8f11eebd15f46a68c683dbb9d
parent  289c8c931a6bfb185c293d82ff42b7be3d41729b
ubiquitybin / Capfile
100755 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'