pitluga / subcontractor

rvm aware process launcher for foreman
84 stars 24 forks source link

Adds '--choose-env' flag to use rbenv if available, otherwise rvm #21

Closed mnussbaum closed 11 years ago

mnussbaum commented 11 years ago

Adds a flag to use either rbenv or rvm, so a single Procfile can support team members using different version managers. It also make the "." value work similarly for the --rvm, --rbenv, and --choose-env flags.