Support installing multiple rubies in 1 run and refactor a bit

This commit is contained in:
Nick Janetakis
2014-07-01 13:31:01 -04:00
parent b71810ebca
commit 797739c17c
6 changed files with 82 additions and 67 deletions

View File

@@ -1,4 +1,5 @@
---
ruby_default_ruby_version: '{{ ruby_rubies | last if ruby_rubies and ruby_rubies is iterable else "" }}'
ruby_rvm: '{{ ruby_rvm_install_path }}/bin/rvm'
ruby_rvm_default_wrappers: '{{ ruby_rvm_install_path }}/wrappers/default'
ruby: '{{ ruby_rvm_default_wrappers }}/ruby'