Treffer: RubyGems.

Title:
RubyGems.
Authors:
Source:
Linux Journal. Jul2006, Issue 147, p52-56. 4p.
Database:
Business Source Premier

Weitere Informationen

The article explores the basics of RubyGems, a system for managing Ruby software libraries. The gem command is used to interact with the RubyGems package system. The gem update command updates all the current versions of gems to their latest version, gem cleanup removes old versions of gems that are installed, and gem uninstall removes a given gem from the repository. Upon installation, read the documentation on the gems to learn their application program interfaces through Ruby documentation, or rdoc.