# -*- encoding: utf-8 -*- # stub: tty 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "tty".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Piotr Murach".freeze] s.date = "2014-11-23" s.description = "A toolbox for developing beautiful command line clients.".freeze s.email = ["".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, ".travis.yml".freeze, ".yardopts".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "benchmarks/shell.rb".freeze, "benchmarks/table.rb".freeze, "images/tty.png".freeze, "lib/tty.rb".freeze, "lib/tty/conversion.rb".freeze, "lib/tty/conversion/converter/array.rb".freeze, "lib/tty/conversion/converter/boolean.rb".freeze, "lib/tty/conversion/converter/float.rb".freeze, "lib/tty/conversion/converter/integer.rb".freeze, "lib/tty/conversion/converter/range.rb".freeze, "lib/tty/logger.rb".freeze, "lib/tty/plugins.rb".freeze, "lib/tty/plugins/plugin.rb".freeze, "lib/tty/shell.rb".freeze, "lib/tty/shell/question.rb".freeze, "lib/tty/shell/question/modifier.rb".freeze, "lib/tty/shell/question/validation.rb".freeze, "lib/tty/shell/reader.rb".freeze, "lib/tty/shell/response.rb".freeze, "lib/tty/shell/response_delegation.rb".freeze, "lib/tty/shell/statement.rb".freeze, "lib/tty/shell/suggestion.rb".freeze, "lib/tty/support/coercion.rb".freeze, "lib/tty/support/delegatable.rb".freeze, "lib/tty/support/unicode.rb".freeze, "lib/tty/support/utils.rb".freeze, "lib/tty/system.rb".freeze, "lib/tty/system/editor.rb".freeze, "lib/tty/system/which.rb".freeze, "lib/tty/table.rb".freeze, "lib/tty/table/border.rb".freeze, "lib/tty/table/border/ascii.rb".freeze, "lib/tty/table/border/null.rb".freeze, "lib/tty/table/border/row_line.rb".freeze, "lib/tty/table/border/unicode.rb".freeze, "lib/tty/table/border_dsl.rb".freeze, "lib/tty/table/border_options.rb".freeze, "lib/tty/table/column_set.rb".freeze, "lib/tty/table/columns.rb".freeze, "lib/tty/table/error.rb".freeze, "lib/tty/table/field.rb".freeze, "lib/tty/table/header.rb".freeze, "lib/tty/table/indentation.rb".freeze, "lib/tty/table/operation/alignment.rb".freeze, "lib/tty/table/operation/alignment_set.rb".freeze, "lib/tty/table/operation/escape.rb".freeze, "lib/tty/table/operation/filter.rb".freeze, "lib/tty/table/operation/padding.rb".freeze, "lib/tty/table/operation/truncation.rb".freeze, "lib/tty/table/operation/wrapped.rb".freeze, "lib/tty/table/operations.rb".freeze, "lib/tty/table/orientation.rb".freeze, "lib/tty/table/orientation/horizontal.rb".freeze, "lib/tty/table/orientation/vertical.rb".freeze, "lib/tty/table/padder.rb".freeze, "lib/tty/table/renderer.rb".freeze, "lib/tty/table/renderer/ascii.rb".freeze, "lib/tty/table/renderer/basic.rb".freeze, "lib/tty/table/renderer/color.rb".freeze, "lib/tty/table/renderer/unicode.rb".freeze, "lib/tty/table/row.rb".freeze, "lib/tty/table/transformation.rb".freeze, "lib/tty/table/validatable.rb".freeze, "lib/tty/terminal.rb".freeze, "lib/tty/terminal/echo.rb".freeze, "lib/tty/terminal/home.rb".freeze, "lib/tty/terminal/pager.rb".freeze, "lib/tty/terminal/pager/basic.rb".freeze, "lib/tty/terminal/pager/system.rb".freeze, "lib/tty/text.rb".freeze, "lib/tty/text/distance.rb".freeze, "lib/tty/text/truncation.rb".freeze, "lib/tty/text/wrapping.rb".freeze, "lib/tty/vector.rb".freeze, "lib/tty/version.rb".freeze, "spec/spec_helper.rb".freeze, "spec/tty/conversion/converter/array/convert_spec.rb".freeze, "spec/tty/conversion/converter/boolean/convert_spec.rb".freeze, "spec/tty/conversion/converter/float/convert_spec.rb".freeze, "spec/tty/conversion/converter/integer/convert_spec.rb".freeze, "spec/tty/conversion/converter/range/convert_spec.rb".freeze, "spec/tty/logger/log_spec.rb".freeze, "spec/tty/logger/new_spec.rb".freeze, "spec/tty/logger/valid_level_spec.rb".freeze, "spec/tty/plugins/find_spec.rb".freeze, "spec/tty/plugins/load_spec.rb".freeze, "spec/tty/plugins/plugin/load_spec.rb".freeze, "spec/tty/plugins/plugin/new_spec.rb".freeze, "spec/tty/shell/ask_spec.rb".freeze, "spec/tty/shell/error_spec.rb".freeze, "spec/tty/shell/print_table_spec.rb".freeze, "spec/tty/shell/question/argument_spec.rb".freeze, "spec/tty/shell/question/character_spec.rb".freeze, "spec/tty/shell/question/default_spec.rb".freeze, "spec/tty/shell/question/in_spec.rb".freeze, "spec/tty/shell/question/initialize_spec.rb".freeze, "spec/tty/shell/question/modifier/apply_to_spec.rb".freeze, "spec/tty/shell/question/modifier/letter_case_spec.rb".freeze, "spec/tty/shell/question/modifier/whitespace_spec.rb".freeze, "spec/tty/shell/question/modify_spec.rb".freeze, "spec/tty/shell/question/valid_spec.rb".freeze, "spec/tty/shell/question/validate_spec.rb".freeze, "spec/tty/shell/question/validation/coerce_spec.rb".freeze, "spec/tty/shell/question/validation/valid_value_spec.rb".freeze, "spec/tty/shell/reader/getc_spec.rb".freeze, "spec/tty/shell/response/read_bool_spec.rb".freeze, "spec/tty/shell/response/read_char_spec.rb".freeze, "spec/tty/shell/response/read_date_spec.rb".freeze, "spec/tty/shell/response/read_email_spec.rb".freeze, "spec/tty/shell/response/read_multiple_spec.rb".freeze, "spec/tty/shell/response/read_number_spec.rb".freeze, "spec/tty/shell/response/read_range_spec.rb".freeze, "spec/tty/shell/response/read_spec.rb".freeze, "spec/tty/shell/response/read_string_spec.rb".freeze, "spec/tty/shell/say_spec.rb".freeze, "spec/tty/shell/statement/initialize_spec.rb".freeze, "spec/tty/shell/suggest_spec.rb".freeze, "spec/tty/shell/warn_spec.rb".freeze, "spec/tty/support/coercion_spec.rb".freeze, "spec/tty/support/delegatable_spec.rb".freeze, "spec/tty/support/fixtures/classes.rb".freeze, "spec/tty/system/editor/available_spec.rb".freeze, "spec/tty/system/editor/build_spec.rb".freeze, "spec/tty/system/editor/command_spec.rb".freeze, "spec/tty/system/editor/executables_spec.rb".freeze, "spec/tty/system/editor/invoke_spec.rb".freeze, "spec/tty/system/editor/open_spec.rb".freeze, "spec/tty/system/platform_spec.rb".freeze, "spec/tty/system/which/which_spec.rb".freeze, "spec/tty/system/which_spec.rb".freeze, "spec/tty/table/access_spec.rb".freeze, "spec/tty/table/add_row_spec.rb".freeze, "spec/tty/table/border/ascii/rendering_spec.rb".freeze, "spec/tty/table/border/new_spec.rb".freeze, "spec/tty/table/border/null/rendering_spec.rb".freeze, "spec/tty/table/border/options/from_spec.rb".freeze, "spec/tty/table/border/options/new_spec.rb".freeze, "spec/tty/table/border/unicode/rendering_spec.rb".freeze, "spec/tty/table/border_options/new_spec.rb".freeze, "spec/tty/table/border_options/update_spec.rb".freeze, "spec/tty/table/column_set/extract_widths_spec.rb".freeze, "spec/tty/table/column_set/total_width_spec.rb".freeze, "spec/tty/table/column_set/widths_from_spec.rb".freeze, "spec/tty/table/columns/enforce_spec.rb".freeze, "spec/tty/table/columns/widths_spec.rb".freeze, "spec/tty/table/data_spec.rb".freeze, "spec/tty/table/each_spec.rb".freeze, "spec/tty/table/each_with_index_spec.rb".freeze, "spec/tty/table/empty_spec.rb".freeze, "spec/tty/table/eql_spec.rb".freeze, "spec/tty/table/field/equality_spec.rb".freeze, "spec/tty/table/field/length_spec.rb".freeze, "spec/tty/table/field/lines_spec.rb".freeze, "spec/tty/table/field/new_spec.rb".freeze, "spec/tty/table/field/width_spec.rb".freeze, "spec/tty/table/filter_spec.rb".freeze, "spec/tty/table/header/call_spec.rb".freeze, "spec/tty/table/header/height_spec.rb".freeze, "spec/tty/table/header/new_spec.rb".freeze, "spec/tty/table/header/set_spec.rb".freeze, "spec/tty/table/header/to_ary_spec.rb".freeze, "spec/tty/table/header_spec.rb".freeze, "spec/tty/table/indentation/insert_indent_spec.rb".freeze, "spec/tty/table/initialize_spec.rb".freeze, "spec/tty/table/operation/alignment/format_spec.rb".freeze, "spec/tty/table/operation/alignment/new_spec.rb".freeze, "spec/tty/table/operation/alignment_set/call_spec.rb".freeze, "spec/tty/table/operation/alignment_set/each_spec.rb".freeze, "spec/tty/table/operation/alignment_set/new_spec.rb".freeze, "spec/tty/table/operation/alignment_set/to_ary_spec.rb".freeze, "spec/tty/table/operation/escape/call_spec.rb".freeze, "spec/tty/table/operation/filter/call_spec.rb".freeze, "spec/tty/table/operation/truncation/call_spec.rb".freeze, "spec/tty/table/operation/truncation/truncate_spec.rb".freeze, "spec/tty/table/operation/wrapped/call_spec.rb".freeze, "spec/tty/table/operation/wrapped/wrap_spec.rb".freeze, "spec/tty/table/operations/new_spec.rb".freeze, "spec/tty/table/options_spec.rb".freeze, "spec/tty/table/orientation_spec.rb".freeze, "spec/tty/table/padder/parse_spec.rb".freeze, "spec/tty/table/padder/to_s_spec.rb".freeze, "spec/tty/table/padding_spec.rb".freeze, "spec/tty/table/properties_spec.rb".freeze, "spec/tty/table/render_spec.rb".freeze, "spec/tty/table/render_with_spec.rb".freeze, "spec/tty/table/renderer/ascii/indentation_spec.rb".freeze, "spec/tty/table/renderer/ascii/padding_spec.rb".freeze, "spec/tty/table/renderer/ascii/render_spec.rb".freeze, "spec/tty/table/renderer/ascii/resizing_spec.rb".freeze, "spec/tty/table/renderer/ascii/separator_spec.rb".freeze, "spec/tty/table/renderer/basic/alignment_spec.rb".freeze, "spec/tty/table/renderer/basic/coloring_spec.rb".freeze, "spec/tty/table/renderer/basic/extract_column_widths_spec.rb".freeze, "spec/tty/table/renderer/basic/filter_spec.rb".freeze, "spec/tty/table/renderer/basic/indentation_spec.rb".freeze, "spec/tty/table/renderer/basic/multiline_content_spec.rb".freeze, "spec/tty/table/renderer/basic/new_spec.rb".freeze, "spec/tty/table/renderer/basic/options_spec.rb".freeze, "spec/tty/table/renderer/basic/padding_spec.rb".freeze, "spec/tty/table/renderer/basic/render_spec.rb".freeze, "spec/tty/table/renderer/basic/resizing_spec.rb".freeze, "spec/tty/table/renderer/basic/separator_spec.rb".freeze, "spec/tty/table/renderer/basic/truncation_spec.rb".freeze, "spec/tty/table/renderer/basic/wrapping_spec.rb".freeze, "spec/tty/table/renderer/basic_spec.rb".freeze, "spec/tty/table/renderer/border_spec.rb".freeze, "spec/tty/table/renderer/render_spec.rb".freeze, "spec/tty/table/renderer/select_spec.rb".freeze, "spec/tty/table/renderer/style_spec.rb".freeze, "spec/tty/table/renderer/unicode/indentation_spec.rb".freeze, "spec/tty/table/renderer/unicode/padding_spec.rb".freeze, "spec/tty/table/renderer/unicode/render_spec.rb".freeze, "spec/tty/table/renderer/unicode/separator_spec.rb".freeze, "spec/tty/table/renderer_spec.rb".freeze, "spec/tty/table/rotate_spec.rb".freeze, "spec/tty/table/row/access_spec.rb".freeze, "spec/tty/table/row/call_spec.rb".freeze, "spec/tty/table/row/data_spec.rb".freeze, "spec/tty/table/row/each_spec.rb".freeze, "spec/tty/table/row/equality_spec.rb".freeze, "spec/tty/table/row/height_spec.rb".freeze, "spec/tty/table/row/new_spec.rb".freeze, "spec/tty/table/row/to_ary_spec.rb".freeze, "spec/tty/table/to_s_spec.rb".freeze, "spec/tty/table/transformation/extract_tuples_spec.rb".freeze, "spec/tty/table/validatable/validate_options_spec.rb".freeze, "spec/tty/table/validatable_spec.rb".freeze, "spec/tty/terminal/color_spec.rb".freeze, "spec/tty/terminal/echo_spec.rb".freeze, "spec/tty/terminal/home_spec.rb".freeze, "spec/tty/terminal/page_spec.rb".freeze, "spec/tty/terminal/pager/available_spec.rb".freeze, "spec/tty/terminal/pager/basic/page_spec.rb".freeze, "spec/tty/terminal/pager/command_spec.rb".freeze, "spec/tty/terminal/pager/executables_spec.rb".freeze, "spec/tty/terminal/pager/page_spec.rb".freeze, "spec/tty/terminal/pager/system/page_spec.rb".freeze, "spec/tty/text/distance/distance_spec.rb".freeze, "spec/tty/text/distance/initialize_spec.rb".freeze, "spec/tty/text/distance_spec.rb".freeze, "spec/tty/text/truncate_spec.rb".freeze, "spec/tty/text/truncation/initialize_spec.rb".freeze, "spec/tty/text/truncation/truncate_spec.rb".freeze, "spec/tty/text/wrap_spec.rb".freeze, "spec/tty/text/wrapping/initialize_spec.rb".freeze, "spec/tty/text/wrapping/wrap_spec.rb".freeze, "spec/tty/tty_spec.rb".freeze, "spec/tty/vector/new_spec.rb".freeze, "tasks/console.rake".freeze, "tasks/coverage.rake".freeze, "tasks/metrics/cane.rake".freeze, "tasks/metrics/flog.rake".freeze, "tasks/metrics/heckle.rake".freeze, "tasks/metrics/reek.rake".freeze, "tasks/spec.rake".freeze, "tty.gemspec".freeze] s.homepage = "http://peter-murach.github.io/tty/".freeze s.rubygems_version = "3.5.10".freeze s.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.".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/tty/conversion/converter/array/convert_spec.rb".freeze, "spec/tty/conversion/converter/boolean/convert_spec.rb".freeze, "spec/tty/conversion/converter/float/convert_spec.rb".freeze, "spec/tty/conversion/converter/integer/convert_spec.rb".freeze, "spec/tty/conversion/converter/range/convert_spec.rb".freeze, "spec/tty/logger/log_spec.rb".freeze, "spec/tty/logger/new_spec.rb".freeze, "spec/tty/logger/valid_level_spec.rb".freeze, "spec/tty/plugins/find_spec.rb".freeze, "spec/tty/plugins/load_spec.rb".freeze, "spec/tty/plugins/plugin/load_spec.rb".freeze, "spec/tty/plugins/plugin/new_spec.rb".freeze, "spec/tty/shell/ask_spec.rb".freeze, "spec/tty/shell/error_spec.rb".freeze, "spec/tty/shell/print_table_spec.rb".freeze, "spec/tty/shell/question/argument_spec.rb".freeze, "spec/tty/shell/question/character_spec.rb".freeze, "spec/tty/shell/question/default_spec.rb".freeze, "spec/tty/shell/question/in_spec.rb".freeze, "spec/tty/shell/question/initialize_spec.rb".freeze, "spec/tty/shell/question/modifier/apply_to_spec.rb".freeze, "spec/tty/shell/question/modifier/letter_case_spec.rb".freeze, "spec/tty/shell/question/modifier/whitespace_spec.rb".freeze, "spec/tty/shell/question/modify_spec.rb".freeze, "spec/tty/shell/question/valid_spec.rb".freeze, "spec/tty/shell/question/validate_spec.rb".freeze, "spec/tty/shell/question/validation/coerce_spec.rb".freeze, "spec/tty/shell/question/validation/valid_value_spec.rb".freeze, "spec/tty/shell/reader/getc_spec.rb".freeze, "spec/tty/shell/response/read_bool_spec.rb".freeze, "spec/tty/shell/response/read_char_spec.rb".freeze, "spec/tty/shell/response/read_date_spec.rb".freeze, "spec/tty/shell/response/read_email_spec.rb".freeze, "spec/tty/shell/response/read_multiple_spec.rb".freeze, "spec/tty/shell/response/read_number_spec.rb".freeze, "spec/tty/shell/response/read_range_spec.rb".freeze, "spec/tty/shell/response/read_spec.rb".freeze, "spec/tty/shell/response/read_string_spec.rb".freeze, "spec/tty/shell/say_spec.rb".freeze, "spec/tty/shell/statement/initialize_spec.rb".freeze, "spec/tty/shell/suggest_spec.rb".freeze, "spec/tty/shell/warn_spec.rb".freeze, "spec/tty/support/coercion_spec.rb".freeze, "spec/tty/support/delegatable_spec.rb".freeze, "spec/tty/support/fixtures/classes.rb".freeze, "spec/tty/system/editor/available_spec.rb".freeze, "spec/tty/system/editor/build_spec.rb".freeze, "spec/tty/system/editor/command_spec.rb".freeze, "spec/tty/system/editor/executables_spec.rb".freeze, "spec/tty/system/editor/invoke_spec.rb".freeze, "spec/tty/system/editor/open_spec.rb".freeze, "spec/tty/system/platform_spec.rb".freeze, "spec/tty/system/which/which_spec.rb".freeze, "spec/tty/system/which_spec.rb".freeze, "spec/tty/table/access_spec.rb".freeze, "spec/tty/table/add_row_spec.rb".freeze, "spec/tty/table/border/ascii/rendering_spec.rb".freeze, "spec/tty/table/border/new_spec.rb".freeze, "spec/tty/table/border/null/rendering_spec.rb".freeze, "spec/tty/table/border/options/from_spec.rb".freeze, "spec/tty/table/border/options/new_spec.rb".freeze, "spec/tty/table/border/unicode/rendering_spec.rb".freeze, "spec/tty/table/border_options/new_spec.rb".freeze, "spec/tty/table/border_options/update_spec.rb".freeze, "spec/tty/table/column_set/extract_widths_spec.rb".freeze, "spec/tty/table/column_set/total_width_spec.rb".freeze, "spec/tty/table/column_set/widths_from_spec.rb".freeze, "spec/tty/table/columns/enforce_spec.rb".freeze, "spec/tty/table/columns/widths_spec.rb".freeze, "spec/tty/table/data_spec.rb".freeze, "spec/tty/table/each_spec.rb".freeze, "spec/tty/table/each_with_index_spec.rb".freeze, "spec/tty/table/empty_spec.rb".freeze, "spec/tty/table/eql_spec.rb".freeze, "spec/tty/table/field/equality_spec.rb".freeze, "spec/tty/table/field/length_spec.rb".freeze, "spec/tty/table/field/lines_spec.rb".freeze, "spec/tty/table/field/new_spec.rb".freeze, "spec/tty/table/field/width_spec.rb".freeze, "spec/tty/table/filter_spec.rb".freeze, "spec/tty/table/header/call_spec.rb".freeze, "spec/tty/table/header/height_spec.rb".freeze, "spec/tty/table/header/new_spec.rb".freeze, "spec/tty/table/header/set_spec.rb".freeze, "spec/tty/table/header/to_ary_spec.rb".freeze, "spec/tty/table/header_spec.rb".freeze, "spec/tty/table/indentation/insert_indent_spec.rb".freeze, "spec/tty/table/initialize_spec.rb".freeze, "spec/tty/table/operation/alignment/format_spec.rb".freeze, "spec/tty/table/operation/alignment/new_spec.rb".freeze, "spec/tty/table/operation/alignment_set/call_spec.rb".freeze, "spec/tty/table/operation/alignment_set/each_spec.rb".freeze, "spec/tty/table/operation/alignment_set/new_spec.rb".freeze, "spec/tty/table/operation/alignment_set/to_ary_spec.rb".freeze, "spec/tty/table/operation/escape/call_spec.rb".freeze, "spec/tty/table/operation/filter/call_spec.rb".freeze, "spec/tty/table/operation/truncation/call_spec.rb".freeze, "spec/tty/table/operation/truncation/truncate_spec.rb".freeze, "spec/tty/table/operation/wrapped/call_spec.rb".freeze, "spec/tty/table/operation/wrapped/wrap_spec.rb".freeze, "spec/tty/table/operations/new_spec.rb".freeze, "spec/tty/table/options_spec.rb".freeze, "spec/tty/table/orientation_spec.rb".freeze, "spec/tty/table/padder/parse_spec.rb".freeze, "spec/tty/table/padder/to_s_spec.rb".freeze, "spec/tty/table/padding_spec.rb".freeze, "spec/tty/table/properties_spec.rb".freeze, "spec/tty/table/render_spec.rb".freeze, "spec/tty/table/render_with_spec.rb".freeze, "spec/tty/table/renderer/ascii/indentation_spec.rb".freeze, "spec/tty/table/renderer/ascii/padding_spec.rb".freeze, "spec/tty/table/renderer/ascii/render_spec.rb".freeze, "spec/tty/table/renderer/ascii/resizing_spec.rb".freeze, "spec/tty/table/renderer/ascii/separator_spec.rb".freeze, "spec/tty/table/renderer/basic/alignment_spec.rb".freeze, "spec/tty/table/renderer/basic/coloring_spec.rb".freeze, "spec/tty/table/renderer/basic/extract_column_widths_spec.rb".freeze, "spec/tty/table/renderer/basic/filter_spec.rb".freeze, "spec/tty/table/renderer/basic/indentation_spec.rb".freeze, "spec/tty/table/renderer/basic/multiline_content_spec.rb".freeze, "spec/tty/table/renderer/basic/new_spec.rb".freeze, "spec/tty/table/renderer/basic/options_spec.rb".freeze, "spec/tty/table/renderer/basic/padding_spec.rb".freeze, "spec/tty/table/renderer/basic/render_spec.rb".freeze, "spec/tty/table/renderer/basic/resizing_spec.rb".freeze, "spec/tty/table/renderer/basic/separator_spec.rb".freeze, "spec/tty/table/renderer/basic/truncation_spec.rb".freeze, "spec/tty/table/renderer/basic/wrapping_spec.rb".freeze, "spec/tty/table/renderer/basic_spec.rb".freeze, "spec/tty/table/renderer/border_spec.rb".freeze, "spec/tty/table/renderer/render_spec.rb".freeze, "spec/tty/table/renderer/select_spec.rb".freeze, "spec/tty/table/renderer/style_spec.rb".freeze, "spec/tty/table/renderer/unicode/indentation_spec.rb".freeze, "spec/tty/table/renderer/unicode/padding_spec.rb".freeze, "spec/tty/table/renderer/unicode/render_spec.rb".freeze, "spec/tty/table/renderer/unicode/separator_spec.rb".freeze, "spec/tty/table/renderer_spec.rb".freeze, "spec/tty/table/rotate_spec.rb".freeze, "spec/tty/table/row/access_spec.rb".freeze, "spec/tty/table/row/call_spec.rb".freeze, "spec/tty/table/row/data_spec.rb".freeze, "spec/tty/table/row/each_spec.rb".freeze, "spec/tty/table/row/equality_spec.rb".freeze, "spec/tty/table/row/height_spec.rb".freeze, "spec/tty/table/row/new_spec.rb".freeze, "spec/tty/table/row/to_ary_spec.rb".freeze, "spec/tty/table/to_s_spec.rb".freeze, "spec/tty/table/transformation/extract_tuples_spec.rb".freeze, "spec/tty/table/validatable/validate_options_spec.rb".freeze, "spec/tty/table/validatable_spec.rb".freeze, "spec/tty/terminal/color_spec.rb".freeze, "spec/tty/terminal/echo_spec.rb".freeze, "spec/tty/terminal/home_spec.rb".freeze, "spec/tty/terminal/page_spec.rb".freeze, "spec/tty/terminal/pager/available_spec.rb".freeze, "spec/tty/terminal/pager/basic/page_spec.rb".freeze, "spec/tty/terminal/pager/command_spec.rb".freeze, "spec/tty/terminal/pager/executables_spec.rb".freeze, "spec/tty/terminal/pager/page_spec.rb".freeze, "spec/tty/terminal/pager/system/page_spec.rb".freeze, "spec/tty/text/distance/distance_spec.rb".freeze, "spec/tty/text/distance/initialize_spec.rb".freeze, "spec/tty/text/distance_spec.rb".freeze, "spec/tty/text/truncate_spec.rb".freeze, "spec/tty/text/truncation/initialize_spec.rb".freeze, "spec/tty/text/truncation/truncate_spec.rb".freeze, "spec/tty/text/wrap_spec.rb".freeze, "spec/tty/text/wrapping/initialize_spec.rb".freeze, "spec/tty/text/wrapping/wrap_spec.rb".freeze, "spec/tty/tty_spec.rb".freeze, "spec/tty/vector/new_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.5.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.5".freeze]) end