--- !ruby/object:Gem::Specification name: tty version: !ruby/object:Gem::Version version: 0.1.0 platform: ruby authors: - Piotr Murach autorequire: bindir: bin cert_chain: [] date: 2014-09-21 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '1.5' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '1.5' description: A toolbox for developing beautiful command line clients. email: - '' executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec - .ruby-gemset - .ruby-version - .travis.yml - .yardopts - CHANGELOG.md - Gemfile - LICENSE.txt - README.md - Rakefile - benchmarks/shell.rb - benchmarks/table.rb - images/tty.png - lib/tty.rb - lib/tty/coercer.rb - lib/tty/coercer/boolean.rb - lib/tty/coercer/float.rb - lib/tty/coercer/integer.rb - lib/tty/coercer/range.rb - lib/tty/logger.rb - lib/tty/plugins.rb - lib/tty/plugins/plugin.rb - lib/tty/shell.rb - lib/tty/shell/question.rb - lib/tty/shell/question/modifier.rb - lib/tty/shell/question/validation.rb - lib/tty/shell/reader.rb - lib/tty/shell/response.rb - lib/tty/shell/response_delegation.rb - lib/tty/shell/statement.rb - lib/tty/shell/suggestion.rb - lib/tty/support/coercion.rb - lib/tty/support/conversion.rb - lib/tty/support/delegatable.rb - lib/tty/support/equatable.rb - lib/tty/support/unicode.rb - lib/tty/support/utils.rb - lib/tty/system.rb - lib/tty/system/editor.rb - lib/tty/system/which.rb - lib/tty/table.rb - lib/tty/table/border.rb - lib/tty/table/border/ascii.rb - lib/tty/table/border/null.rb - lib/tty/table/border/row_line.rb - lib/tty/table/border/unicode.rb - lib/tty/table/border_dsl.rb - lib/tty/table/border_options.rb - lib/tty/table/column_set.rb - lib/tty/table/columns.rb - lib/tty/table/error.rb - lib/tty/table/field.rb - lib/tty/table/header.rb - lib/tty/table/indentation.rb - lib/tty/table/operation/alignment.rb - lib/tty/table/operation/alignment_set.rb - lib/tty/table/operation/escape.rb - lib/tty/table/operation/filter.rb - lib/tty/table/operation/padding.rb - lib/tty/table/operation/truncation.rb - lib/tty/table/operation/wrapped.rb - lib/tty/table/operations.rb - lib/tty/table/orientation.rb - lib/tty/table/orientation/horizontal.rb - lib/tty/table/orientation/vertical.rb - lib/tty/table/padder.rb - lib/tty/table/renderer.rb - lib/tty/table/renderer/ascii.rb - lib/tty/table/renderer/basic.rb - lib/tty/table/renderer/color.rb - lib/tty/table/renderer/unicode.rb - lib/tty/table/row.rb - lib/tty/table/transformation.rb - lib/tty/table/validatable.rb - lib/tty/terminal.rb - lib/tty/terminal/color.rb - lib/tty/terminal/echo.rb - lib/tty/terminal/home.rb - lib/tty/terminal/pager.rb - lib/tty/terminal/pager/basic.rb - lib/tty/terminal/pager/system.rb - lib/tty/text.rb - lib/tty/text/distance.rb - lib/tty/text/truncation.rb - lib/tty/text/wrapping.rb - lib/tty/vector.rb - lib/tty/version.rb - spec/spec_helper.rb - spec/tty/coercer/boolean/coerce_spec.rb - spec/tty/coercer/float/coerce_spec.rb - spec/tty/coercer/integer/coerce_spec.rb - spec/tty/coercer/range/coerce_spec.rb - spec/tty/logger/log_spec.rb - spec/tty/logger/new_spec.rb - spec/tty/logger/valid_level_spec.rb - spec/tty/plugins/find_spec.rb - spec/tty/plugins/load_spec.rb - spec/tty/plugins/plugin/load_spec.rb - spec/tty/plugins/plugin/new_spec.rb - spec/tty/shell/ask_spec.rb - spec/tty/shell/error_spec.rb - spec/tty/shell/print_table_spec.rb - spec/tty/shell/question/argument_spec.rb - spec/tty/shell/question/character_spec.rb - spec/tty/shell/question/default_spec.rb - spec/tty/shell/question/in_spec.rb - spec/tty/shell/question/initialize_spec.rb - spec/tty/shell/question/modifier/apply_to_spec.rb - spec/tty/shell/question/modifier/letter_case_spec.rb - spec/tty/shell/question/modifier/whitespace_spec.rb - spec/tty/shell/question/modify_spec.rb - spec/tty/shell/question/valid_spec.rb - spec/tty/shell/question/validate_spec.rb - spec/tty/shell/question/validation/coerce_spec.rb - spec/tty/shell/question/validation/valid_value_spec.rb - spec/tty/shell/reader/getc_spec.rb - spec/tty/shell/response/read_bool_spec.rb - spec/tty/shell/response/read_char_spec.rb - spec/tty/shell/response/read_date_spec.rb - spec/tty/shell/response/read_email_spec.rb - spec/tty/shell/response/read_multiple_spec.rb - spec/tty/shell/response/read_number_spec.rb - spec/tty/shell/response/read_range_spec.rb - spec/tty/shell/response/read_spec.rb - spec/tty/shell/response/read_string_spec.rb - spec/tty/shell/say_spec.rb - spec/tty/shell/statement/initialize_spec.rb - spec/tty/shell/suggest_spec.rb - spec/tty/shell/warn_spec.rb - spec/tty/support/coercion_spec.rb - spec/tty/support/conversion_spec.rb - spec/tty/support/delegatable_spec.rb - spec/tty/support/equatable_spec.rb - spec/tty/support/fixtures/classes.rb - spec/tty/system/editor/available_spec.rb - spec/tty/system/editor/build_spec.rb - spec/tty/system/editor/command_spec.rb - spec/tty/system/editor/executables_spec.rb - spec/tty/system/editor/invoke_spec.rb - spec/tty/system/editor/open_spec.rb - spec/tty/system/platform_spec.rb - spec/tty/system/which/which_spec.rb - spec/tty/system/which_spec.rb - spec/tty/table/access_spec.rb - spec/tty/table/add_row_spec.rb - spec/tty/table/border/ascii/rendering_spec.rb - spec/tty/table/border/new_spec.rb - spec/tty/table/border/null/rendering_spec.rb - spec/tty/table/border/options/from_spec.rb - spec/tty/table/border/options/new_spec.rb - spec/tty/table/border/unicode/rendering_spec.rb - spec/tty/table/border_options/new_spec.rb - spec/tty/table/border_options/update_spec.rb - spec/tty/table/column_set/extract_widths_spec.rb - spec/tty/table/column_set/total_width_spec.rb - spec/tty/table/column_set/widths_from_spec.rb - spec/tty/table/columns/enforce_spec.rb - spec/tty/table/columns/widths_spec.rb - spec/tty/table/data_spec.rb - spec/tty/table/each_spec.rb - spec/tty/table/each_with_index_spec.rb - spec/tty/table/empty_spec.rb - spec/tty/table/eql_spec.rb - spec/tty/table/field/equality_spec.rb - spec/tty/table/field/length_spec.rb - spec/tty/table/field/lines_spec.rb - spec/tty/table/field/new_spec.rb - spec/tty/table/field/width_spec.rb - spec/tty/table/filter_spec.rb - spec/tty/table/header/call_spec.rb - spec/tty/table/header/height_spec.rb - spec/tty/table/header/new_spec.rb - spec/tty/table/header/set_spec.rb - spec/tty/table/header/to_ary_spec.rb - spec/tty/table/header_spec.rb - spec/tty/table/indentation/insert_indent_spec.rb - spec/tty/table/initialize_spec.rb - spec/tty/table/operation/alignment/format_spec.rb - spec/tty/table/operation/alignment/new_spec.rb - spec/tty/table/operation/alignment_set/call_spec.rb - spec/tty/table/operation/alignment_set/each_spec.rb - spec/tty/table/operation/alignment_set/new_spec.rb - spec/tty/table/operation/alignment_set/to_ary_spec.rb - spec/tty/table/operation/escape/call_spec.rb - spec/tty/table/operation/filter/call_spec.rb - spec/tty/table/operation/truncation/call_spec.rb - spec/tty/table/operation/truncation/truncate_spec.rb - spec/tty/table/operation/wrapped/call_spec.rb - spec/tty/table/operation/wrapped/wrap_spec.rb - spec/tty/table/operations/new_spec.rb - spec/tty/table/options_spec.rb - spec/tty/table/orientation_spec.rb - spec/tty/table/padder/parse_spec.rb - spec/tty/table/padder/to_s_spec.rb - spec/tty/table/padding_spec.rb - spec/tty/table/properties_spec.rb - spec/tty/table/render_spec.rb - spec/tty/table/render_with_spec.rb - spec/tty/table/renderer/ascii/indentation_spec.rb - spec/tty/table/renderer/ascii/padding_spec.rb - spec/tty/table/renderer/ascii/render_spec.rb - spec/tty/table/renderer/ascii/resizing_spec.rb - spec/tty/table/renderer/ascii/separator_spec.rb - spec/tty/table/renderer/basic/alignment_spec.rb - spec/tty/table/renderer/basic/coloring_spec.rb - spec/tty/table/renderer/basic/extract_column_widths_spec.rb - spec/tty/table/renderer/basic/filter_spec.rb - spec/tty/table/renderer/basic/indentation_spec.rb - spec/tty/table/renderer/basic/multiline_content_spec.rb - spec/tty/table/renderer/basic/new_spec.rb - spec/tty/table/renderer/basic/options_spec.rb - spec/tty/table/renderer/basic/padding_spec.rb - spec/tty/table/renderer/basic/render_spec.rb - spec/tty/table/renderer/basic/resizing_spec.rb - spec/tty/table/renderer/basic/separator_spec.rb - spec/tty/table/renderer/basic/truncation_spec.rb - spec/tty/table/renderer/basic/wrapping_spec.rb - spec/tty/table/renderer/basic_spec.rb - spec/tty/table/renderer/border_spec.rb - spec/tty/table/renderer/render_spec.rb - spec/tty/table/renderer/select_spec.rb - spec/tty/table/renderer/style_spec.rb - spec/tty/table/renderer/unicode/indentation_spec.rb - spec/tty/table/renderer/unicode/padding_spec.rb - spec/tty/table/renderer/unicode/render_spec.rb - spec/tty/table/renderer/unicode/separator_spec.rb - spec/tty/table/renderer_spec.rb - spec/tty/table/rotate_spec.rb - spec/tty/table/row/access_spec.rb - spec/tty/table/row/call_spec.rb - spec/tty/table/row/data_spec.rb - spec/tty/table/row/each_spec.rb - spec/tty/table/row/equality_spec.rb - spec/tty/table/row/height_spec.rb - spec/tty/table/row/new_spec.rb - spec/tty/table/row/to_ary_spec.rb - spec/tty/table/to_s_spec.rb - spec/tty/table/transformation/extract_tuples_spec.rb - spec/tty/table/validatable/validate_options_spec.rb - spec/tty/table/validatable_spec.rb - spec/tty/terminal/color/code_spec.rb - spec/tty/terminal/color/remove_spec.rb - spec/tty/terminal/color/set_spec.rb - spec/tty/terminal/color_spec.rb - spec/tty/terminal/echo_spec.rb - spec/tty/terminal/home_spec.rb - spec/tty/terminal/page_spec.rb - spec/tty/terminal/pager/available_spec.rb - spec/tty/terminal/pager/basic/page_spec.rb - spec/tty/terminal/pager/command_spec.rb - spec/tty/terminal/pager/executables_spec.rb - spec/tty/terminal/pager/page_spec.rb - spec/tty/terminal/pager/system/page_spec.rb - spec/tty/terminal/size_spec.rb - spec/tty/text/distance/distance_spec.rb - spec/tty/text/distance/initialize_spec.rb - spec/tty/text/distance_spec.rb - spec/tty/text/truncate_spec.rb - spec/tty/text/truncation/initialize_spec.rb - spec/tty/text/truncation/truncate_spec.rb - spec/tty/text/wrap_spec.rb - spec/tty/text/wrapping/initialize_spec.rb - spec/tty/text/wrapping/wrap_spec.rb - spec/tty/tty_spec.rb - spec/tty/vector/new_spec.rb - tasks/console.rake - tasks/coverage.rake - tasks/metrics/cane.rake - tasks/metrics/flog.rake - tasks/metrics/heckle.rake - tasks/metrics/reek.rake - tasks/spec.rake - tty.gemspec homepage: http://peter-murach.github.io/tty/ licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.0.3 signing_key: specification_version: 4 summary: A toolbox for developing beautiful command line clients. It provides a fluid interface for gathering input from the user, querying system and terminal and displaying information back. test_files: - spec/spec_helper.rb - spec/tty/coercer/boolean/coerce_spec.rb - spec/tty/coercer/float/coerce_spec.rb - spec/tty/coercer/integer/coerce_spec.rb - spec/tty/coercer/range/coerce_spec.rb - spec/tty/logger/log_spec.rb - spec/tty/logger/new_spec.rb - spec/tty/logger/valid_level_spec.rb - spec/tty/plugins/find_spec.rb - spec/tty/plugins/load_spec.rb - spec/tty/plugins/plugin/load_spec.rb - spec/tty/plugins/plugin/new_spec.rb - spec/tty/shell/ask_spec.rb - spec/tty/shell/error_spec.rb - spec/tty/shell/print_table_spec.rb - spec/tty/shell/question/argument_spec.rb - spec/tty/shell/question/character_spec.rb - spec/tty/shell/question/default_spec.rb - spec/tty/shell/question/in_spec.rb - spec/tty/shell/question/initialize_spec.rb - spec/tty/shell/question/modifier/apply_to_spec.rb - spec/tty/shell/question/modifier/letter_case_spec.rb - spec/tty/shell/question/modifier/whitespace_spec.rb - spec/tty/shell/question/modify_spec.rb - spec/tty/shell/question/valid_spec.rb - spec/tty/shell/question/validate_spec.rb - spec/tty/shell/question/validation/coerce_spec.rb - spec/tty/shell/question/validation/valid_value_spec.rb - spec/tty/shell/reader/getc_spec.rb - spec/tty/shell/response/read_bool_spec.rb - spec/tty/shell/response/read_char_spec.rb - spec/tty/shell/response/read_date_spec.rb - spec/tty/shell/response/read_email_spec.rb - spec/tty/shell/response/read_multiple_spec.rb - spec/tty/shell/response/read_number_spec.rb - spec/tty/shell/response/read_range_spec.rb - spec/tty/shell/response/read_spec.rb - spec/tty/shell/response/read_string_spec.rb - spec/tty/shell/say_spec.rb - spec/tty/shell/statement/initialize_spec.rb - spec/tty/shell/suggest_spec.rb - spec/tty/shell/warn_spec.rb - spec/tty/support/coercion_spec.rb - spec/tty/support/conversion_spec.rb - spec/tty/support/delegatable_spec.rb - spec/tty/support/equatable_spec.rb - spec/tty/support/fixtures/classes.rb - spec/tty/system/editor/available_spec.rb - spec/tty/system/editor/build_spec.rb - spec/tty/system/editor/command_spec.rb - spec/tty/system/editor/executables_spec.rb - spec/tty/system/editor/invoke_spec.rb - spec/tty/system/editor/open_spec.rb - spec/tty/system/platform_spec.rb - spec/tty/system/which/which_spec.rb - spec/tty/system/which_spec.rb - spec/tty/table/access_spec.rb - spec/tty/table/add_row_spec.rb - spec/tty/table/border/ascii/rendering_spec.rb - spec/tty/table/border/new_spec.rb - spec/tty/table/border/null/rendering_spec.rb - spec/tty/table/border/options/from_spec.rb - spec/tty/table/border/options/new_spec.rb - spec/tty/table/border/unicode/rendering_spec.rb - spec/tty/table/border_options/new_spec.rb - spec/tty/table/border_options/update_spec.rb - spec/tty/table/column_set/extract_widths_spec.rb - spec/tty/table/column_set/total_width_spec.rb - spec/tty/table/column_set/widths_from_spec.rb - spec/tty/table/columns/enforce_spec.rb - spec/tty/table/columns/widths_spec.rb - spec/tty/table/data_spec.rb - spec/tty/table/each_spec.rb - spec/tty/table/each_with_index_spec.rb - spec/tty/table/empty_spec.rb - spec/tty/table/eql_spec.rb - spec/tty/table/field/equality_spec.rb - spec/tty/table/field/length_spec.rb - spec/tty/table/field/lines_spec.rb - spec/tty/table/field/new_spec.rb - spec/tty/table/field/width_spec.rb - spec/tty/table/filter_spec.rb - spec/tty/table/header/call_spec.rb - spec/tty/table/header/height_spec.rb - spec/tty/table/header/new_spec.rb - spec/tty/table/header/set_spec.rb - spec/tty/table/header/to_ary_spec.rb - spec/tty/table/header_spec.rb - spec/tty/table/indentation/insert_indent_spec.rb - spec/tty/table/initialize_spec.rb - spec/tty/table/operation/alignment/format_spec.rb - spec/tty/table/operation/alignment/new_spec.rb - spec/tty/table/operation/alignment_set/call_spec.rb - spec/tty/table/operation/alignment_set/each_spec.rb - spec/tty/table/operation/alignment_set/new_spec.rb - spec/tty/table/operation/alignment_set/to_ary_spec.rb - spec/tty/table/operation/escape/call_spec.rb - spec/tty/table/operation/filter/call_spec.rb - spec/tty/table/operation/truncation/call_spec.rb - spec/tty/table/operation/truncation/truncate_spec.rb - spec/tty/table/operation/wrapped/call_spec.rb - spec/tty/table/operation/wrapped/wrap_spec.rb - spec/tty/table/operations/new_spec.rb - spec/tty/table/options_spec.rb - spec/tty/table/orientation_spec.rb - spec/tty/table/padder/parse_spec.rb - spec/tty/table/padder/to_s_spec.rb - spec/tty/table/padding_spec.rb - spec/tty/table/properties_spec.rb - spec/tty/table/render_spec.rb - spec/tty/table/render_with_spec.rb - spec/tty/table/renderer/ascii/indentation_spec.rb - spec/tty/table/renderer/ascii/padding_spec.rb - spec/tty/table/renderer/ascii/render_spec.rb - spec/tty/table/renderer/ascii/resizing_spec.rb - spec/tty/table/renderer/ascii/separator_spec.rb - spec/tty/table/renderer/basic/alignment_spec.rb - spec/tty/table/renderer/basic/coloring_spec.rb - spec/tty/table/renderer/basic/extract_column_widths_spec.rb - spec/tty/table/renderer/basic/filter_spec.rb - spec/tty/table/renderer/basic/indentation_spec.rb - spec/tty/table/renderer/basic/multiline_content_spec.rb - spec/tty/table/renderer/basic/new_spec.rb - spec/tty/table/renderer/basic/options_spec.rb - spec/tty/table/renderer/basic/padding_spec.rb - spec/tty/table/renderer/basic/render_spec.rb - spec/tty/table/renderer/basic/resizing_spec.rb - spec/tty/table/renderer/basic/separator_spec.rb - spec/tty/table/renderer/basic/truncation_spec.rb - spec/tty/table/renderer/basic/wrapping_spec.rb - spec/tty/table/renderer/basic_spec.rb - spec/tty/table/renderer/border_spec.rb - spec/tty/table/renderer/render_spec.rb - spec/tty/table/renderer/select_spec.rb - spec/tty/table/renderer/style_spec.rb - spec/tty/table/renderer/unicode/indentation_spec.rb - spec/tty/table/renderer/unicode/padding_spec.rb - spec/tty/table/renderer/unicode/render_spec.rb - spec/tty/table/renderer/unicode/separator_spec.rb - spec/tty/table/renderer_spec.rb - spec/tty/table/rotate_spec.rb - spec/tty/table/row/access_spec.rb - spec/tty/table/row/call_spec.rb - spec/tty/table/row/data_spec.rb - spec/tty/table/row/each_spec.rb - spec/tty/table/row/equality_spec.rb - spec/tty/table/row/height_spec.rb - spec/tty/table/row/new_spec.rb - spec/tty/table/row/to_ary_spec.rb - spec/tty/table/to_s_spec.rb - spec/tty/table/transformation/extract_tuples_spec.rb - spec/tty/table/validatable/validate_options_spec.rb - spec/tty/table/validatable_spec.rb - spec/tty/terminal/color/code_spec.rb - spec/tty/terminal/color/remove_spec.rb - spec/tty/terminal/color/set_spec.rb - spec/tty/terminal/color_spec.rb - spec/tty/terminal/echo_spec.rb - spec/tty/terminal/home_spec.rb - spec/tty/terminal/page_spec.rb - spec/tty/terminal/pager/available_spec.rb - spec/tty/terminal/pager/basic/page_spec.rb - spec/tty/terminal/pager/command_spec.rb - spec/tty/terminal/pager/executables_spec.rb - spec/tty/terminal/pager/page_spec.rb - spec/tty/terminal/pager/system/page_spec.rb - spec/tty/terminal/size_spec.rb - spec/tty/text/distance/distance_spec.rb - spec/tty/text/distance/initialize_spec.rb - spec/tty/text/distance_spec.rb - spec/tty/text/truncate_spec.rb - spec/tty/text/truncation/initialize_spec.rb - spec/tty/text/truncation/truncate_spec.rb - spec/tty/text/wrap_spec.rb - spec/tty/text/wrapping/initialize_spec.rb - spec/tty/text/wrapping/wrap_spec.rb - spec/tty/tty_spec.rb - spec/tty/vector/new_spec.rb has_rdoc: