# -*- encoding: utf-8 -*-
# stub: cm 0.1.8 ruby lib

Gem::Specification.new do |s|
  s.name = "cm".freeze
  s.version = "0.1.8".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Adrian Webb".freeze]
  s.date = "2016-01-18"
  s.description = "\nPluggable cloud management framework that provides a simple foundation for\ndeploying and destroying enterprise ready cloud environments and components\nthat integrate; cloud provider components and services, cloud orchestration\nand configuration management tools, and continuous integration and delivery\npipelines.\n".freeze
  s.email = "adrian.webb@gsa.gov".freeze
  s.executables = ["cm".freeze]
  s.extra_rdoc_files = ["README.md".freeze]
  s.files = [".gitignore".freeze, ".gitmodules".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/cm".freeze, "bootstrap/lib/bash/LICENSE.txt".freeze, "cm.gemspec".freeze, "lib/CM/batch/celluloid.rb".freeze, "lib/CM/configuration/directory.rb".freeze, "lib/CM/configuration/file.rb".freeze, "lib/CM/function/generate_password.rb".freeze, "lib/CM/plan/default.rb".freeze, "lib/CM/resource/AWS.rb".freeze, "lib/CM/resource/BOSH.rb".freeze, "lib/CM/resource/concourse.rb".freeze, "lib/CM/resource/plan.rb".freeze, "lib/CM/resource/variables.rb".freeze, "lib/CM/sequence/default.rb".freeze, "lib/cm.rb".freeze, "lib/core/errors.rb".freeze, "lib/core/facade.rb".freeze, "lib/core/mixin/action/config.rb".freeze, "lib/core/mixin/action/registration.rb".freeze, "lib/core/overrides.rb".freeze, "lib/core/plugin/auth_docker_resource.rb".freeze, "lib/core/plugin/batch.rb".freeze, "lib/core/plugin/cm_action.rb".freeze, "lib/core/plugin/configuration.rb".freeze, "lib/core/plugin/disk_configuration.rb".freeze, "lib/core/plugin/docker_resource.rb".freeze, "lib/core/plugin/function.rb".freeze, "lib/core/plugin/parallel_base.rb".freeze, "lib/core/plugin/plan.rb".freeze, "lib/core/plugin/plan_action.rb".freeze, "lib/core/plugin/resource.rb".freeze, "lib/core/plugin/sequence.rb".freeze, "lib/nucleon/action/plan/deploy.rb".freeze, "lib/nucleon/action/plan/destroy.rb".freeze, "lib/nucleon/action/resource/run.rb".freeze, "locales/en.yml".freeze, "spec/spec_helper.rb".freeze, "toolbox/LICENSE.txt".freeze, "toolbox/README.txt".freeze, "toolbox/lib/shell/LICENSE.txt".freeze]
  s.homepage = "http://github.com/adrianwebb/cm".freeze
  s.licenses = ["Apache License, Version 2.0".freeze]
  s.rdoc_options = ["--title".freeze, "CM (Cloud Manager)".freeze, "--main".freeze, "README.rdoc".freeze, "--line-numbers".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 1.9.1".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Pluggable cloud management framework that provides a simple foundation for deploying and destroying enterprise ready cloud environments and components".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<nucleon>.freeze, ["~> 0.2".freeze])
  s.add_runtime_dependency(%q<docker-api>.freeze, ["~> 1.24".freeze])
  s.add_runtime_dependency(%q<nokogiri>.freeze, ["= 1.5.11".freeze])
  s.add_runtime_dependency(%q<fog-aws>.freeze, ["~> 0.8".freeze])
  s.add_development_dependency(%q<bundler>.freeze, [">= 1.7".freeze])
  s.add_development_dependency(%q<jeweler>.freeze, ["~> 2.0".freeze])
  s.add_development_dependency(%q<rspec>.freeze, ["~> 3.4".freeze])
  s.add_development_dependency(%q<rdoc>.freeze, ["~> 4.2".freeze])
end