--- !ruby/object:Gem::Specification name: yao version: !ruby/object:Gem::Version version: 0.13.4 platform: ruby authors: - Uchio, KONDO autorequire: bindir: bin cert_chain: [] date: 2020-10-12 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: json requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: deep_merge requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: faraday requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.0.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.0.1 - !ruby/object:Gem::Dependency name: faraday_middleware requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: YAO is a Yet Another OpenStack API Wrapper that rocks!! email: - udzura@udzura.jp executables: [] extensions: [] extra_rdoc_files: [] files: - ".github/workflows/macos.yml" - ".github/workflows/ubuntu-rvm.yml" - ".github/workflows/ubuntu.yml" - ".gitignore" - ".rubocop.yml" - CHANGELOG.md - CODE_OF_CONDUCT.md - Gemfile - LICENSE.txt - README.md - Rakefile - lib/yao.rb - lib/yao/auth.rb - lib/yao/client.rb - lib/yao/config.rb - lib/yao/error.rb - lib/yao/faraday_middlewares.rb - lib/yao/is_openstack_client.rb - lib/yao/mode.rb - lib/yao/plugins.rb - lib/yao/plugins/default_client_generator.rb - lib/yao/plugins/registry.rb - lib/yao/resources.rb - lib/yao/resources/action.rb - lib/yao/resources/aggregates.rb - lib/yao/resources/amphora.rb - lib/yao/resources/base.rb - lib/yao/resources/compute_services.rb - lib/yao/resources/flavor.rb - lib/yao/resources/floating_ip.rb - lib/yao/resources/host.rb - lib/yao/resources/hypervisor.rb - lib/yao/resources/image.rb - lib/yao/resources/keypair.rb - lib/yao/resources/loadbalancer.rb - lib/yao/resources/loadbalancer_healthmonitor.rb - lib/yao/resources/loadbalancer_listener.rb - lib/yao/resources/loadbalancer_pool.rb - lib/yao/resources/loadbalancer_pool_member.rb - lib/yao/resources/metadata_available.rb - lib/yao/resources/meter.rb - lib/yao/resources/network.rb - lib/yao/resources/network_associationable.rb - lib/yao/resources/networking_agents.rb - lib/yao/resources/old_sample.rb - lib/yao/resources/port.rb - lib/yao/resources/port_associationable.rb - lib/yao/resources/project.rb - lib/yao/resources/resource.rb - lib/yao/resources/restfully_accessible.rb - lib/yao/resources/role.rb - lib/yao/resources/role_assignment.rb - lib/yao/resources/router.rb - lib/yao/resources/sample.rb - lib/yao/resources/security_group.rb - lib/yao/resources/security_group_rule.rb - lib/yao/resources/server.rb - lib/yao/resources/server_group.rb - lib/yao/resources/subnet.rb - lib/yao/resources/tenant.rb - lib/yao/resources/tenant_associationable.rb - lib/yao/resources/user.rb - lib/yao/resources/volume.rb - lib/yao/resources/volume_type.rb - lib/yao/setup.rb - lib/yao/token.rb - lib/yao/tokenv3.rb - lib/yao/version.rb - test/config.rb - test/fixtures/dummy.key - test/fixtures/dummy.pem - test/support/auth_stub.rb - test/support/authv3_stub.rb - test/support/restfully_accesible_stub.rb - test/support/test_yao_resource.rb - test/yao/resources/test_aggregates.rb - test/yao/resources/test_amphora.rb - test/yao/resources/test_base.rb - test/yao/resources/test_compute_services.rb - test/yao/resources/test_flavor.rb - test/yao/resources/test_floating_ip.rb - test/yao/resources/test_host.rb - test/yao/resources/test_hypervisor.rb - test/yao/resources/test_image.rb - test/yao/resources/test_keypair.rb - test/yao/resources/test_loadbalancer.rb - test/yao/resources/test_loadbalancer_healthmonitor.rb - test/yao/resources/test_loadbalancer_listener.rb - test/yao/resources/test_loadbalancer_pool.rb - test/yao/resources/test_loadbalancer_pool_member.rb - test/yao/resources/test_meter.rb - test/yao/resources/test_network.rb - test/yao/resources/test_networking_agents.rb - test/yao/resources/test_old_sample.rb - test/yao/resources/test_port.rb - test/yao/resources/test_project.rb - test/yao/resources/test_resource.rb - test/yao/resources/test_restfully_accessible.rb - test/yao/resources/test_role.rb - test/yao/resources/test_role_assignment.rb - test/yao/resources/test_router.rb - test/yao/resources/test_sample.rb - test/yao/resources/test_security_group.rb - test/yao/resources/test_security_group_rule.rb - test/yao/resources/test_server.rb - test/yao/resources/test_server_group.rb - test/yao/resources/test_subnet.rb - test/yao/resources/test_user.rb - test/yao/resources/test_volume.rb - test/yao/resources/test_volume_type.rb - test/yao/test_auth.rb - test/yao/test_authv3.rb - test/yao/test_client.rb - test/yao/test_client_plugin.rb - test/yao/test_config.rb - test/yao/test_read_only.rb - test/yao/test_server_error.rb - test/yao/test_token.rb - test/yao/test_tokenv3.rb - yao-logo.png - yao.gemspec homepage: https://github.com/yaocloud/yao licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.0.6 signing_key: specification_version: 4 summary: Yet Another OpenStack API Wrapper that rocks!! test_files: - test/config.rb - test/fixtures/dummy.key - test/fixtures/dummy.pem - test/support/auth_stub.rb - test/support/authv3_stub.rb - test/support/restfully_accesible_stub.rb - test/support/test_yao_resource.rb - test/yao/resources/test_aggregates.rb - test/yao/resources/test_amphora.rb - test/yao/resources/test_base.rb - test/yao/resources/test_compute_services.rb - test/yao/resources/test_flavor.rb - test/yao/resources/test_floating_ip.rb - test/yao/resources/test_host.rb - test/yao/resources/test_hypervisor.rb - test/yao/resources/test_image.rb - test/yao/resources/test_keypair.rb - test/yao/resources/test_loadbalancer.rb - test/yao/resources/test_loadbalancer_healthmonitor.rb - test/yao/resources/test_loadbalancer_listener.rb - test/yao/resources/test_loadbalancer_pool.rb - test/yao/resources/test_loadbalancer_pool_member.rb - test/yao/resources/test_meter.rb - test/yao/resources/test_network.rb - test/yao/resources/test_networking_agents.rb - test/yao/resources/test_old_sample.rb - test/yao/resources/test_port.rb - test/yao/resources/test_project.rb - test/yao/resources/test_resource.rb - test/yao/resources/test_restfully_accessible.rb - test/yao/resources/test_role.rb - test/yao/resources/test_role_assignment.rb - test/yao/resources/test_router.rb - test/yao/resources/test_sample.rb - test/yao/resources/test_security_group.rb - test/yao/resources/test_security_group_rule.rb - test/yao/resources/test_server.rb - test/yao/resources/test_server_group.rb - test/yao/resources/test_subnet.rb - test/yao/resources/test_user.rb - test/yao/resources/test_volume.rb - test/yao/resources/test_volume_type.rb - test/yao/test_auth.rb - test/yao/test_authv3.rb - test/yao/test_client.rb - test/yao/test_client_plugin.rb - test/yao/test_config.rb - test/yao/test_read_only.rb - test/yao/test_server_error.rb - test/yao/test_token.rb - test/yao/test_tokenv3.rb