Sha256: cab72131038e94fd6c5638877d1fe88824f8e484f6882b34c9725fb954f1d3a6
Contents?: true
Size: 1.71 KB
Versions: 0
Compression: gzip
Compressed size: 789 Bytes
Stored size: 789 Bytes
Contents
--- !ruby/object:Gem::Specification name: console version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 2 - 2 version: 0.2.2 platform: ruby authors: - William Morgan autorequire: bindir: bin cert_chain: [] date: 2010-05-19 08:30:21 -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: - 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://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: []