Blame SOURCES/README

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