We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When requiring caplock in the Capfile, I see this:
cap aborted! NoMethodError: undefined method plugin' for Capistrano:Module Capfile:14:inrequire' Capfile:14:in `<top (required)>'
plugin' for Capistrano:Module Capfile:14:in
The text was updated successfully, but these errors were encountered:
This has not been tested against Capistrano 3.
Sorry, something went wrong.
I wished it worked in cap 3.0, but it does not.
NoMethodError: undefined method `plugin' for Capistrano:Module /Users/nskitch/.gem/ruby/2.0.0/gems/caplock-0.3.1/lib/caplock.rb:79:in `<module:Caplock>'
Extracted code from this gem and adapted for capistrano 3: link
Druwerd
No branches or pull requests
When requiring caplock in the Capfile, I see this:
cap aborted!
NoMethodError: undefined method
plugin' for Capistrano:Module Capfile:14:in
require'Capfile:14:in `<top (required)>'
The text was updated successfully, but these errors were encountered: