Jump to content

Ruby Version Manager

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Scottmacpherson (talk | contribs) at 05:09, 31 July 2012 (Remove erroneous forward-slash from URL). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Ruby Version Manager
Developer(s)Wayne E. Seguin
Stable release
1.14.10[1] / July 27, 2012 (2012-07-27)
Repository
Operating systemLinux
LicenseApache License, Version 2.0[2]
Websitervm.io

Ruby Version Manager known as RVM is a Unix software platform that can be used to manage multiple installations of Ruby on the same device. [3]

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

  1. ^ "Version file". Retrieved 2012-07-31.
  2. ^ "RVM Git repository". Retrieved 2012-06-14.
  3. ^ (D. Thomas, "Programming Ruby 1.9" version 4.1, The Pragmatic Programmer, 2011)