--- !ruby/object:Gem::Specification name: columnize version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 3 - 5 version: 0.3.5 platform: ruby authors: - R. Bernstein autorequire: bindir: bin cert_chain: [] date: 2011-11-24 00:00:00 -05:00 default_executable: dependencies: [] description: "\n\ In showing a long lists, sometimes one would prefer to see the value\n\ arranged aligned in columns. Some examples include listing methods\n\ of an object or debugger commands. \n\n\ An Example:\n\ ```\n\ require \"columnize\"\n Columnize.columnize((1..100).to_a, :displaywidth=>60)\n puts Columnize.columnize((1..100).to_a, :displaywidth=>60)\n 1 8 15 22 29 36 43 50 57 64 71 78 85 92 99\n 2 9 16 23 30 37 44 51 58 65 72 79 86 93 100\n 3 10 17 24 31 38 45 52 59 66 73 80 87 94\n 4 11 18 25 32 39 46 53 60 67 74 81 88 95\n 5 12 19 26 33 40 47 54 61 68 75 82 89 96\n 6 13 20 27 34 41 48 55 62 69 76 83 90 97\n 7 14 21 28 35 42 49 56 63 70 77 84 91 98\n\n See Examples in the rdoc documentation for more examples.\n\ ```\n" email: rockyb@rubyforge.net executables: [] extensions: [] extra_rdoc_files: - README.md - lib/columnize.rb - COPYING files: - .gitignore - AUTHORS - COPYING - ChangeLog - Makefile - NEWS - README.md - Rakefile - columnize.gemspec - lib/Makefile - lib/columnize.rb - lib/version.rb - test/test-columnize.rb - test/test-hashparm.rb - test/test-issue3.rb has_rdoc: true homepage: https://github.com/rocky/columnize licenses: - Ruby - GPL2 post_install_message: rdoc_options: - --main - README - --title - Columnize 0.3.5 Documentation require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 1 - 8 - 2 version: 1.8.2 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: columnize rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Module to format an Array as an Array of String aligned in columns test_files: []