RubyGems

RubyGems is a package manager for the Ruby programming language that provides a standard format for distributing Ruby programs and libraries (in a self-contained format called a "gem"), a tool designed to easily manage the installation of gems, and a server for distributing them. For more information on RubyGems, you can view the packaging system's documentation.

 

  • Using Your Ruby Gem(s)
  • Finding an Available Ruby Gem
  • Installing a Ruby Gem
  • Finding System Ruby Gems
  • System Modules

 

Using Your Ruby Gem(s)

Copy and and paste the code under the Using Your Ruby Gem(s) heading into your script. This will add the correct directory to the include path.

 

Finding an Available Ruby Gem

To find an available Ruby Gem:

  1. Enter keyword(s) in the Search field and click Go, OR
  2. Click Show Available Ruby Gem(s).
    • You will be directed to a new page, where you can click Install to install a Ruby Gem or click Show Docs to view documentation for a Ruby Gem.

 

Installing a Ruby Gem

To install a Ruby Gem:

  1. Enter the Ruby Gem name in the Install a Ruby Gem field.
  2. Click Install Now.
    • The Ruby Gem will be added to the Installed Ruby Gem(s) table, where you can update, reinstall, uninstall, or show documentation for each Ruby Gem by clicking the appropriate button.

 

Finding System Ruby Gems

Click Show System Installed Modules. You will be directed to a new page, where you can click Show Docs to view documentation for a Ruby Gem.

 

System Modules

Click Show Docs to view the documentation for system installed Ruby modules (Gems).

Was this answer helpful?

 Print this Article

Also Read

Site Software

You can add many useful functions to your website by installing pieces of software called cPanel...

CGI Center

Short for “Common Gateway Interface,” CGI lets a web server run pieces of software...

PHP Configuration

If problems are encountered with the way your server handles PHP packages, it may be necessary to...

PHP PEAR Packages

PEAR packages are pieces of software written in the PHP scripting language. cPanel makes it easy...

Perl Modules

Perl modules are pieces of software written in the Perl programming language. cPanel makes it...