summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-03-21 22:23:51 +0000
committerjlam <jlam@pkgsrc.org>2008-03-21 22:23:51 +0000
commit5df41c683f641dc84d7e14b300cda8e22ee6a851 (patch)
tree31cf2311a7642f1317c32c657188cb065ee7b96e /misc
parent1392c7c5c2a05b5779a732aaecbadd2bf66297a1 (diff)
downloadpkgsrc-5df41c683f641dc84d7e14b300cda8e22ee6a851.tar.gz
Update description to be less rambling and more consise.
Diffstat (limited to 'misc')
-rw-r--r--misc/rubygems/DESCR14
1 files changed, 6 insertions, 8 deletions
diff --git a/misc/rubygems/DESCR b/misc/rubygems/DESCR
index 368894a0c24..2456731e765 100644
--- a/misc/rubygems/DESCR
+++ b/misc/rubygems/DESCR
@@ -1,8 +1,6 @@
-RubyGems is a way to package Ruby libraries/applications for
-distribution, its a distribution manager, its a package manager.
-RubyGems brings to the world of Ruby a very valuable capability--the
-ability to manage concurrent versions of libraries and dependencies
-between those libraries. This last aspect of RubyGems is one of the
-most important to the end user, because its value is continuous as you
-use and program Ruby, but to understand its impact an explanation of
-how Ruby manages libraries is in order.
+RubyGems is the premier Ruby packaging system. It provides:
+
+ * A standard format for destributing 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.