# -*- encoding: utf-8 -*- # stub: chef-infra-api 0.9.1 ruby lib Gem::Specification.new do |s| s.name = "chef-infra-api".freeze s.version = "0.9.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 = ["Seth Vargo".freeze, "Tim Smith".freeze] s.date = "2019-09-19" s.description = "A tiny Chef API client with minimal dependencies".freeze s.email = ["sethvargo@gmail.com".freeze, "tsmith84@gmail.com".freeze] s.files = ["LICENSE".freeze, "lib/chef-api.rb".freeze, "lib/chef-api/aclable.rb".freeze, "lib/chef-api/authentication.rb".freeze, "lib/chef-api/boolean.rb".freeze, "lib/chef-api/configurable.rb".freeze, "lib/chef-api/connection.rb".freeze, "lib/chef-api/defaults.rb".freeze, "lib/chef-api/error_collection.rb".freeze, "lib/chef-api/errors.rb".freeze, "lib/chef-api/multipart.rb".freeze, "lib/chef-api/resource.rb".freeze, "lib/chef-api/resources/base.rb".freeze, "lib/chef-api/resources/client.rb".freeze, "lib/chef-api/resources/collection_proxy.rb".freeze, "lib/chef-api/resources/cookbook.rb".freeze, "lib/chef-api/resources/cookbook_version.rb".freeze, "lib/chef-api/resources/data_bag.rb".freeze, "lib/chef-api/resources/data_bag_item.rb".freeze, "lib/chef-api/resources/environment.rb".freeze, "lib/chef-api/resources/group.rb".freeze, "lib/chef-api/resources/node.rb".freeze, "lib/chef-api/resources/organization.rb".freeze, "lib/chef-api/resources/partial_search.rb".freeze, "lib/chef-api/resources/principal.rb".freeze, "lib/chef-api/resources/role.rb".freeze, "lib/chef-api/resources/search.rb".freeze, "lib/chef-api/resources/user.rb".freeze, "lib/chef-api/schema.rb".freeze, "lib/chef-api/util.rb".freeze, "lib/chef-api/validator.rb".freeze, "lib/chef-api/validators/base.rb".freeze, "lib/chef-api/validators/required.rb".freeze, "lib/chef-api/validators/type.rb".freeze, "lib/chef-api/version.rb".freeze, "templates/errors/abstract_method.erb".freeze, "templates/errors/cannot_regenerate_key.erb".freeze, "templates/errors/chef_api_error.erb".freeze, "templates/errors/file_not_found.erb".freeze, "templates/errors/http_bad_request.erb".freeze, "templates/errors/http_forbidden_request.erb".freeze, "templates/errors/http_gateway_timeout.erb".freeze, "templates/errors/http_method_not_allowed.erb".freeze, "templates/errors/http_not_acceptable.erb".freeze, "templates/errors/http_not_found.erb".freeze, "templates/errors/http_server_unavailable.erb".freeze, "templates/errors/http_unauthorized_request.erb".freeze, "templates/errors/insufficient_file_permissions.erb".freeze, "templates/errors/invalid_resource.erb".freeze, "templates/errors/invalid_validator.erb".freeze, "templates/errors/missing_url_parameter.erb".freeze, "templates/errors/not_a_directory.erb".freeze, "templates/errors/resource_already_exists.erb".freeze, "templates/errors/resource_not_found.erb".freeze, "templates/errors/resource_not_mutable.erb".freeze, "templates/errors/unknown_attribute.erb".freeze] s.homepage = "https://github.com/chef/chef-api".freeze s.licenses = ["Apache-2.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A Chef API client in Ruby".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end