# -*- encoding: utf-8 -*- # stub: atli 0.1.12 ruby lib Gem::Specification.new do |s| s.name = "atli".freeze s.version = "0.1.12".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 = ["Neil Souza (Atli)".freeze, "Yehuda Katz (Thor)".freeze, "Jos\u00E9 Valim (Thor)".freeze] s.date = "2018-07-20" s.description = "Atli is a fork of Thor that's better or worse.".freeze s.email = "neil@atli.nrser.com".freeze s.executables = ["thor".freeze] s.files = [".yardopts".freeze, "CHANGELOG.md".freeze, "CONTRIBUTING.md".freeze, "LICENSE.md".freeze, "README.md".freeze, "atli.gemspec".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/base/arguments_concern.rb".freeze, "lib/thor/base/class_methods.rb".freeze, "lib/thor/base/common_class_options.rb".freeze, "lib/thor/base/shared_concern.rb".freeze, "lib/thor/base/shared_options_concern.rb".freeze, "lib/thor/command.rb".freeze, "lib/thor/completion/bash.rb".freeze, "lib/thor/completion/bash/argument_mixin.rb".freeze, "lib/thor/completion/bash/command_mixin.rb".freeze, "lib/thor/completion/bash/request.rb".freeze, "lib/thor/completion/bash/subcmd.rb".freeze, "lib/thor/completion/bash/thor_mixin.rb".freeze, "lib/thor/core_ext/hash_with_indifferent_access.rb".freeze, "lib/thor/core_ext/io_binary_read.rb".freeze, "lib/thor/error.rb".freeze, "lib/thor/example.rb".freeze, "lib/thor/execution.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/parser/shared_option.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, "support/completion/complete.inc.bash.erb".freeze] s.homepage = "https://github.com/nrser/atli".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 = "Atli is a fork of Thor that's better or worse.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9.12".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.0.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.4".freeze]) end