1CDIST-TYPE__RVM_GEM(7) cdist CDIST-TYPE__RVM_GEM(7)
2
3
4
6 cdist-type__rvm_gemset - Manage Ruby gems through rvm
7
9 RVM is the Ruby enVironment Manager for the Ruby programming language.
10
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
19 default
20 Make the selected gemset the default
21
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
34 cdist-type__rvm(7), cdist-type__rvm_gemset(7), cdist-type__rvm_ruby(7)
35
37 Evax Software <contact@evax.fr>
38
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 2019
45
46
47
48
496.4.0 Jan 04, 2020 CDIST-TYPE__RVM_GEM(7)