summaryrefslogtreecommitdiff
path: root/misc/ruby-columnize/patches/patch-aa
blob: 385abe54026a41fd2b39b270dfb40ea3511b8c54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-aa,v 1.2 2008/04/17 17:23:24 jlam Exp $

--- Rakefile.orig	2008-04-14 16:26:02.000000000 -0400
+++ Rakefile
@@ -44,10 +44,9 @@ default_spec = Gem::Specification.new do
   spec.name = "columnize"
   
   spec.homepage = "http://rubyforge.org/projects/rocky-hacks/columnize"
-  spec.summary = "Read file with caching"
+  spec.summary = "Print an Array in column-sorted order"
   spec.description = <<-EOF
-Columnize is a module for reading and caching lines. This may be useful for
-example in a debugger where the same lines are shown many times.
+Columnize is a module for printing an Array in column-sorted order.
 EOF
 
   spec.version = PACKAGE_VERSION