Sha256: cc45f5314e174ee08d9238cf16935756804e18ae75558b43c722fc4e2e641704
Contents?: true
Size: 1.78 KB
Versions: 0
Compression: gzip
Compressed size: 893 Bytes
Stored size: 893 Bytes
Contents
--- !ruby/object:Gem::Specification name: columnize version: !ruby/object:Gem::Version version: 0.3.1 platform: ruby authors: - R. Bernstein autorequire: bindir: bin cert_chain: [] date: 2009-07-26 00:00:00 -04:00 default_executable: dependencies: [] 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. email: rockyb@rubyforge.net executables: [] extensions: [] extra_rdoc_files: - README - lib/columnize.rb files: - AUTHORS - COPYING - ChangeLog - NEWS - README - Rakefile - VERSION - lib/columnize.rb - test/test-columnize.rb has_rdoc: true homepage: http://rubyforge.org/projects/rocky-hacks/columnize licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.8.2 version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rocky-hacks rubygems_version: 1.3.4 signing_key: specification_version: 3 summary: Read file with caching test_files: []