# -*- encoding: utf-8 -*- # stub: yao 0.3.8 ruby lib Gem::Specification.new do |s| s.name = "yao".freeze s.version = "0.3.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 = ["Uchio, KONDO".freeze] s.date = "2018-03-23" s.description = "YAO is a Yet Another OpenStack API Wrapper that rocks!!".freeze s.email = ["udzura@udzura.jp".freeze] s.files = [".gitignore".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/yao.rb".freeze, "lib/yao/auth.rb".freeze, "lib/yao/client.rb".freeze, "lib/yao/config.rb".freeze, "lib/yao/error.rb".freeze, "lib/yao/faraday_middlewares.rb".freeze, "lib/yao/is_openstack_client.rb".freeze, "lib/yao/mode.rb".freeze, "lib/yao/plugins.rb".freeze, "lib/yao/plugins/default_client_generator.rb".freeze, "lib/yao/plugins/registry.rb".freeze, "lib/yao/resources.rb".freeze, "lib/yao/resources/action.rb".freeze, "lib/yao/resources/aggregates.rb".freeze, "lib/yao/resources/base.rb".freeze, "lib/yao/resources/flavor.rb".freeze, "lib/yao/resources/floating_ip.rb".freeze, "lib/yao/resources/host.rb".freeze, "lib/yao/resources/hypervisor.rb".freeze, "lib/yao/resources/image.rb".freeze, "lib/yao/resources/keypair.rb".freeze, "lib/yao/resources/loadbalancer.rb".freeze, "lib/yao/resources/loadbalancer_healthmonitor.rb".freeze, "lib/yao/resources/loadbalancer_listener.rb".freeze, "lib/yao/resources/loadbalancer_pool.rb".freeze, "lib/yao/resources/loadbalancer_pool_member.rb".freeze, "lib/yao/resources/metadata_available.rb".freeze, "lib/yao/resources/meter.rb".freeze, "lib/yao/resources/network.rb".freeze, "lib/yao/resources/old_sample.rb".freeze, "lib/yao/resources/port.rb".freeze, "lib/yao/resources/resource.rb".freeze, "lib/yao/resources/restfully_accessible.rb".freeze, "lib/yao/resources/role.rb".freeze, "lib/yao/resources/role_assignment.rb".freeze, "lib/yao/resources/router.rb".freeze, "lib/yao/resources/sample.rb".freeze, "lib/yao/resources/security_group.rb".freeze, "lib/yao/resources/security_group_rule.rb".freeze, "lib/yao/resources/server.rb".freeze, "lib/yao/resources/subnet.rb".freeze, "lib/yao/resources/tenant.rb".freeze, "lib/yao/resources/user.rb".freeze, "lib/yao/setup.rb".freeze, "lib/yao/token.rb".freeze, "lib/yao/tokenv3.rb".freeze, "lib/yao/version.rb".freeze, "test/config.rb".freeze, "test/fixtures/dummy.key".freeze, "test/fixtures/dummy.pem".freeze, "test/support/auth_stub.rb".freeze, "test/support/authv3_stub.rb".freeze, "test/yao/resources/test_aggregates.rb".freeze, "test/yao/resources/test_base.rb".freeze, "test/yao/resources/test_hypervisor.rb".freeze, "test/yao/resources/test_loadbalancer.rb".freeze, "test/yao/resources/test_loadbalancer_healthmonitor.rb".freeze, "test/yao/resources/test_loadbalancer_listener.rb".freeze, "test/yao/resources/test_loadbalancer_pool.rb".freeze, "test/yao/resources/test_loadbalancer_pool_member.rb".freeze, "test/yao/resources/test_restfully_accessible.rb".freeze, "test/yao/resources/test_role.rb".freeze, "test/yao/resources/test_security_group.rb".freeze, "test/yao/resources/test_security_group_rule.rb".freeze, "test/yao/resources/test_user.rb".freeze, "test/yao/test_auth.rb".freeze, "test/yao/test_authv3.rb".freeze, "test/yao/test_client.rb".freeze, "test/yao/test_client_plugin.rb".freeze, "test/yao/test_config.rb".freeze, "test/yao/test_read_only.rb".freeze, "test/yao/test_server_error.rb".freeze, "test/yao/test_token.rb".freeze, "test/yao/test_tokenv3.rb".freeze, "yao-logo.png".freeze, "yao.gemspec".freeze] s.homepage = "https://github.com/yaocloud/yao".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Yet Another OpenStack API Wrapper that rocks!!".freeze s.test_files = ["test/config.rb".freeze, "test/fixtures/dummy.key".freeze, "test/fixtures/dummy.pem".freeze, "test/support/auth_stub.rb".freeze, "test/support/authv3_stub.rb".freeze, "test/yao/resources/test_aggregates.rb".freeze, "test/yao/resources/test_base.rb".freeze, "test/yao/resources/test_hypervisor.rb".freeze, "test/yao/resources/test_loadbalancer.rb".freeze, "test/yao/resources/test_loadbalancer_healthmonitor.rb".freeze, "test/yao/resources/test_loadbalancer_listener.rb".freeze, "test/yao/resources/test_loadbalancer_pool.rb".freeze, "test/yao/resources/test_loadbalancer_pool_member.rb".freeze, "test/yao/resources/test_restfully_accessible.rb".freeze, "test/yao/resources/test_role.rb".freeze, "test/yao/resources/test_security_group.rb".freeze, "test/yao/resources/test_security_group_rule.rb".freeze, "test/yao/resources/test_user.rb".freeze, "test/yao/test_auth.rb".freeze, "test/yao/test_authv3.rb".freeze, "test/yao/test_client.rb".freeze, "test/yao/test_client_plugin.rb".freeze, "test/yao/test_config.rb".freeze, "test/yao/test_read_only.rb".freeze, "test/yao/test_server_error.rb".freeze, "test/yao/test_token.rb".freeze, "test/yao/test_tokenv3.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.12.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 1.10".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, [">= 3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end