# -*- encoding: utf-8 -*- # stub: vagrant-opsworks 0.3.1 ruby lib Gem::Specification.new do |s| s.name = "vagrant-opsworks".freeze s.version = "0.3.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 = ["Steve Buzonas".freeze] s.date = "2014-12-05" s.description = "A Vagrant plugin to provision a stack configured in Amazon OpsWorks".freeze s.email = ["steve@fancyguy.com".freeze] s.files = [".gitignore".freeze, ".simplecov".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Guardfile".freeze, "README.md".freeze, "Thorfile".freeze, "docs/basic-example.md".freeze, "integration/Gemfile".freeze, "integration/Vagrantfile".freeze, "lib/berkshelf-monkey-patch.rb".freeze, "lib/vagrant-opsworks.rb".freeze, "lib/vagrant-opsworks/action.rb".freeze, "lib/vagrant-opsworks/action/checkout_cookbooks.rb".freeze, "lib/vagrant-opsworks/action/configure_berks.rb".freeze, "lib/vagrant-opsworks/action/configure_chef.rb".freeze, "lib/vagrant-opsworks/action/create_roles.rb".freeze, "lib/vagrant-opsworks/action/inject_boxes.rb".freeze, "lib/vagrant-opsworks/action/merge_cookbooks.rb".freeze, "lib/vagrant-opsworks/action/setup_environment.rb".freeze, "lib/vagrant-opsworks/application.rb".freeze, "lib/vagrant-opsworks/client.rb".freeze, "lib/vagrant-opsworks/client/app.rb".freeze, "lib/vagrant-opsworks/client/instance.rb".freeze, "lib/vagrant-opsworks/client/layer.rb".freeze, "lib/vagrant-opsworks/client/stack.rb".freeze, "lib/vagrant-opsworks/client_old.rb".freeze, "lib/vagrant-opsworks/config.rb".freeze, "lib/vagrant-opsworks/custom_json.rb".freeze, "lib/vagrant-opsworks/env.rb".freeze, "lib/vagrant-opsworks/env_old.rb".freeze, "lib/vagrant-opsworks/errors.rb".freeze, "lib/vagrant-opsworks/loader.rb".freeze, "lib/vagrant-opsworks/loader/client.rb".freeze, "lib/vagrant-opsworks/loader/instances.rb".freeze, "lib/vagrant-opsworks/loader/stack.rb".freeze, "lib/vagrant-opsworks/plugin.rb".freeze, "lib/vagrant-opsworks/stack.rb".freeze, "lib/vagrant-opsworks/stack/app.rb".freeze, "lib/vagrant-opsworks/stack/instance.rb".freeze, "lib/vagrant-opsworks/stack/stack.rb".freeze, "lib/vagrant-opsworks/util/configuration_builder.rb".freeze, "lib/vagrant-opsworks/util/configuration_hash.rb".freeze, "lib/vagrant-opsworks/util/dummy_configuration.rb".freeze, "lib/vagrant-opsworks/util/env_helpers.rb".freeze, "lib/vagrant-opsworks/version.rb".freeze, "locales/en.yml".freeze, "provisioning/client.yml".freeze, "provisioning/install-agent.sh".freeze, "spec/spec_helper.rb".freeze, "spec/unit/vagrant-opsworks/action/create_roles_spec.rb".freeze, "spec/unit/vagrant-opsworks/config_spec.rb".freeze, "vagrant-opsworks.gemspec".freeze] s.homepage = "http://fancyguy.github.io/vagrant-opsworks".freeze s.licenses = ["MIT".freeze] s.post_install_message = "In order to use the Vagrant-OpsWorks plugin, you must have configured AWS credentials.\nInstructions on providing these can be found at http://docs.aws.amazon.com/AWSSdkDocsRuby/latest//DeveloperGuide/ruby-dg-setup.html#set-up-creds".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.9.1".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A Vagrant plugin to provision a stack configured in Amazon OpsWorks".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/unit/vagrant-opsworks/action/create_roles_spec.rb".freeze, "spec/unit/vagrant-opsworks/config_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.13".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.18".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end