--- !ruby/object:Gem::Specification name: vagrant-conoha version: !ruby/object:Gem::Version version: 0.1.6 platform: ruby authors: - Hironobu Saitoh autorequire: bindir: bin cert_chain: [] date: 2016-05-23 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: json requirement: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 1.8.3 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 1.8.3 - !ruby/object:Gem::Dependency name: rest-client requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.6.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.6.0 - !ruby/object:Gem::Dependency name: terminal-table requirement: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 1.4.5 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 1.4.5 - !ruby/object:Gem::Dependency name: sshkey requirement: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 1.6.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 1.6.1 - !ruby/object:Gem::Dependency name: colorize requirement: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.7.3 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.7.3 - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.1.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.1.0 - !ruby/object:Gem::Dependency name: rspec-its requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.0.1 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.0.1 - !ruby/object:Gem::Dependency name: rspec-expectations requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.1.2 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.1.2 - !ruby/object:Gem::Dependency name: webmock requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.18.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.18.0 - !ruby/object:Gem::Dependency name: fakefs requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.5.2 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.5.2 description: Enables Vagrant to manage VPS in ConoHa. email: - hiro@hironobu.org executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rubocop.yml" - CHANGELOG.md - Gemfile - LICENSE - Rakefile - Vagrantfile - dummy.box - example_box/README.md - example_box/metadata.json - functional_tests/Vagrantfile - functional_tests/keys/vagrant-openstack - functional_tests/keys/vagrant-openstack.pub - functional_tests/run_tests.sh - lib/vagrant-conoha.rb - lib/vagrant-conoha/action.rb - lib/vagrant-conoha/action/abstract_action.rb - lib/vagrant-conoha/action/connect_openstack.rb - lib/vagrant-conoha/action/create_server.rb - lib/vagrant-conoha/action/create_stack.rb - lib/vagrant-conoha/action/delete_server.rb - lib/vagrant-conoha/action/delete_stack.rb - lib/vagrant-conoha/action/message.rb - lib/vagrant-conoha/action/provision.rb - lib/vagrant-conoha/action/read_ssh_info.rb - lib/vagrant-conoha/action/read_state.rb - lib/vagrant-conoha/action/resume.rb - lib/vagrant-conoha/action/start_server.rb - lib/vagrant-conoha/action/stop_server.rb - lib/vagrant-conoha/action/suspend.rb - lib/vagrant-conoha/action/sync_folders.rb - lib/vagrant-conoha/action/wait_accessible.rb - lib/vagrant-conoha/action/wait_active.rb - lib/vagrant-conoha/action/wait_stop.rb - lib/vagrant-conoha/catalog/openstack_catalog.rb - lib/vagrant-conoha/client/cinder.rb - lib/vagrant-conoha/client/domain.rb - lib/vagrant-conoha/client/glance.rb - lib/vagrant-conoha/client/heat.rb - lib/vagrant-conoha/client/http_utils.rb - lib/vagrant-conoha/client/keystone.rb - lib/vagrant-conoha/client/neutron.rb - lib/vagrant-conoha/client/nova.rb - lib/vagrant-conoha/client/openstack.rb - lib/vagrant-conoha/client/request_logger.rb - lib/vagrant-conoha/client/rest_utils.rb - lib/vagrant-conoha/command/abstract_command.rb - lib/vagrant-conoha/command/flavor_list.rb - lib/vagrant-conoha/command/floatingip_list.rb - lib/vagrant-conoha/command/image_list.rb - lib/vagrant-conoha/command/main.rb - lib/vagrant-conoha/command/network_list.rb - lib/vagrant-conoha/command/openstack_command.rb - lib/vagrant-conoha/command/reset.rb - lib/vagrant-conoha/command/subnet_list.rb - lib/vagrant-conoha/command/utils.rb - lib/vagrant-conoha/command/volume_list.rb - lib/vagrant-conoha/config.rb - lib/vagrant-conoha/config/http.rb - lib/vagrant-conoha/config_resolver.rb - lib/vagrant-conoha/errors.rb - lib/vagrant-conoha/logging.rb - lib/vagrant-conoha/plugin.rb - lib/vagrant-conoha/provider.rb - lib/vagrant-conoha/utils.rb - lib/vagrant-conoha/version.rb - lib/vagrant-conoha/version_checker.rb - locales/en.yml - spec/vagrant-conoha/action/connect_openstack_spec.rb - spec/vagrant-conoha/action/create_server_spec.rb - spec/vagrant-conoha/action/create_stack_spec.rb - spec/vagrant-conoha/action/delete_server_spec.rb - spec/vagrant-conoha/action/delete_stack_spec.rb - spec/vagrant-conoha/action/message_spec.rb - spec/vagrant-conoha/action/provision_spec.rb - spec/vagrant-conoha/action/read_ssh_info_spec.rb - spec/vagrant-conoha/action/read_state_spec.rb - spec/vagrant-conoha/action/resume_server_spec.rb - spec/vagrant-conoha/action/start_server_spec.rb - spec/vagrant-conoha/action/stop_server_spec.rb - spec/vagrant-conoha/action/suspend_server_spec.rb - spec/vagrant-conoha/action/sync_folders_spec.rb - spec/vagrant-conoha/action/wait_accessible_spec.rb - spec/vagrant-conoha/action/wait_active_spec.rb - spec/vagrant-conoha/action/wait_stop_spec.rb - spec/vagrant-conoha/action_spec.rb - spec/vagrant-conoha/client/cinder_spec.rb - spec/vagrant-conoha/client/glance_spec.rb - spec/vagrant-conoha/client/heat_spec.rb - spec/vagrant-conoha/client/keystone_spec.rb - spec/vagrant-conoha/client/neutron_spec.rb - spec/vagrant-conoha/client/nova_spec.rb - spec/vagrant-conoha/client/utils_spec.rb - spec/vagrant-conoha/command/flavor_list_spec.rb - spec/vagrant-conoha/command/floatingip_list_spec.rb - spec/vagrant-conoha/command/image_list_spec.rb - spec/vagrant-conoha/command/network_list_spec.rb - spec/vagrant-conoha/command/reset_spec.rb - spec/vagrant-conoha/command/subnet_list_spec.rb - spec/vagrant-conoha/command/volume_list_spec.rb - spec/vagrant-conoha/config_resolver_spec.rb - spec/vagrant-conoha/config_spec.rb - spec/vagrant-conoha/e2e_spec.rb.save - spec/vagrant-conoha/provider_spec.rb - spec/vagrant-conoha/spec_helper.rb - spec/vagrant-conoha/utils_spec.rb - spec/vagrant-conoha/version_checker_spec.rb - stackrc - vagrant-conoha.gemspec homepage: https://github.com/hironobu-s/vagrant-conoha/ 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: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: Enables Vagrant to manage VPS in ConoHa. test_files: - spec/vagrant-conoha/action/connect_openstack_spec.rb - spec/vagrant-conoha/action/create_server_spec.rb - spec/vagrant-conoha/action/create_stack_spec.rb - spec/vagrant-conoha/action/delete_server_spec.rb - spec/vagrant-conoha/action/delete_stack_spec.rb - spec/vagrant-conoha/action/message_spec.rb - spec/vagrant-conoha/action/provision_spec.rb - spec/vagrant-conoha/action/read_ssh_info_spec.rb - spec/vagrant-conoha/action/read_state_spec.rb - spec/vagrant-conoha/action/resume_server_spec.rb - spec/vagrant-conoha/action/start_server_spec.rb - spec/vagrant-conoha/action/stop_server_spec.rb - spec/vagrant-conoha/action/suspend_server_spec.rb - spec/vagrant-conoha/action/sync_folders_spec.rb - spec/vagrant-conoha/action/wait_accessible_spec.rb - spec/vagrant-conoha/action/wait_active_spec.rb - spec/vagrant-conoha/action/wait_stop_spec.rb - spec/vagrant-conoha/action_spec.rb - spec/vagrant-conoha/client/cinder_spec.rb - spec/vagrant-conoha/client/glance_spec.rb - spec/vagrant-conoha/client/heat_spec.rb - spec/vagrant-conoha/client/keystone_spec.rb - spec/vagrant-conoha/client/neutron_spec.rb - spec/vagrant-conoha/client/nova_spec.rb - spec/vagrant-conoha/client/utils_spec.rb - spec/vagrant-conoha/command/flavor_list_spec.rb - spec/vagrant-conoha/command/floatingip_list_spec.rb - spec/vagrant-conoha/command/image_list_spec.rb - spec/vagrant-conoha/command/network_list_spec.rb - spec/vagrant-conoha/command/reset_spec.rb - spec/vagrant-conoha/command/subnet_list_spec.rb - spec/vagrant-conoha/command/volume_list_spec.rb - spec/vagrant-conoha/config_resolver_spec.rb - spec/vagrant-conoha/config_spec.rb - spec/vagrant-conoha/e2e_spec.rb.save - spec/vagrant-conoha/provider_spec.rb - spec/vagrant-conoha/spec_helper.rb - spec/vagrant-conoha/utils_spec.rb - spec/vagrant-conoha/version_checker_spec.rb