$NetBSD: patch-aa,v 1.1.1.1 2008/04/14 20:30:18 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. +LineCache is a module for printing an Array in column-sorted order. EOF spec.version = PACKAGE_VERSION