# -*- encoding: utf-8 -*- # stub: thor_dleavitt 0.18.1 ruby lib Gem::Specification.new do |s| s.name = "thor_dleavitt".freeze s.version = "0.18.1".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 = "2013-10-05" s.description = "Thor is a toolkit for building powerful command-line interfaces.".freeze s.email = "ruby-thor@googlegroups.com".freeze s.executables = ["thor_dleavitt".freeze] s.files = [".document".freeze, "CHANGELOG.md".freeze, "LICENSE.md".freeze, "README.md".freeze, "Thorfile".freeze, "bin/thor_dleavitt".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/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, "lib/thor_dleavitt.rb".freeze, "spec/actions/create_file_spec.rb".freeze, "spec/actions/create_link_spec.rb".freeze, "spec/actions/directory_spec.rb".freeze, "spec/actions/empty_directory_spec.rb".freeze, "spec/actions/file_manipulation_spec.rb".freeze, "spec/actions/inject_into_file_spec.rb".freeze, "spec/actions_spec.rb".freeze, "spec/base_spec.rb".freeze, "spec/command_spec.rb".freeze, "spec/core_ext/hash_with_indifferent_access_spec.rb".freeze, "spec/core_ext/ordered_hash_spec.rb".freeze, "spec/exit_condition_spec.rb".freeze, "spec/fixtures/application.rb".freeze, "spec/fixtures/app{1}/README".freeze, "spec/fixtures/bundle/execute.rb".freeze, "spec/fixtures/bundle/main.thor".freeze, "spec/fixtures/command.thor".freeze, "spec/fixtures/doc/%file_name%.rb.tt".freeze, "spec/fixtures/doc/COMMENTER".freeze, "spec/fixtures/doc/README".freeze, "spec/fixtures/doc/block_helper.rb".freeze, "spec/fixtures/doc/config.rb".freeze, "spec/fixtures/doc/config.yaml.tt".freeze, "spec/fixtures/doc/excluding/%file_name%.rb.tt".freeze, "spec/fixtures/enum.thor".freeze, "spec/fixtures/group.thor".freeze, "spec/fixtures/invoke.thor".freeze, "spec/fixtures/path with spaces".freeze, "spec/fixtures/preserve/script.sh".freeze, "spec/fixtures/script.thor".freeze, "spec/fixtures/subcommand.thor".freeze, "spec/group_spec.rb".freeze, "spec/helper.rb".freeze, "spec/invocation_spec.rb".freeze, "spec/parser/argument_spec.rb".freeze, "spec/parser/arguments_spec.rb".freeze, "spec/parser/option_spec.rb".freeze, "spec/parser/options_spec.rb".freeze, "spec/rake_compat_spec.rb".freeze, "spec/register_spec.rb".freeze, "spec/runner_spec.rb".freeze, "spec/shell/basic_spec.rb".freeze, "spec/shell/color_spec.rb".freeze, "spec/shell/html_spec.rb".freeze, "spec/shell_spec.rb".freeze, "spec/subcommand_spec.rb".freeze, "spec/thor_spec.rb".freeze, "spec/util_spec.rb".freeze, "thor.gemspec".freeze] s.homepage = "http://whatisthor.com/".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Thor is a toolkit for building powerful command-line interfaces.".freeze s.test_files = ["spec/actions/create_file_spec.rb".freeze, "spec/actions/create_link_spec.rb".freeze, "spec/actions/directory_spec.rb".freeze, "spec/actions/empty_directory_spec.rb".freeze, "spec/actions/file_manipulation_spec.rb".freeze, "spec/actions/inject_into_file_spec.rb".freeze, "spec/actions_spec.rb".freeze, "spec/base_spec.rb".freeze, "spec/command_spec.rb".freeze, "spec/core_ext/hash_with_indifferent_access_spec.rb".freeze, "spec/core_ext/ordered_hash_spec.rb".freeze, "spec/exit_condition_spec.rb".freeze, "spec/fixtures/application.rb".freeze, "spec/fixtures/app{1}/README".freeze, "spec/fixtures/bundle/execute.rb".freeze, "spec/fixtures/bundle/main.thor".freeze, "spec/fixtures/command.thor".freeze, "spec/fixtures/doc/%file_name%.rb.tt".freeze, "spec/fixtures/doc/block_helper.rb".freeze, "spec/fixtures/doc/COMMENTER".freeze, "spec/fixtures/doc/config.rb".freeze, "spec/fixtures/doc/config.yaml.tt".freeze, "spec/fixtures/doc/excluding/%file_name%.rb.tt".freeze, "spec/fixtures/doc/README".freeze, "spec/fixtures/enum.thor".freeze, "spec/fixtures/group.thor".freeze, "spec/fixtures/invoke.thor".freeze, "spec/fixtures/path with spaces".freeze, "spec/fixtures/preserve/script.sh".freeze, "spec/fixtures/script.thor".freeze, "spec/fixtures/subcommand.thor".freeze, "spec/group_spec.rb".freeze, "spec/helper.rb".freeze, "spec/invocation_spec.rb".freeze, "spec/parser/argument_spec.rb".freeze, "spec/parser/arguments_spec.rb".freeze, "spec/parser/option_spec.rb".freeze, "spec/parser/options_spec.rb".freeze, "spec/rake_compat_spec.rb".freeze, "spec/register_spec.rb".freeze, "spec/runner_spec.rb".freeze, "spec/shell/basic_spec.rb".freeze, "spec/shell/color_spec.rb".freeze, "spec/shell/html_spec.rb".freeze, "spec/shell_spec.rb".freeze, "spec/subcommand_spec.rb".freeze, "spec/thor_spec.rb".freeze, "spec/util_spec.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) end