Blame SOURCES/README

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