Logo

RubyGems User Guide

Small book cover: RubyGems User Guide

RubyGems User Guide

Publisher: RubyGems.org

Description:
RubyGems is the premier ruby packaging system. It provides: A standard format for distributing Ruby programs and libraries; An easy to use tool for managing the installation of gem packages; A gem server utility for serving gems from any machine where RubyGems is installed; A standard way of publishing gem packages.

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Programming Ruby: The Pragmatic Programmer's GuideProgramming Ruby: The Pragmatic Programmer's Guide
by - Addison-Wesley
Introduction to Ruby, an object-oriented programming language, which allows for programming without extra syntax or code. Shows how to easily mine the Ruby language, teaching the basics, plus how to write large programs, and more.
(21819 views)
Book cover: Big Fat RailsBig Fat Rails
by - bigfatrails.com
A book designed around teaching Ruby on Rails in a precept upon precept fashion. Both theory and practice driving your knowledge. If you are a beginner, the purpose of this book is to simply get you there in small, manageable steps.
(13008 views)
Book cover: Ruby Best PracticesRuby Best Practices
by - O'Reilly Media
Ruby Best Practices aims to help Ruby developers from a wide range of skill levels improve their fundamental understanding of the language via exposure to the common practices and idioms that many seasoned Rubyists take for granted.
(15048 views)
Book cover: Ruby Hacking GuideRuby Hacking Guide
by
The RHG is a book that explains how the ruby interpreter (the official C implementation of the Ruby language) works internally. To fully understand it, you need a good knowledge of C and Ruby. This book is going to investigate ruby as a whole.
(15277 views)