1CDIST-TYPE__RVM_GEM(7)               cdist              CDIST-TYPE__RVM_GEM(7)
2
3
4

NAME

6       cdist-type__rvm_gemset - Manage Ruby gems through rvm
7

DESCRIPTION

9       RVM is the Ruby enVironment Manager for the Ruby programming language.
10

REQUIRED PARAMETERS

12       user   The remote user account to use
13
14       gemset The gemset to use
15
16       state  Either "present" or "absent", defaults to "present".
17

OPTIONAL PARAMETERS

19       default
20              Make the selected gemset the default
21

EXAMPLES

23          # Install the rails gem in gemset ruby-1.9.3-p0@myset for user bill
24          __rvm_gemset rails --gemset ruby-1.9.3-p0@myset --user bill --state present
25
26          # Do the same and also make ruby-1.9.3-p0@myset the default gemset
27          __rvm_gemset rails --gemset ruby-1.9.3-p0@myset --user bill \
28                             --state present --default
29
30          # Remove it
31          __rvm_ruby rails --gemset ruby-1.9.3-p0@myset --user bill --state absent
32

SEE ALSO

34       cdist-type__rvm(7), cdist-type__rvm_gemset(7), cdist-type__rvm_ruby(7)
35

AUTHORS

37       Evax Software <contact@evax.fr>
38

COPYING

40       Copyright  (C) 2012 Evax Software. Free use of this software is granted
41       under the terms of the GNU General Public License version 3 (GPLv3).
42
44       ungleich GmbH 2020
45
46
47
48
496.9.6                            Apr 20, 2021           CDIST-TYPE__RVM_GEM(7)
Impressum