Sha256: c8fd9604f24a6e088430bef3fb61585945bec27c6f6d56495a6ee3e0eef107b4

Contents?: true

Size: 1.92 KB

Versions: 0

Compression: gzip

Compressed size: 838 Bytes

Stored size: 838 Bytes

Contents

--- !ruby/object:Gem::Specification
name: thor_nested_subcommand
version: !ruby/object:Gem::Version
  version: 1.0.2
platform: ruby
authors:
- Gene M. Angelo, Jr.
autorequire:
bindir: exe
cert_chain: []
date: 2023-11-01 00:00:00.000000000 Z
dependencies: []
description: |2
      `ThorNestedSubcommand` is a Ruby gem that provides a workaround for the
      Thor gem (https://rubygems.org/gems/thor) bug that displays nested subcommand
      help incorrectly. Simply include the `ThorNestedSubcommand` module in your Thor
      nested subcommand, and provide a simple class method to return what Thor help
      should be displaying, and that's it.
email:
- public.gma@gmail.com
executables: []
extensions: []
extra_rdoc_files: []
files:
- ".reek.yml"
- ".rspec"
- ".rubocop.yml"
- ".ruby-version"
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- Gemfile
- Gemfile.lock
- LICENSE.txt
- README.md
- Rakefile
- bin/console
- bin/setup
- lib/thor_nested_subcommand.rb
- lib/thor_nested_subcommand/version.rb
- readme.txt
- scratch.rb
- sig/thor_nested_subcommand.rbs
- snippets.rb
- thor_nested_subcommand.code-workspace
homepage: https://github.com/gangelo/thor_nested_subcommand
licenses:
- MIT
metadata:
  homepage_uri: https://github.com/gangelo/thor_nested_subcommand
  source_code_uri: https://github.com/gangelo/thor_nested_subcommand
  changelog_uri: https://github.com/gangelo/thor_nested_subcommand/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.1
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubygems_version: 3.2.15
signing_key:
specification_version: 4
summary: A workaround for the Thor gem bug that displays nested subcommand help incorrectly.
test_files: []

Package Spec version

thor_nested_subcommand-1.0.2