[Bug 588429] New: Review Request: rubygem-columnize - Return a list of strings as a set of arranged in columns.

bugzilla at redhat.com bugzilla at redhat.com
Mon May 3 17:42:22 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: rubygem-columnize -  Return a list of strings as a set of arranged in columns.

https://bugzilla.redhat.com/show_bug.cgi?id=588429

           Summary: Review Request: rubygem-columnize -  Return a list of
                    strings as a set of arranged in columns.
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: ayoung at redhat.com
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com, fedora-package-review at redhat.com
   Estimated Hours: 0.0
    Classification: Fedora
    Target Release: ---


Spec URL:  http://github.com/admiyo/MySpecs/blob/master/rubygem-columnize.spec
SRPM URL: 
http://admiyo.fedorapeople.org/buildr-repo/rubygem-columnize-0.3.1-1.young.src.rpm
Description: 
Return a list of strings as a set of arranged in columns. For example, for a
line width of 4 characters (arranged vertically): ['1', '2,', '3', '4'] =>
'1 3 2 4 ' or arranged horizontally: ['1', '2,', '3', '4'] => '1 2 3 4 '
Each column is only as wide as necessary. By default, columns are separated by
two spaces - one was not legible enough. Set "colsep" to adjust the
string separate columns. Set `displaywidth' to set the line width. Normally,
consecutive items go down from the top to bottom from the left-most column to
the right-most. If +arrange_vertical+ is set false, consecutive items will go
across, left to right, top to bottom.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list