Sha256: 10b6a011983d2def09ae927a123ed01aaef1d96a6581432a75589260e3d97b2c
Contents?: true
Size: 1.78 KB
Versions: 0
Compression: gzip
Compressed size: 812 Bytes
Stored size: 812 Bytes
Contents
--- !ruby/object:Gem::Specification name: console version: !ruby/object:Gem::Version hash: 13 prerelease: false segments: - 0 - 3 version: "0.3" platform: ruby authors: - William Morgan autorequire: bindir: bin cert_chain: [] date: 2011-01-17 20:18:21 -08: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-based 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: - README - ext/console/console.c files: - README - ext/console/extconf.rb - ext/console/console.c - test/console.rb - lib/console/string.rb has_rdoc: true homepage: http://masanjin.net/console licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Console is a helper for properly handling super-ASCII strings on the console. test_files: []