# -*- encoding: utf-8 -*- # stub: thor 1.3.1 ruby lib Gem::Specification.new do |s| s.name = "thor".freeze s.version = "1.3.1" s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5".freeze) if s.respond_to? :required_rubygems_version= s.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/", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/rails/thor/tree/v1.3.1", "wiki_uri" => "https://github.com/rails/thor/wiki" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Yehuda Katz".freeze, "Jos\u00E9 Valim".freeze] s.date = "2024-02-26" s.description = "Thor is a toolkit for building powerful command-line interfaces.".freeze s.email = "ruby-thor@googlegroups.com".freeze s.executables = ["thor".freeze] s.files = ["bin/thor".freeze] s.homepage = "http://whatisthor.com/".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze) s.rubygems_version = "3.4.19".freeze s.summary = "Thor is a toolkit for building powerful command-line interfaces.".freeze s.installed_by_version = "3.4.19" if s.respond_to? :installed_by_version s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 1.0", "< 3"]) end