README.md in capistrano-rbenv-install-1.0.0 vs README.md in capistrano-rbenv-install-1.1.0

- old
+ new

@@ -8,11 +8,11 @@ ### Installation Install by adding the following to the `Gemfile`: - gem 'capistrano', '~> 3.1' + gem 'capistrano', '~> 3.2.1' gem 'capistrano-rbenv', '~> 2.0' # required gem 'capistrano-rbenv-install' then: @@ -92,19 +92,10 @@ Example: `ssh`ing to the server and manually running ruby commands is not supported. ### More Capistrano automation? -If you'd like to streamline your Capistrano deploys, you might want to check -these zero-configuration, plug-n-play plugins: - -- [capistrano-postgresql](https://github.com/bruno-/capistrano-postgresql)<br/> -plugin that automates postgresql configuration and setup -- [capistrano-unicorn-nginx](https://github.com/bruno-/capistrano-unicorn-nginx)<br/> -no-configuration unicorn and nginx setup with sensible defaults -- [capistrano-safe-deploy-to](https://github.com/bruno-/capistrano-safe-deploy-to)<br/> -if you're annoyed that Capistrano does **not** create a deployment path for the -app on the server (default `/var/www/myapp`), this is what you need! +Check out [capistrano-plugins](https://github.com/capistrano-plugins) github org. ### Thanks @yyuu and the original [capistrano-rbenv](https://github.com/yyuu/capistrano-rbenv) project for