wers

Manage multiple Ruby versions for Microsoft Windows

Installation

gem install wers

Usage:

wers command [options...]

Commands:

init
Initialize wers with current available Ruby.
list
List all Ruby versions known by wers.
add
Add specified version of Ruby to wers.
delete
Delete specified version of Ruby from wers.
global
Set or show the global Ruby version.
local
Set or show the local directory-specific Ruby version.
shell
Set or show the shell-specific Ruby version.
version
Show the current Ruby version.
help
Show this help.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request