mlanett / rbenv-each

rbenv plugin to Run a command across all installed rubies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

To install rbenv-each, clone this repository into your rbenv plugins directory. (You'll need a recent version of rbenv that supports plugin bundles.)

$ mkdir -p "$(rbenv root)"/plugins
$ git clone https://github.com/chriseppstein/rbenv-each.git "$(rbenv root)"/plugins/rbenv-each

Usage

$ rbenv help each

Verbose mode will print a header for each ruby so you can distinguish the output.

Examples:

$ rbenv each bundle install
$ rbenv each -v rake test

About

rbenv plugin to Run a command across all installed rubies.


Languages

Language:Shell 100.0%