# -*- encoding: utf-8 -*- # stub: vagrant-libvirt 0.0.29 ruby lib Gem::Specification.new do |s| s.name = "vagrant-libvirt".freeze s.version = "0.0.29".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Lukas Stanek".freeze, "Dima Vasilets".freeze, "Brian Pitts".freeze] s.date = "2015-05-22" s.description = "libvirt provider for Vagrant.".freeze s.email = ["ls@elostech.cz".freeze, "pronix.service@gmail.com".freeze, "brian@polibyte.com".freeze] s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "example_box/README.md".freeze, "example_box/Vagrantfile".freeze, "example_box/metadata.json".freeze, "lib/vagrant-libvirt.rb".freeze, "lib/vagrant-libvirt/action.rb".freeze, "lib/vagrant-libvirt/action/connect_libvirt.rb".freeze, "lib/vagrant-libvirt/action/create_domain.rb".freeze, "lib/vagrant-libvirt/action/create_domain_volume.rb".freeze, "lib/vagrant-libvirt/action/create_network_interfaces.rb".freeze, "lib/vagrant-libvirt/action/create_networks.rb".freeze, "lib/vagrant-libvirt/action/destroy_domain.rb".freeze, "lib/vagrant-libvirt/action/destroy_networks.rb".freeze, "lib/vagrant-libvirt/action/forward_ports.rb".freeze, "lib/vagrant-libvirt/action/halt_domain.rb".freeze, "lib/vagrant-libvirt/action/handle_box_image.rb".freeze, "lib/vagrant-libvirt/action/handle_storage_pool.rb".freeze, "lib/vagrant-libvirt/action/is_created.rb".freeze, "lib/vagrant-libvirt/action/is_running.rb".freeze, "lib/vagrant-libvirt/action/is_suspended.rb".freeze, "lib/vagrant-libvirt/action/message_already_created.rb".freeze, "lib/vagrant-libvirt/action/message_not_created.rb".freeze, "lib/vagrant-libvirt/action/message_not_running.rb".freeze, "lib/vagrant-libvirt/action/message_not_suspended.rb".freeze, "lib/vagrant-libvirt/action/package_domain.rb".freeze, "lib/vagrant-libvirt/action/prepare_nfs_settings.rb".freeze, "lib/vagrant-libvirt/action/prepare_nfs_valid_ids.rb".freeze, "lib/vagrant-libvirt/action/prune_nfs_exports.rb".freeze, "lib/vagrant-libvirt/action/read_mac_addresses.rb".freeze, "lib/vagrant-libvirt/action/read_ssh_info.rb".freeze, "lib/vagrant-libvirt/action/read_state.rb".freeze, "lib/vagrant-libvirt/action/remove_libvirt_image.rb".freeze, "lib/vagrant-libvirt/action/resume_domain.rb".freeze, "lib/vagrant-libvirt/action/set_name_of_domain.rb".freeze, "lib/vagrant-libvirt/action/share_folders.rb".freeze, "lib/vagrant-libvirt/action/start_domain.rb".freeze, "lib/vagrant-libvirt/action/suspend_domain.rb".freeze, "lib/vagrant-libvirt/action/wait_till_up.rb".freeze, "lib/vagrant-libvirt/cap/mount_p9.rb".freeze, "lib/vagrant-libvirt/cap/nic_mac_addresses.rb".freeze, "lib/vagrant-libvirt/cap/synced_folder.rb".freeze, "lib/vagrant-libvirt/config.rb".freeze, "lib/vagrant-libvirt/errors.rb".freeze, "lib/vagrant-libvirt/plugin.rb".freeze, "lib/vagrant-libvirt/provider.rb".freeze, "lib/vagrant-libvirt/templates/default_storage_pool.xml.erb".freeze, "lib/vagrant-libvirt/templates/domain.xml.erb".freeze, "lib/vagrant-libvirt/templates/filesystem.xml.erb".freeze, "lib/vagrant-libvirt/templates/interface.xml.erb".freeze, "lib/vagrant-libvirt/templates/private_network.xml.erb".freeze, "lib/vagrant-libvirt/templates/public_interface.xml.erb".freeze, "lib/vagrant-libvirt/templates/volume_snapshot.xml.erb".freeze, "lib/vagrant-libvirt/util.rb".freeze, "lib/vagrant-libvirt/util/collection.rb".freeze, "lib/vagrant-libvirt/util/erb_template.rb".freeze, "lib/vagrant-libvirt/util/error_codes.rb".freeze, "lib/vagrant-libvirt/util/network_util.rb".freeze, "lib/vagrant-libvirt/util/timer.rb".freeze, "lib/vagrant-libvirt/version.rb".freeze, "locales/en.yml".freeze, "spec/spec_helper.rb".freeze, "spec/support/environment_helper.rb".freeze, "spec/vagrant-libvirt/action/set_name_of_domain_spec.rb".freeze, "tools/create_box.sh".freeze, "tools/prepare_redhat_for_box.sh".freeze, "vagrant-libvirt.gemspec".freeze] s.homepage = "https://github.com/pradels/vagrant-libvirt".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "libvirt provider for Vagrant.".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/support/environment_helper.rb".freeze, "spec/vagrant-libvirt/action/set_name_of_domain_spec.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 2.12.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.12.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.12.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.6.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end