4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
28 \.\\" Modified for Solaris to add notes about Ruby installation locations.\
31 \.\\" Begin Oracle update\
33 The following files specify the installation locations for Ruby: \
36 /usr/ruby/RUBY_VER/lib/ruby/gems/RUBY_LIB_VER \
37 Contains the Rubygems repository. Configure the GEM_HOME environment variable \
38 to point to /usr/ruby/RUBY_VER/lib/ruby/gems/RUBY_LIB_VER as the installation of Rubygems repository.\
41 ~/.gem/ruby/RUBY_LIB_VER \
42 Per user location for gems, when installing with the gem install option \
43 --user-install (gem install --user-install ... ). This path is \
44 automatically added to GEM_PATH.\
47 ~/.gem/ruby/RUBY_LIB_VER/bin\
48 Per user location for gem executables.\
51 /usr/ruby/RUBY_VER/bin \
52 Contains the Ruby executable as well as other utility programs, and \
53 Rubygems programs. These programs are linked from /usr/bin.\
54 For example: /usr/ruby/RUBY_VER/bin/ruby is linked from /usr/bin/ruby19, and \
55 may be linked from /usr/bin/ruby if the package mediator "ruby" is version \
56 "RUBY_VER" (see pkg(1)). \
57 Also contains executables for any installed gems that have them (i.e.: thin,\
59 \.\\" End Oracle update