wolfeidau / rake-bamboo-plugin

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

Remove dependence on RVM being installed #13

Closed wolfeidau closed 12 years ago

wolfeidau commented 12 years ago

Currently each of the tasks bombs out if RVM isn't installed, this needs to be tidied up.

wolfeidau commented 12 years ago

Lots of refactoring and tidy up to enable this.

Implemented a very primitive detection and checking model to enable rvm to coexist with other ruby runtime providers.