--- !ruby/object:Gem::Specification name: thor version: !ruby/object:Gem::Version version: 1.3.1 platform: ruby authors: - Yehuda Katz - José Valim autorequire: bindir: bin cert_chain: [] date: 2024-02-26 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.0' - - "<" - !ruby/object:Gem::Version version: '3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '1.0' - - "<" - !ruby/object:Gem::Version version: '3' description: Thor is a toolkit for building powerful command-line interfaces. email: ruby-thor@googlegroups.com executables: - thor extensions: [] extra_rdoc_files: [] files: - ".document" - CONTRIBUTING.md - LICENSE.md - README.md - bin/thor - lib/thor.rb - lib/thor/actions.rb - lib/thor/actions/create_file.rb - lib/thor/actions/create_link.rb - lib/thor/actions/directory.rb - lib/thor/actions/empty_directory.rb - lib/thor/actions/file_manipulation.rb - lib/thor/actions/inject_into_file.rb - lib/thor/base.rb - lib/thor/command.rb - lib/thor/core_ext/hash_with_indifferent_access.rb - lib/thor/error.rb - lib/thor/group.rb - lib/thor/invocation.rb - lib/thor/line_editor.rb - lib/thor/line_editor/basic.rb - lib/thor/line_editor/readline.rb - lib/thor/nested_context.rb - lib/thor/parser.rb - lib/thor/parser/argument.rb - lib/thor/parser/arguments.rb - lib/thor/parser/option.rb - lib/thor/parser/options.rb - lib/thor/rake_compat.rb - lib/thor/runner.rb - lib/thor/shell.rb - lib/thor/shell/basic.rb - lib/thor/shell/color.rb - lib/thor/shell/column_printer.rb - lib/thor/shell/html.rb - lib/thor/shell/lcs_diff.rb - lib/thor/shell/table_printer.rb - lib/thor/shell/terminal.rb - lib/thor/shell/wrapped_printer.rb - lib/thor/util.rb - lib/thor/version.rb - thor.gemspec homepage: http://whatisthor.com/ licenses: - MIT metadata: bug_tracker_uri: https://github.com/rails/thor/issues changelog_uri: https://github.com/rails/thor/releases/tag/v1.3.1 documentation_uri: http://whatisthor.com/ source_code_uri: https://github.com/rails/thor/tree/v1.3.1 wiki_uri: https://github.com/rails/thor/wiki 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: 2.6.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.3.5 requirements: [] rubygems_version: 3.4.21 signing_key: specification_version: 4 summary: Thor is a toolkit for building powerful command-line interfaces. test_files: []