# -*- encoding: utf-8 -*- # stub: thor 0.20.0 ruby lib Gem::Specification.new do |s| s.name = "thor".freeze s.version = "0.20.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Yehuda Katz".freeze, "Jos\u00E9 Valim".freeze] s.date = "2017-08-16" 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 = [".document".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "LICENSE.md".freeze, "README.md".freeze, "bin/thor".freeze, "lib/thor.rb".freeze, "lib/thor/actions.rb".freeze, "lib/thor/actions/create_file.rb".freeze, "lib/thor/actions/create_link.rb".freeze, "lib/thor/actions/directory.rb".freeze, "lib/thor/actions/empty_directory.rb".freeze, "lib/thor/actions/file_manipulation.rb".freeze, "lib/thor/actions/inject_into_file.rb".freeze, "lib/thor/base.rb".freeze, "lib/thor/command.rb".freeze, "lib/thor/core_ext/hash_with_indifferent_access.rb".freeze, "lib/thor/core_ext/io_binary_read.rb".freeze, "lib/thor/core_ext/ordered_hash.rb".freeze, "lib/thor/error.rb".freeze, "lib/thor/group.rb".freeze, "lib/thor/invocation.rb".freeze, "lib/thor/line_editor.rb".freeze, "lib/thor/line_editor/basic.rb".freeze, "lib/thor/line_editor/readline.rb".freeze, "lib/thor/parser.rb".freeze, "lib/thor/parser/argument.rb".freeze, "lib/thor/parser/arguments.rb".freeze, "lib/thor/parser/option.rb".freeze, "lib/thor/parser/options.rb".freeze, "lib/thor/rake_compat.rb".freeze, "lib/thor/runner.rb".freeze, "lib/thor/shell.rb".freeze, "lib/thor/shell/basic.rb".freeze, "lib/thor/shell/color.rb".freeze, "lib/thor/shell/html.rb".freeze, "lib/thor/util.rb".freeze, "lib/thor/version.rb".freeze, "thor.gemspec".freeze] s.homepage = "http://whatisthor.com/".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.8.7".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Thor is a toolkit for building powerful command-line interfaces.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) end