# -*- encoding: utf-8 -*- # stub: vagrant-openstack-plugin 0.10.0 ruby lib Gem::Specification.new do |s| s.name = "vagrant-openstack-plugin".freeze s.version = "0.10.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Edmund Haselwanter".freeze] s.date = "2014-11-26" s.description = "Enables Vagrant to manage machines in OpenStack Cloud.".freeze s.email = ["me@ehaselwanter.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Authors.txt".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "dummy.box".freeze, "example_box/README.md".freeze, "example_box/metadata.json".freeze, "lib/vagrant-openstack-plugin.rb".freeze, "lib/vagrant-openstack-plugin/action.rb".freeze, "lib/vagrant-openstack-plugin/action/connect_openstack.rb".freeze, "lib/vagrant-openstack-plugin/action/create_network_interfaces.rb".freeze, "lib/vagrant-openstack-plugin/action/create_orchestration_stack.rb".freeze, "lib/vagrant-openstack-plugin/action/create_server.rb".freeze, "lib/vagrant-openstack-plugin/action/delete_orchestration_stack.rb".freeze, "lib/vagrant-openstack-plugin/action/delete_server.rb".freeze, "lib/vagrant-openstack-plugin/action/hard_reboot_server.rb".freeze, "lib/vagrant-openstack-plugin/action/is_created.rb".freeze, "lib/vagrant-openstack-plugin/action/is_paused.rb".freeze, "lib/vagrant-openstack-plugin/action/is_snapshoting.rb".freeze, "lib/vagrant-openstack-plugin/action/is_suspended.rb".freeze, "lib/vagrant-openstack-plugin/action/message_already_created.rb".freeze, "lib/vagrant-openstack-plugin/action/message_already_paused.rb".freeze, "lib/vagrant-openstack-plugin/action/message_already_suspended.rb".freeze, "lib/vagrant-openstack-plugin/action/message_not_created.rb".freeze, "lib/vagrant-openstack-plugin/action/message_server_running.rb".freeze, "lib/vagrant-openstack-plugin/action/message_snapshot_done.rb".freeze, "lib/vagrant-openstack-plugin/action/message_snapshot_in_progress.rb".freeze, "lib/vagrant-openstack-plugin/action/message_will_not_destroy.rb".freeze, "lib/vagrant-openstack-plugin/action/pause_server.rb".freeze, "lib/vagrant-openstack-plugin/action/read_ssh_info.rb".freeze, "lib/vagrant-openstack-plugin/action/read_state.rb".freeze, "lib/vagrant-openstack-plugin/action/reboot_server.rb".freeze, "lib/vagrant-openstack-plugin/action/resume_server.rb".freeze, "lib/vagrant-openstack-plugin/action/suspend_server.rb".freeze, "lib/vagrant-openstack-plugin/action/sync_folders.rb".freeze, "lib/vagrant-openstack-plugin/action/take_snapshot.rb".freeze, "lib/vagrant-openstack-plugin/action/wait_for_state.rb".freeze, "lib/vagrant-openstack-plugin/action/wait_for_task.rb".freeze, "lib/vagrant-openstack-plugin/action/warn_networks.rb".freeze, "lib/vagrant-openstack-plugin/command.rb".freeze, "lib/vagrant-openstack-plugin/command/command_snapshot.rb".freeze, "lib/vagrant-openstack-plugin/config.rb".freeze, "lib/vagrant-openstack-plugin/errors.rb".freeze, "lib/vagrant-openstack-plugin/plugin.rb".freeze, "lib/vagrant-openstack-plugin/provider.rb".freeze, "lib/vagrant-openstack-plugin/version.rb".freeze, "locales/en.yml".freeze, "spec/vagrant-openstack-plugin/config_spec.rb".freeze, "vagrant-openstack-plugin.gemspec".freeze] s.homepage = "http://www.vagrantup.com".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Enables Vagrant to manage machines in OpenStack Cloud.".freeze s.test_files = ["spec/vagrant-openstack-plugin/config_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.16.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.13.0".freeze]) end