Blame SOURCES/README

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