# -*- encoding: utf-8 -*-
# stub: thor_nested_subcommand 1.0.4 ruby lib

Gem::Specification.new do |s|
  s.name = "thor_nested_subcommand".freeze
  s.version = "1.0.4".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "changelog_uri" => "https://github.com/gangelo/thor_nested_subcommand/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/gangelo/thor_nested_subcommand", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/gangelo/thor_nested_subcommand" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Gene M. Angelo, Jr.".freeze]
  s.bindir = "exe".freeze
  s.date = "2023-12-02"
  s.description = "    `ThorNestedSubcommand` is a Ruby gem that provides a workaround for the\n    Thor gem (https://rubygems.org/gems/thor) bug that displays nested subcommand\n    help incorrectly. Simply include the `ThorNestedSubcommand` module in your Thor\n    nested subcommand, and provide a simple class method to return what Thor help\n    should be displaying, and that's it.\n".freeze
  s.email = ["public.gma@gmail.com".freeze]
  s.files = [".reek.yml".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "lib/thor_nested_subcommand.rb".freeze, "lib/thor_nested_subcommand/version.rb".freeze, "readme.txt".freeze, "scratch.rb".freeze, "sig/thor_nested_subcommand.rbs".freeze, "snippets.rb".freeze, "thor_nested_subcommand.code-workspace".freeze]
  s.homepage = "https://github.com/gangelo/thor_nested_subcommand".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 3.0.1".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "A workaround for the Thor gem bug that displays nested subcommand help incorrectly.".freeze
end