--- !ruby/object:Gem::Specification name: vagrant-openstack-plugin version: !ruby/object:Gem::Version version: 0.11.0 platform: ruby authors: - Edmund Haselwanter autorequire: bindir: bin cert_chain: [] date: 2014-12-02 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: fog requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.16.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.16.0 - !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: 2.13.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.13.0 description: Enables Vagrant to manage machines in OpenStack Cloud. email: - me@ehaselwanter.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".travis.yml" - Authors.txt - CHANGELOG.md - Gemfile - LICENSE.txt - README.md - Rakefile - dummy.box - example_box/README.md - example_box/metadata.json - lib/vagrant-openstack-plugin.rb - lib/vagrant-openstack-plugin/action.rb - lib/vagrant-openstack-plugin/action/connect_openstack.rb - lib/vagrant-openstack-plugin/action/create_network_interfaces.rb - lib/vagrant-openstack-plugin/action/create_orchestration_stack.rb - lib/vagrant-openstack-plugin/action/create_server.rb - lib/vagrant-openstack-plugin/action/delete_orchestration_stack.rb - lib/vagrant-openstack-plugin/action/delete_server.rb - lib/vagrant-openstack-plugin/action/hard_reboot_server.rb - lib/vagrant-openstack-plugin/action/is_created.rb - lib/vagrant-openstack-plugin/action/is_paused.rb - lib/vagrant-openstack-plugin/action/is_snapshoting.rb - lib/vagrant-openstack-plugin/action/is_suspended.rb - lib/vagrant-openstack-plugin/action/message_already_created.rb - lib/vagrant-openstack-plugin/action/message_already_paused.rb - lib/vagrant-openstack-plugin/action/message_already_suspended.rb - lib/vagrant-openstack-plugin/action/message_not_created.rb - lib/vagrant-openstack-plugin/action/message_server_running.rb - lib/vagrant-openstack-plugin/action/message_snapshot_done.rb - lib/vagrant-openstack-plugin/action/message_snapshot_in_progress.rb - lib/vagrant-openstack-plugin/action/message_will_not_destroy.rb - lib/vagrant-openstack-plugin/action/pause_server.rb - lib/vagrant-openstack-plugin/action/read_ssh_info.rb - lib/vagrant-openstack-plugin/action/read_state.rb - lib/vagrant-openstack-plugin/action/reboot_server.rb - lib/vagrant-openstack-plugin/action/resume_server.rb - lib/vagrant-openstack-plugin/action/suspend_server.rb - lib/vagrant-openstack-plugin/action/sync_folders.rb - lib/vagrant-openstack-plugin/action/take_snapshot.rb - lib/vagrant-openstack-plugin/action/wait_for_state.rb - lib/vagrant-openstack-plugin/action/wait_for_task.rb - lib/vagrant-openstack-plugin/action/warn_networks.rb - lib/vagrant-openstack-plugin/command.rb - lib/vagrant-openstack-plugin/command/command_snapshot.rb - lib/vagrant-openstack-plugin/config.rb - lib/vagrant-openstack-plugin/errors.rb - lib/vagrant-openstack-plugin/plugin.rb - lib/vagrant-openstack-plugin/provider.rb - lib/vagrant-openstack-plugin/version.rb - locales/en.yml - spec/vagrant-openstack-plugin/config_spec.rb - vagrant-openstack-plugin.gemspec homepage: http://www.vagrantup.com licenses: [] 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 machines in OpenStack Cloud. test_files: - spec/vagrant-openstack-plugin/config_spec.rb