# -*- encoding: utf-8 -*- # stub: infrataster 0.1.8 ruby lib Gem::Specification.new do |s| s.name = "infrataster".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 = ["Ryota Arai".freeze] s.date = "2014-05-17" s.email = ["ryota.arai@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "ci/jenkins_build".freeze, "infrataster.gemspec".freeze, "lib/infrataster.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/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/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/server_spec.rb".freeze, "spec/unit/spec_helper.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_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, ["~> 1.5".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.1.1".freeze]) end