From 3b6b093b688d994ddd706bb430ab378c33a09844 Mon Sep 17 00:00:00 2001 From: duelin_markers Date: Sun, 13 Jan 2008 17:04:53 +0000 Subject: [PATCH] Checking in a BS Capfile so I can use this as my guineapig project for a ccrb plugin I'm working on git-svn-id: http://renum.rubyforge.org/svn/trunk@21 0cae1b2a-91f7-40ab-9a3c-fdb74ccff792 --- Capfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Capfile diff --git a/Capfile b/Capfile new file mode 100644 index 0000000..088d5f5 --- /dev/null +++ b/Capfile @@ -0,0 +1,5 @@ +puts "the capfile is loading" +task :deploy do + puts "this is the deploy task!" + puts "revision is #{revision}" +end