- add rvm:(un)install_gem, merged #32
- fix undefined use_sudo, merged #32
- silence
rvm:rvm_install
, closes #22
- fix detecting Capistrano constant in Ruby 1.8.7, fix #28, closes #23
- Add LICENSE, merged #14
- Only load code if the Capistrano constant is defined, fix #23, merged #26
- Default
rvm_install_ruby_params
to an empty string - fixes #15
- Add
set :rvm_ruby_string, :local
, merged #4 - Fix
command_install
edge cases, merged #12, closes #13
- Add task to create gemset, fix #8
- Add
rvm_install_ruby_params
, fix #9 - Improved installing RVM with sudo, fix #10
- Use the new RVM installer
- Fix rvm installation task to use sudo and
rvm_path
when needed
- Fix the bundler auto require problem
- Updated to latest integration code for installing rvm/ruby
- Cleaning code, improving gemification
- Switch the default rvm installation type to user - as we discourage system installations
- Improved README.md
- Ported RVM /Capistrano Gem Library into it's own repository from the main RVM repostitory. ( https://github.com/wayneeseguin/rvm-capistrano )