rbenv / rbenv-each

rbenv plugin to Run a command across all installed rubies.
Creative Commons Zero v1.0 Universal
91 stars 18 forks source link

Add -o option to limit to certain Ruby versions. #4

Closed ntalbott closed 10 years ago

ntalbott commented 12 years ago

I added this to allow me to easily run tests for my projects against a couple of major ruby versions (1.8, 1.9) without having to remove a bunch of other rubies (ree, 1.8.6, etc.).

Depends on the whatis plugin to simplify version specification. Let me know if that's a hurdle for inclusion; if so, I can make it optional.

mislav commented 10 years ago

No, sorry, we don't want the rbenv-whatis dependency. The plugin should remain simple.