# -*- encoding: utf-8 -*-
# stub: infrataster 0.2.0.beta1 ruby lib

Gem::Specification.new do |s|
  s.name = "infrataster".freeze
  s.version = "0.2.0.beta1".freeze

  s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Ryota Arai".freeze]
  s.date = "2014-09-06"
  s.email = ["ryota.arai@gmail.com".freeze]
  s.executables = ["infrataster".freeze]
  s.files = [".gitignore".freeze, ".rspec".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/infrataster".freeze, "infrataster.gemspec".freeze, "lib/infrataster.rb".freeze, "lib/infrataster/cli.rb".freeze, "lib/infrataster/contexts.rb".freeze, "lib/infrataster/contexts/base_context.rb".freeze, "lib/infrataster/contexts/capybara_context.rb".freeze, "lib/infrataster/contexts/http_context.rb".freeze, "lib/infrataster/contexts/no_resource_context.rb".freeze, "lib/infrataster/fixtures/Gemfile.erb".freeze, "lib/infrataster/fixtures/Rakefile.erb".freeze, "lib/infrataster/fixtures/Vagrantfile.erb".freeze, "lib/infrataster/fixtures/app_spec.rb.erb".freeze, "lib/infrataster/fixtures/spec_helper.rb.erb".freeze, "lib/infrataster/helpers.rb".freeze, "lib/infrataster/helpers/resource_helper.rb".freeze, "lib/infrataster/helpers/rspec_helper.rb".freeze, "lib/infrataster/resources.rb".freeze, "lib/infrataster/resources/base_resource.rb".freeze, "lib/infrataster/resources/capybara_resource.rb".freeze, "lib/infrataster/resources/http_resource.rb".freeze, "lib/infrataster/resources/server_resource.rb".freeze, "lib/infrataster/rspec.rb".freeze, "lib/infrataster/server.rb".freeze, "lib/infrataster/version.rb".freeze, "spec/integration/capybara_spec.rb".freeze, "spec/integration/http_spec.rb".freeze, "spec/integration/other_spec.rb".freeze, "spec/integration/spec_helper.rb".freeze, "spec/integration/vm/.gitignore".freeze, "spec/integration/vm/Berksfile".freeze, "spec/integration/vm/Vagrantfile".freeze, "spec/integration/vm/app/Gemfile".freeze, "spec/integration/vm/app/app.rb".freeze, "spec/integration/vm/app/config.ru".freeze, "spec/integration/vm/cookbooks/app/files/default/rackup.conf".freeze, "spec/integration/vm/cookbooks/app/recipes/default.rb".freeze, "spec/integration/vm/cookbooks/apt-mirror/recipes/default.rb".freeze, "spec/integration/vm/cookbooks/proxy/files/default/index.html".freeze, "spec/integration/vm/cookbooks/proxy/recipes/default.rb".freeze, "spec/integration/vm/cookbooks/proxy/templates/default/integration-test.erb".freeze, "spec/integration/vm/vendor/.gitignore".freeze, "spec/unit/lib/infrataster/contexts/http_context_spec.rb".freeze, "spec/unit/lib/infrataster/resources/http_resource_spec.rb".freeze, "spec/unit/lib/infrataster/server_spec.rb".freeze, "spec/unit/spec_helper.rb".freeze]
  s.homepage = "https://github.com/ryotarai/infrataster".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Infrastructure Behavior Testing Framework".freeze
  s.test_files = ["spec/integration/capybara_spec.rb".freeze, "spec/integration/http_spec.rb".freeze, "spec/integration/other_spec.rb".freeze, "spec/integration/spec_helper.rb".freeze, "spec/integration/vm/.gitignore".freeze, "spec/integration/vm/Berksfile".freeze, "spec/integration/vm/Vagrantfile".freeze, "spec/integration/vm/app/Gemfile".freeze, "spec/integration/vm/app/app.rb".freeze, "spec/integration/vm/app/config.ru".freeze, "spec/integration/vm/cookbooks/app/files/default/rackup.conf".freeze, "spec/integration/vm/cookbooks/app/recipes/default.rb".freeze, "spec/integration/vm/cookbooks/apt-mirror/recipes/default.rb".freeze, "spec/integration/vm/cookbooks/proxy/files/default/index.html".freeze, "spec/integration/vm/cookbooks/proxy/recipes/default.rb".freeze, "spec/integration/vm/cookbooks/proxy/templates/default/integration-test.erb".freeze, "spec/integration/vm/vendor/.gitignore".freeze, "spec/unit/lib/infrataster/contexts/http_context_spec.rb".freeze, "spec/unit/lib/infrataster/resources/http_resource_spec.rb".freeze, "spec/unit/lib/infrataster/server_spec.rb".freeze, "spec/unit/spec_helper.rb".freeze]

  s.specification_version = 4

  s.add_runtime_dependency(%q<rspec>.freeze, [">= 2.0".freeze, "< 4.0".freeze])
  s.add_runtime_dependency(%q<net-ssh>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<net-ssh-gateway>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<capybara>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<poltergeist>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<faraday>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<thor>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<bundler>.freeze, ["~> 1.5".freeze])
  s.add_development_dependency(%q<rake>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<berkshelf>.freeze, ["~> 3.1.1".freeze])
end