# -*- encoding: utf-8 -*- # stub: vagrant-libvirt 0.0.9 ruby lib Gem::Specification.new do |s| s.name = "vagrant-libvirt".freeze s.version = "0.0.9".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] s.date = "2013-09-29" s.description = "Vagrant provider for libvirt.".freeze s.email = ["ls@elostech.cz".freeze, "pronix.service@gmail.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/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/prepare_nfs_settings.rb".freeze, "lib/vagrant-libvirt/action/prune_nfs_exports.rb".freeze, "lib/vagrant-libvirt/action/read_ssh_info.rb".freeze, "lib/vagrant-libvirt/action/read_state.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/sync_folders.rb".freeze, "lib/vagrant-libvirt/action/timed_provision.rb".freeze, "lib/vagrant-libvirt/action/wait_till_up.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/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/libvirt_util.rb".freeze, "lib/vagrant-libvirt/util/timer.rb".freeze, "lib/vagrant-libvirt/version.rb".freeze, "locales/en.yml".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 = "Vagrant provider for libvirt.".freeze s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["= 1.15.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["= 1.5.10".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end