1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
capistrano/bin/cap
seenmyfate 447e4ce950 Move requires to capistrano/all
This removes the need to set `require: false` in your Gemfile. Should
prevent the issues described in #582 reoccurring.

(also https://github.com/capistrano/rails/pull/15)
2013-09-13 09:34:28 +01:00

3 lines
77 B
Ruby
Executable file

#!/usr/bin/env ruby
require 'capistrano/all'
Capistrano::Application.new.run