I have an example gem as from the Ryan screencast
It contains additional file lib/lorem/capistrano.rb. When I try to add require 'lorem/capistrano' to my deploy.rb, it gives:
`gem_original_require': no such file to load -- lorem/capistrano (LoadError)
How to solve this problem?
The solution is to call
bundle exec [command]instead of[command].