# -*- encoding: utf-8 -*- # stub: thor 0.13.1 ruby lib Gem::Specification.new do |s| s.name = "thor".freeze s.version = "0.13.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Yehuda Katz".freeze, "Jos\u00C3\u00A9 Valim".freeze] s.date = "2010-02-11" s.description = "A scripting framework that replaces rake, sake and rubigen".freeze s.email = "ruby-thor@googlegroups.com".freeze s.executables = ["thor".freeze, "rake2thor".freeze] s.extra_rdoc_files = ["CHANGELOG.rdoc".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Thorfile".freeze] s.files = ["CHANGELOG.rdoc".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Thorfile".freeze, "bin/rake2thor".freeze, "bin/thor".freeze, "lib/thor.rb".freeze, "lib/thor/actions.rb".freeze, "lib/thor/actions/create_file.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/core_ext/file_binary_read.rb".freeze, "lib/thor/core_ext/hash_with_indifferent_access.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/task.rb".freeze, "lib/thor/util.rb".freeze, "lib/thor/version.rb".freeze, "spec/actions/create_file_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/core_ext/hash_with_indifferent_access_spec.rb".freeze, "spec/core_ext/ordered_hash_spec.rb".freeze, "spec/fixtures/application.rb".freeze, "spec/fixtures/bundle/execute.rb".freeze, "spec/fixtures/bundle/main.thor".freeze, "spec/fixtures/doc/%file_name%.rb.tt".freeze, "spec/fixtures/doc/README".freeze, "spec/fixtures/doc/config.rb".freeze, "spec/fixtures/group.thor".freeze, "spec/fixtures/invoke.thor".freeze, "spec/fixtures/script.thor".freeze, "spec/fixtures/task.thor".freeze, "spec/group_spec.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/runner_spec.rb".freeze, "spec/shell/basic_spec.rb".freeze, "spec/shell/color_spec.rb".freeze, "spec/shell_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "spec/task_spec.rb".freeze, "spec/thor_spec.rb".freeze, "spec/util_spec.rb".freeze] s.homepage = "http://yehudakatz.com".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A scripting framework that replaces rake, sake and rubigen".freeze s.test_files = ["spec/actions/create_file_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/core_ext/hash_with_indifferent_access_spec.rb".freeze, "spec/core_ext/ordered_hash_spec.rb".freeze, "spec/fixtures/application.rb".freeze, "spec/fixtures/bundle/execute.rb".freeze, "spec/fixtures/doc/config.rb".freeze, "spec/group_spec.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/runner_spec.rb".freeze, "spec/shell/basic_spec.rb".freeze, "spec/shell/color_spec.rb".freeze, "spec/shell_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/task_spec.rb".freeze, "spec/thor_spec.rb".freeze, "spec/util_spec.rb".freeze, "spec/fixtures/bundle/main.thor".freeze, "spec/fixtures/doc/%file_name%.rb.tt".freeze, "spec/fixtures/doc/README".freeze, "spec/fixtures/group.thor".freeze, "spec/fixtures/invoke.thor".freeze, "spec/fixtures/script.thor".freeze, "spec/fixtures/task.thor".freeze, "spec/spec.opts".freeze] end