--- !ruby/object:Gem::Specification name: command_kit version: !ruby/object:Gem::Version version: 0.5.1 platform: ruby authors: - Postmodern autorequire: bindir: bin cert_chain: [] date: 2024-01-25 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' description: A modular Ruby toolkit for building clean, correct, and robust CLI commands as plain-old Ruby classes. email: postmodern.mod3@gmail.com executables: [] extensions: [] extra_rdoc_files: - ChangeLog.md - LICENSE.txt - README.md files: - ".document" - ".github/workflows/ruby.yml" - ".gitignore" - ".rspec" - ".rubocop.yml" - ".yardopts" - ChangeLog.md - Gemfile - LICENSE.txt - README.md - Rakefile - command_kit.gemspec - examples/colors.rb - examples/command.rb - examples/pager.rb - examples/printing/tables.rb - examples/subcommands/cli.rb - examples/subcommands/cli/config.rb - examples/subcommands/cli/config/get.rb - examples/subcommands/cli/config/set.rb - examples/subcommands/cli/list.rb - examples/subcommands/cli/update.rb - gemspec.yml - lib/command_kit.rb - lib/command_kit/arguments.rb - lib/command_kit/arguments/argument.rb - lib/command_kit/arguments/argument_value.rb - lib/command_kit/bug_report.rb - lib/command_kit/colors.rb - lib/command_kit/command.rb - lib/command_kit/command_name.rb - lib/command_kit/commands.rb - lib/command_kit/commands/auto_load.rb - lib/command_kit/commands/auto_load/subcommand.rb - lib/command_kit/commands/auto_require.rb - lib/command_kit/commands/command.rb - lib/command_kit/commands/help.rb - lib/command_kit/commands/parent_command.rb - lib/command_kit/commands/subcommand.rb - lib/command_kit/completion/install.rb - lib/command_kit/description.rb - lib/command_kit/edit.rb - lib/command_kit/env.rb - lib/command_kit/env/home.rb - lib/command_kit/env/path.rb - lib/command_kit/env/prefix.rb - lib/command_kit/env/shell.rb - lib/command_kit/examples.rb - lib/command_kit/exception_handler.rb - lib/command_kit/file_utils.rb - lib/command_kit/help.rb - lib/command_kit/help/man.rb - lib/command_kit/inflector.rb - lib/command_kit/interactive.rb - lib/command_kit/main.rb - lib/command_kit/man.rb - lib/command_kit/open_app.rb - lib/command_kit/options.rb - lib/command_kit/options/option.rb - lib/command_kit/options/option_value.rb - lib/command_kit/options/parser.rb - lib/command_kit/options/quiet.rb - lib/command_kit/options/verbose.rb - lib/command_kit/options/version.rb - lib/command_kit/os.rb - lib/command_kit/os/linux.rb - lib/command_kit/package_manager.rb - lib/command_kit/pager.rb - lib/command_kit/printing.rb - lib/command_kit/printing/fields.rb - lib/command_kit/printing/indent.rb - lib/command_kit/printing/lists.rb - lib/command_kit/printing/tables.rb - lib/command_kit/printing/tables/border_style.rb - lib/command_kit/printing/tables/cell_builder.rb - lib/command_kit/printing/tables/row_builder.rb - lib/command_kit/printing/tables/style.rb - lib/command_kit/printing/tables/table_builder.rb - lib/command_kit/printing/tables/table_formatter.rb - lib/command_kit/program_name.rb - lib/command_kit/stdio.rb - lib/command_kit/sudo.rb - lib/command_kit/terminal.rb - lib/command_kit/usage.rb - lib/command_kit/version.rb - lib/command_kit/xdg.rb homepage: https://github.com/postmodern/command_kit.rb#readme licenses: - MIT metadata: documentation_uri: https://rubydoc.info/gems/command_kit source_code_uri: https://github.com/postmodern/command_kit.rb bug_tracker_uri: https://github.com/postmodern/command_kit.rb/issues changelog_uri: https://github.com/postmodern/command_kit.rb/blob/main/ChangeLog.md rubygems_mfa_required: 'true' post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.0.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.4.10 signing_key: specification_version: 4 summary: An all-in-one modular Ruby CLI toolkit test_files: []