Sha256: 9afd7ac1c04c90df747918cf1e60a201b3cf72b17b81f12ede1584bdac24b9f6
Contents?: true
Size: 1.64 KB
Versions: 0
Compression: gzip
Compressed size: 763 Bytes
Stored size: 763 Bytes
Contents
--- !ruby/object:Gem::Specification name: console version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 2 version: "0.2" platform: ruby authors: - William Morgan autorequire: bindir: bin cert_chain: [] date: 2010-05-11 08:47:32 -04:00 default_executable: dependencies: [] description: Console is a helper class for displaying super-ASCII strings on the console. Console is needed when you want to mix two-column (e.g. Chinese) and single-column (e.g. ASCII) characters and know how much horizontal realestate the result takes on the screen. This is generally necessary when you want to have internationalization support in a console program. Console currently provides utility methods for determining the display width of a string, and for taking a substring based on display position and display width. email: wmorgan-console@masanjin.net executables: [] extensions: - ext/console/extconf.rb extra_rdoc_files: [] files: - ext/console/extconf.rb - ext/console/console.c - test/console.rb has_rdoc: true homepage: http://console.rubygems.org licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: Console is a helper for displaying super-ASCII strings on the console. test_files: []