# -*- encoding: utf-8 -*- # stub: acquia_toolbelt 2.0.0 ruby lib Gem::Specification.new do |s| s.name = "acquia_toolbelt".freeze s.version = "2.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jacob Bednarz".freeze] s.date = "2013-10-31" s.description = "A CLI tool for interacting with Acquia's hosting services.".freeze s.email = ["jacob.bednarz@gmail.com".freeze] s.executables = ["acquia".freeze] s.files = [".gitignore".freeze, ".ruby-version".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "acquia_toolbelt.gemspec".freeze, "bin/acquia".freeze, "lib/acquia_toolbelt.rb".freeze, "lib/acquia_toolbelt/cli.rb".freeze, "lib/acquia_toolbelt/cli/api.rb".freeze, "lib/acquia_toolbelt/cli/auth.rb".freeze, "lib/acquia_toolbelt/cli/database.rb".freeze, "lib/acquia_toolbelt/cli/deploy.rb".freeze, "lib/acquia_toolbelt/cli/domain.rb".freeze, "lib/acquia_toolbelt/cli/environment.rb".freeze, "lib/acquia_toolbelt/cli/file.rb".freeze, "lib/acquia_toolbelt/cli/server.rb".freeze, "lib/acquia_toolbelt/cli/site.rb".freeze, "lib/acquia_toolbelt/cli/ssh.rb".freeze, "lib/acquia_toolbelt/cli/svn.rb".freeze, "lib/acquia_toolbelt/cli/task.rb".freeze, "lib/acquia_toolbelt/cli/ui.rb".freeze, "lib/acquia_toolbelt/error.rb".freeze, "lib/acquia_toolbelt/thor.rb".freeze, "lib/acquia_toolbelt/version.rb".freeze, "lib/vendor/thor/CHANGELOG.md".freeze, "lib/vendor/thor/Gemfile".freeze, "lib/vendor/thor/LICENSE.md".freeze, "lib/vendor/thor/README.md".freeze, "lib/vendor/thor/lib/thor.rb".freeze, "lib/vendor/thor/lib/thor/actions.rb".freeze, "lib/vendor/thor/lib/thor/actions/create_file.rb".freeze, "lib/vendor/thor/lib/thor/actions/create_link.rb".freeze, "lib/vendor/thor/lib/thor/actions/directory.rb".freeze, "lib/vendor/thor/lib/thor/actions/empty_directory.rb".freeze, "lib/vendor/thor/lib/thor/actions/file_manipulation.rb".freeze, "lib/vendor/thor/lib/thor/actions/inject_into_file.rb".freeze, "lib/vendor/thor/lib/thor/base.rb".freeze, "lib/vendor/thor/lib/thor/command.rb".freeze, "lib/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb".freeze, "lib/vendor/thor/lib/thor/core_ext/io_binary_read.rb".freeze, "lib/vendor/thor/lib/thor/core_ext/ordered_hash.rb".freeze, "lib/vendor/thor/lib/thor/error.rb".freeze, "lib/vendor/thor/lib/thor/group.rb".freeze, "lib/vendor/thor/lib/thor/invocation.rb".freeze, "lib/vendor/thor/lib/thor/parser.rb".freeze, "lib/vendor/thor/lib/thor/parser/argument.rb".freeze, "lib/vendor/thor/lib/thor/parser/arguments.rb".freeze, "lib/vendor/thor/lib/thor/parser/option.rb".freeze, "lib/vendor/thor/lib/thor/parser/options.rb".freeze, "lib/vendor/thor/lib/thor/rake_compat.rb".freeze, "lib/vendor/thor/lib/thor/runner.rb".freeze, "lib/vendor/thor/lib/thor/shell.rb".freeze, "lib/vendor/thor/lib/thor/shell/basic.rb".freeze, "lib/vendor/thor/lib/thor/shell/color.rb".freeze, "lib/vendor/thor/lib/thor/shell/html.rb".freeze, "lib/vendor/thor/lib/thor/util.rb".freeze, "lib/vendor/thor/lib/thor/version.rb".freeze, "lib/vendor/thor/spec/actions/create_file_spec.rb".freeze, "lib/vendor/thor/spec/actions/create_link_spec.rb".freeze, "lib/vendor/thor/spec/actions/directory_spec.rb".freeze, "lib/vendor/thor/spec/actions/empty_directory_spec.rb".freeze, "lib/vendor/thor/spec/actions/file_manipulation_spec.rb".freeze, "lib/vendor/thor/spec/actions/inject_into_file_spec.rb".freeze, "lib/vendor/thor/spec/actions_spec.rb".freeze, "lib/vendor/thor/spec/base_spec.rb".freeze, "lib/vendor/thor/spec/command_spec.rb".freeze, "lib/vendor/thor/spec/core_ext/hash_with_indifferent_access_spec.rb".freeze, "lib/vendor/thor/spec/core_ext/ordered_hash_spec.rb".freeze, "lib/vendor/thor/spec/exit_condition_spec.rb".freeze, "lib/vendor/thor/spec/fixtures/application.rb".freeze, "lib/vendor/thor/spec/fixtures/app{1}/README".freeze, "lib/vendor/thor/spec/fixtures/bundle/execute.rb".freeze, "lib/vendor/thor/spec/fixtures/bundle/main.thor".freeze, "lib/vendor/thor/spec/fixtures/command.thor".freeze, "lib/vendor/thor/spec/fixtures/doc/%file_name%.rb.tt".freeze, "lib/vendor/thor/spec/fixtures/doc/COMMENTER".freeze, "lib/vendor/thor/spec/fixtures/doc/README".freeze, "lib/vendor/thor/spec/fixtures/doc/block_helper.rb".freeze, "lib/vendor/thor/spec/fixtures/doc/components/.empty_directory".freeze, "lib/vendor/thor/spec/fixtures/doc/config.rb".freeze, "lib/vendor/thor/spec/fixtures/doc/config.yaml.tt".freeze, "lib/vendor/thor/spec/fixtures/doc/excluding/%file_name%.rb.tt".freeze, "lib/vendor/thor/spec/fixtures/enum.thor".freeze, "lib/vendor/thor/spec/fixtures/group.thor".freeze, "lib/vendor/thor/spec/fixtures/invoke.thor".freeze, "lib/vendor/thor/spec/fixtures/path with spaces".freeze, "lib/vendor/thor/spec/fixtures/preserve/script.sh".freeze, "lib/vendor/thor/spec/fixtures/script.thor".freeze, "lib/vendor/thor/spec/fixtures/subcommand.thor".freeze, "lib/vendor/thor/spec/group_spec.rb".freeze, "lib/vendor/thor/spec/helper.rb".freeze, "lib/vendor/thor/spec/invocation_spec.rb".freeze, "lib/vendor/thor/spec/parser/argument_spec.rb".freeze, "lib/vendor/thor/spec/parser/arguments_spec.rb".freeze, "lib/vendor/thor/spec/parser/option_spec.rb".freeze, "lib/vendor/thor/spec/parser/options_spec.rb".freeze, "lib/vendor/thor/spec/rake_compat_spec.rb".freeze, "lib/vendor/thor/spec/register_spec.rb".freeze, "lib/vendor/thor/spec/runner_spec.rb".freeze, "lib/vendor/thor/spec/shell/basic_spec.rb".freeze, "lib/vendor/thor/spec/shell/color_spec.rb".freeze, "lib/vendor/thor/spec/shell/html_spec.rb".freeze, "lib/vendor/thor/spec/shell_spec.rb".freeze, "lib/vendor/thor/spec/subcommand_spec.rb".freeze, "lib/vendor/thor/spec/thor_spec.rb".freeze, "lib/vendor/thor/spec/util_spec.rb".freeze, "lib/vendor/thor/thor.gemspec".freeze, "spec/auth_spec.rb".freeze, "spec_helper.rb".freeze] s.homepage = "https://github.com/jacobbednarz/acquia-toolbelt".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "".freeze s.test_files = ["spec/auth_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["= 0.18.1".freeze]) s.add_runtime_dependency(%q.freeze, ["= 0.7.7".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.6.19".freeze]) s.add_runtime_dependency(%q.freeze, ["= 0.8.8".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.8.0".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.1.4".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.6.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end