Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.15 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.15 KB

rbenv-rbx is DEPRECATED thanks to sstephenson/ruby-build@dbd8c71


rbenv-rbx

This is a plugin for rbenv that fixes up your shims and sets your RBENV_COMMAND_PATH properly for use with Rubinius.

Installation

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

$ mkdir -p ~/.rbenv/plugins
$ cd ~/.rbenv/plugins
$ git clone git://github.com/rmm5t/rbenv-rbx.git

Attribution and Genesis

This project was originally a fork of the rbenv-rbx_2.0.0-dev_fix rbenv plugin, but aims to automatically support all versions of Rubinius under rbenv instead of just 2.0.0-dev in 1.9 mode.

For more information, please review this thread on the underlying problem.

License

© 2012-2013 Collin Schaafsma, Ryan McGeary. Released under the MIT license. See LICENSE for details.