# -*- encoding: utf-8 -*- # stub: vagrant-ovirt4 1.2.0 ruby lib Gem::Specification.new do |s| s.name = "vagrant-ovirt4".freeze s.version = "1.2.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 = ["Marcus Young".freeze] s.date = "2017-03-06" s.description = "Vagrant provider for oVirt and RHEV v4".freeze s.email = ["myoung34@my.apsu.edu".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "example_box/README.md".freeze, "example_box/Vagrantfile".freeze, "example_box/dummy.box".freeze, "example_box/metadata.json".freeze, "lib/vagrant-ovirt4.rb".freeze, "lib/vagrant-ovirt4/action.rb".freeze, "lib/vagrant-ovirt4/action/connect_ovirt.rb".freeze, "lib/vagrant-ovirt4/action/create_network_interfaces.rb".freeze, "lib/vagrant-ovirt4/action/create_vm.rb".freeze, "lib/vagrant-ovirt4/action/destroy_vm.rb".freeze, "lib/vagrant-ovirt4/action/halt_vm.rb".freeze, "lib/vagrant-ovirt4/action/is_created.rb".freeze, "lib/vagrant-ovirt4/action/is_running.rb".freeze, "lib/vagrant-ovirt4/action/message_already_created.rb".freeze, "lib/vagrant-ovirt4/action/message_already_up.rb".freeze, "lib/vagrant-ovirt4/action/message_not_created.rb".freeze, "lib/vagrant-ovirt4/action/message_not_suspended.rb".freeze, "lib/vagrant-ovirt4/action/message_not_up.rb".freeze, "lib/vagrant-ovirt4/action/message_powering_up.rb".freeze, "lib/vagrant-ovirt4/action/message_saving_state.rb".freeze, "lib/vagrant-ovirt4/action/read_ssh_info.rb".freeze, "lib/vagrant-ovirt4/action/read_state.rb".freeze, "lib/vagrant-ovirt4/action/resize_disk.rb".freeze, "lib/vagrant-ovirt4/action/set_name_of_domain.rb".freeze, "lib/vagrant-ovirt4/action/snapshot_delete.rb".freeze, "lib/vagrant-ovirt4/action/snapshot_list.rb".freeze, "lib/vagrant-ovirt4/action/snapshot_save.rb".freeze, "lib/vagrant-ovirt4/action/start_vm.rb".freeze, "lib/vagrant-ovirt4/action/suspend_vm.rb".freeze, "lib/vagrant-ovirt4/action/sync_folders.rb".freeze, "lib/vagrant-ovirt4/action/wait_til_suspended.rb".freeze, "lib/vagrant-ovirt4/action/wait_till_down.rb".freeze, "lib/vagrant-ovirt4/action/wait_till_up.rb".freeze, "lib/vagrant-ovirt4/cap/nic_mac_addresses.rb".freeze, "lib/vagrant-ovirt4/cap/snapshot_list.rb".freeze, "lib/vagrant-ovirt4/cap/snapshot_save.rb".freeze, "lib/vagrant-ovirt4/config.rb".freeze, "lib/vagrant-ovirt4/errors.rb".freeze, "lib/vagrant-ovirt4/plugin.rb".freeze, "lib/vagrant-ovirt4/provider.rb".freeze, "lib/vagrant-ovirt4/util.rb".freeze, "lib/vagrant-ovirt4/util/collection.rb".freeze, "lib/vagrant-ovirt4/util/timer.rb".freeze, "lib/vagrant-ovirt4/version.rb".freeze, "locales/en.yml".freeze, "spec/spec_helper.rb".freeze, "spec/vagrant-ovirt4/action/is_created_spec.rb".freeze, "spec/vagrant-ovirt4/action/is_running_spec.rb".freeze, "spec/vagrant-ovirt4/action/message_already_up_spec.rb".freeze, "spec/vagrant-ovirt4/action/message_not_created_spec.rb".freeze, "spec/vagrant-ovirt4/action/message_not_suspended_spec.rb".freeze, "spec/vagrant-ovirt4/action/message_not_up_spec.rb".freeze, "spec/vagrant-ovirt4/action/message_powering_up_spec.rb".freeze, "spec/vagrant-ovirt4/action/message_saving_state_spec.rb".freeze, "spec/vagrant-ovirt4/action/read_ssh_info_spec.rb".freeze, "spec/vagrant-ovirt4/action/read_state_spec.rb".freeze, "spec/vagrant-ovirt4/config_spec.rb".freeze, "test.rb".freeze, "tools/prepare_redhat_for_box.sh".freeze, "vagrant-ovirt4.gemspec".freeze] s.homepage = "https://github.com/myoung34/vagrant-ovirt4".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "This vagrant plugin provides the ability to create, control, and destroy virtual machines under oVirt/RHEV".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/vagrant-ovirt4/action/is_created_spec.rb".freeze, "spec/vagrant-ovirt4/action/is_running_spec.rb".freeze, "spec/vagrant-ovirt4/action/message_already_up_spec.rb".freeze, "spec/vagrant-ovirt4/action/message_not_created_spec.rb".freeze, "spec/vagrant-ovirt4/action/message_not_suspended_spec.rb".freeze, "spec/vagrant-ovirt4/action/message_not_up_spec.rb".freeze, "spec/vagrant-ovirt4/action/message_powering_up_spec.rb".freeze, "spec/vagrant-ovirt4/action/message_saving_state_spec.rb".freeze, "spec/vagrant-ovirt4/action/read_ssh_info_spec.rb".freeze, "spec/vagrant-ovirt4/action/read_state_spec.rb".freeze, "spec/vagrant-ovirt4/config_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze, ">= 4.0.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0".freeze]) end