From 492793916acf32ffe1604daec6fd4892c8935018 Mon Sep 17 00:00:00 2001 From: Lee Hambley Date: Tue, 28 May 2013 17:05:30 +0200 Subject: [PATCH] Adds a stub executable with a warning about the API incompatibility --- bin/capify | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 bin/capify diff --git a/bin/capify b/bin/capify new file mode 100755 index 00000000..99657f54 --- /dev/null +++ b/bin/capify @@ -0,0 +1,8 @@ +#!/usr/bin/env ruby +puts "-" * 80 +puts "Capistrano 3.x is incompatible with Capistrano 2.x. " +puts +puts "This command has become `cap install` in Capistrano 3.x" +puts +puts "For more information see http://www.capistranorb.com/" +puts "-" * 80