- Do not silence installation message - Update WWW - Add GitHub repository to pkg-descr Changes: https://github.com/rubygems/rubygems/blob/master/History.txt Differential Revision: https://reviews.freebsd.org/D8682 PR: 214961 Exp-run by: antoine
17 lines
656 B
Text
17 lines
656 B
Text
a package management framework for the Ruby programming language
|
|
An application or library is packaged into a gem, which is
|
|
a single installation unit.
|
|
RubyGems entirely manages its own filesystem space, rather
|
|
than installing files into the "usual" places. This enables
|
|
greater functionality and reliability.
|
|
|
|
Using RubyGems, you can:
|
|
- download and install Ruby libraries easily
|
|
- not worry about libraries A and B depending on
|
|
different versions of library C
|
|
- easily remove libraries you no longer use
|
|
- have power and control over your Ruby platform!
|
|
|
|
You could browse source code at https://github.com/rubygems/rubygems
|
|
|
|
WWW: https://rubygems.org/
|