Blame SOURCES/README

63401c
Package %{scl_name} provides Ruby scripting language delivered as a Software
63401c
Collection. For more information about Software Collections,
63401c
see the scl(1) man page. By installing the %{scl_name} collection,
63401c
you will get the minimum working set of packages to have a working Ruby scripting language.
63401c
63401c
Usage: scl enable %{scl} 'ruby'
63401c
63401c
Software Collections allow you to build and execute applications
63401c
which are not located in the filesystem root hierarchy,
63401c
but are stored in an alternative location, which is %{_scl_root}
63401c
in case of the %{scl_name} collection.
63401c
63401c
Ruby is the interpreted scripting language for quick and easy
63401c
object-oriented programming.  It has many features to process text
63401c
files and to do system management tasks (as in Perl).  It is simple,
63401c
straight-forward, and extensible.
63401c
63401c
When you want to work with the %{scl_name} collection, use the scl
63401c
utility (see the scl(1) man page for usage) to enable the scl
63401c
environment.
63401c
63401c
Examples:
63401c
scl enable %{scl_name} 'command --arg'
63401c
  Run a specific command with the argument --arg within the %{scl_name}
63401c
  software collections environment.
63401c
63401c
scl enable %{scl_name} 'ruby script.rb'
63401c
  Execute script.rb by Ruby from the %{scl_name} software collection.
63401c
63401c
scl enable %{scl_name} bash
63401c
  Run an interactive shell with the %{scl_name} software collection enabled.
63401c
63401c
scl enable %{scl_name} 'man ruby'
63401c
  Show man pages for the ruby command, which is a part of the
63401c
  %{scl_name} software collection.
63401c
63401c
Report bugs to <http://bugzilla.redhat.com>.