summaryrefslogtreecommitdiff
path: root/misc/rubygems
diff options
context:
space:
mode:
authorjlam <jlam>2008-03-21 22:23:51 +0000
committerjlam <jlam>2008-03-21 22:23:51 +0000
commit47533b7d11863723b62b3f20313127fea23e042c (patch)
tree31cf2311a7642f1317c32c657188cb065ee7b96e /misc/rubygems
parent3cc4aa27d72dac644e8980ccac11b5eb7028ad2f (diff)
downloadpkgsrc-47533b7d11863723b62b3f20313127fea23e042c.tar.gz
Update description to be less rambling and more consise.
Diffstat (limited to 'misc/rubygems')
-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.