rodreegez / rbenv-only

run a command against a given set of rubies
http://rodreegez.com
3 stars 1 forks source link

Ability to specify with rubies to use in a config file #1

Open soupmatt opened 12 years ago

soupmatt commented 12 years ago

It would be nice if we could use a .rbenv-only file to specify the rubies to be used in a given project.

rodreegez commented 12 years ago

yeah, @philnash mentioned something similar, we were thinking perhaps a .rbenv-only file listing the desired rubies?

However that would involve figuring out how to write out the file, then look for the file, parse it, etc...

If I have some time I'll look into it, otherwise pull requests gladly accepted!