Ruby Version Manager
Appearance
![]() | This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Ruby Version Manager | |
---|---|
Developer(s) | Wayne E. Seguin |
Stable release | 1.22.3[1]
/ August 20, 2013 |
Repository | |
Written in | Bash, Ruby[2] |
Operating system | Unix-like |
License | Apache License 2.0[3] |
Website | rvm |
Ruby Version Manager, often abbreviated as RVM, is a unix-like software platform designed to manage multiple installations of Ruby on the same device. [4]
The entire ruby environment including the Ruby interpreter, installed RubyGems, and documentation is partitioned. The different versions can then be switched between to enable a developer to work on several projects with different version requirements.
References
- ^ "Version file". Retrieved 2013-07-08.
- ^ "rvm / RubyGems.org". Retrieved 2013-12-08.
- ^ "RVM Git repository". Retrieved 2012-09-05.
- ^ (D. Thomas, "Programming Ruby 1.9" version 4.1, The Pragmatic Programmer, 2011)