wolfeidau / rake-bamboo-plugin

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

Tidy up and test support for many system ruby runtimes #26

Open wolfeidau opened 12 years ago

wolfeidau commented 12 years ago

Currently I support only one system ruby, I would like to expand this to any ruby I can find on the path that is NOT an RVM or rbenv ruby(rbenv is ok as they are essentially standalone but..)

When these ruby processes are spawned I will TRY to ensure there environment is not tainted by a runtime manager.