aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-gems/pkg-descr
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2004-10-19 16:50:28 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2004-10-19 16:50:28 +0000
commit9279fc13de66934659580c7dc00fddb8ad708b4b (patch)
treec18c69feda8362564ec26e8b5fdcdd9a072762b2 /devel/ruby-gems/pkg-descr
parent91d7cbe48c065a0256a462e80cd860a040291307 (diff)
Notes
Diffstat (limited to 'devel/ruby-gems/pkg-descr')
-rw-r--r--devel/ruby-gems/pkg-descr15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/ruby-gems/pkg-descr b/devel/ruby-gems/pkg-descr
new file mode 100644
index 000000000000..3ee65cd4c60c
--- /dev/null
+++ b/devel/ruby-gems/pkg-descr
@@ -0,0 +1,15 @@
+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!
+
+WWW: http://rubygems.rubyforge.org/wiki/wiki.pl