Manage multiple Ruby versions for Microsoft Windows
gem install wers
wers command [options...]
- 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.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request