Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ And then execute:

If your `chruby-exec` is located in some custom path, you can tweak `chruby_exec` option to set it.

Capistrano::chruby sets `:chruby_map_bins` to prefix `rake`, `gem`, `bundle`, `ruby`. If you'd like
to add custom executables to be prefixed with a `chruby exec` you can add them to the list.

```
set :chruby_map_bins, fetch(:chruby_map_bins, []).push('my_new_binary')
```

## Contributing

1. Fork it
Expand Down