README.md in capistrano-rbenv-1.0.2 vs README.md in capistrano-rbenv-1.0.3

- old
+ new

@@ -20,11 +20,14 @@ This recipe will install [rbenv](https://github.com/sstephenson/rbenv) and [ruby-build](https://github.com/sstephenson/ruby-build) during `deploy:setup` task. To setup rbenv for your application, add following in you `config/deploy.rb`. - # in "config/deploy.rb" - require 'capistrano-rbenv' +```ruby +# config/deploy.rb +require "capistrano-rbenv" +set :rbenv_ruby_version, "1.9.3-p392" +``` Following options are available to manage your rbenv. * `:rbenv_branch` - the git branch to install `rbenv` from. use `master` by default. * `:rbenv_bundler_gem` - package name of `bundler`.