The deprec require is the problem. Deprec is not 2.0 compatible right
now. If you want to use cap with deprec, you need to stay on cap1.

If you want to have both cap1 and cap2 installed, and use cap1
periodically, you need to ask for it by name when you execute it:

  cap _1.4.1_ deploy

(Note the underscores--rubygems uses that to indicate that the first
parameter is the gem version to use.)

- Jamis

On 9/21/07, mike b. <[EMAIL PROTECTED]> wrote:
>
> Not sure if it helps but here's my whole config/deploy.rb file:
>
> http://pastebin.com/m1ddfc56f
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to