effkay / blazing

painless git push deployments for everyone
MIT License
80 stars 12 forks source link

Split rvm/rvm_scripts to allow for other version management #75

Closed danielfarrell closed 11 years ago

danielfarrell commented 11 years ago

Right now you have to trick blazing some to use another version manager besides RVM. This makes things more flexible so that you don't have to trick it.

It makes rvm_scripts an alias of env_scripts to keep current configs working.

But if you used rbenv and wanted to source a file for it you'd do this: env_scripts '/etc/profile.d/rbenv.sh' in your config and have rbenv work(assuming you have that sh).

effkay commented 11 years ago

That seems an easy way out for adding rbenv support. Thanks for the suggestion! Would you care to also update the readme accordingly?

danielfarrell commented 11 years ago

Done, thanks for merging them in.

effkay commented 11 years ago

Merged in. Probably making a new release next week unless you're in a hurry. Thanks to you as well!

danielfarrell commented 11 years ago

Next week is fine for me. I'll get my recipes cleaned up a little if you want to include them in the readme when the new version comes out.