wolfeidau / rake-bamboo-plugin

Plugin for bamboo which enables building of ruby projects using rake
Other
34 stars 16 forks source link

Detect system installed ruby installations on OSX and Linux #9

Closed wolfeidau closed 12 years ago

wolfeidau commented 12 years ago

Some operating systems either bundle or enable the installation of ruby from the packaging system.

I need to support these run times like the ones detected via RVM.

wolfeidau commented 12 years ago

Going to leave this one to later, need to consider whether I want to require RVM for this plugin (which is how it is now) or change it to being an optional dependency.

wolfeidau commented 12 years ago

First cut of this is done, it is pretty simplistic to ensure detection isn't subverted by RVM or other sources tainting the PATH environment variable.