README.md in capistrano-rbenv-0.0.10 vs README.md in capistrano-rbenv-0.0.11

- old
+ new

@@ -38,10 +38,12 @@ * `:rbenv_ruby_version` - the ruby version to install. install `1.9.3-p194` by default. * `:rbenv_use_bundler` - controls whether installing bundler or not. `true` by default. * `:rbenv_use_configure` - configure rbenv in your shell config or not. `true` by default. users who are using Chef/Puppet may prefer setting this value `false`. * `:rbenv_configure_files` - list of shell configuration files to be configured for rbenv. by default, guessing from user's `$SHELL` and `$HOME`. * `:rbenv_configure_basenames` - advanced option for `:rbenv_configure_files`. list of filename of your shell configuration files if you don't like the default value of `:rbenv_configure_files`. + * `:rbenv_install_dependencies` - controls whether installing dependencies or not. `true` by default. + * `:rbenv_define_default_environment` - define `RBENV_ROOT` and update `PATH` to use rbenv over capistrano. `true` by default. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) @@ -51,9 +53,10 @@ ## Author - YAMASHITA Yuu (https://github.com/yyuu) - Geisha Tokyo Entertainment Inc. (http://www.geishatokyo.com/) +- Nico Schottelius (http://www.nico.schottelius.org/) ## License MIT