# -*- encoding: utf-8 -*- # stub: columnize 0.3.1 ruby lib Gem::Specification.new do |s| s.name = "columnize".freeze s.version = "0.3.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["R. Bernstein".freeze] s.date = "2009-07-26" s.description = "Return a list of strings as a set of arranged in columns.\n\nFor example, for a line width of 4 characters (arranged vertically):\n ['1', '2,', '3', '4'] => '1 3\n2 4\n'\n\nor arranged horizontally:\n ['1', '2,', '3', '4'] => '1 2\n3 4\n'\n\nEach column is only as wide as necessary. By default, columns are\nseparated by two spaces - one was not legible enough. Set \"colsep\"\nto adjust the string separate columns. Set `displaywidth' to set\nthe line width.\n\nNormally, consecutive items go down from the top to bottom from\nthe left-most column to the right-most. If +arrange_vertical+ is\nset false, consecutive items will go across, left to right, top to\nbottom.\n".freeze s.email = "rockyb@rubyforge.net".freeze s.extra_rdoc_files = ["README".freeze, "lib/columnize.rb".freeze] s.files = ["AUTHORS".freeze, "COPYING".freeze, "ChangeLog".freeze, "NEWS".freeze, "README".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/columnize.rb".freeze, "test/test-columnize.rb".freeze] s.homepage = "http://rubyforge.org/projects/rocky-hacks/columnize".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.8.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Read file with caching".freeze end