# -*- encoding: utf-8 -*- # stub: console 0.4 ruby lib # stub: ext/console/extconf.rb Gem::Specification.new do |s| s.name = "console".freeze s.version = "0.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["William Morgan".freeze] s.date = "2011-04-30" s.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.".freeze s.email = "wmorgan-console@masanjin.net".freeze s.extensions = ["ext/console/extconf.rb".freeze] s.extra_rdoc_files = ["README".freeze, "ext/console/console.c".freeze] s.files = ["README".freeze, "ext/console/console.c".freeze, "ext/console/extconf.rb".freeze, "lib/console/string.rb".freeze, "test/console.rb".freeze] s.homepage = "http://masanjin.net/console".freeze s.rdoc_options = ["-c".freeze, "utf8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Console is a helper for properly handling super-ASCII strings on the console.".freeze end