# -*- encoding: utf-8 -*- # stub: libvirt_ffi 0.8.1 ruby lib Gem::Specification.new do |s| s.name = "libvirt_ffi".freeze s.version = "0.8.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/senid231/libvirt_ffi", "homepage_uri" => "https://github.com/senid231/libvirt_ffi", "source_code_uri" => "https://github.com/senid231/libvirt_ffi" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Denis Talakevich".freeze] s.bindir = "exe".freeze s.date = "2022-02-18" s.description = "Libvirt FFI".freeze s.email = ["senid231@gmail.com".freeze] s.executables = ["libvirt".freeze] s.files = [".github/workflows/tests.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "exe/libvirt".freeze, "lib/libvirt.rb".freeze, "lib/libvirt/base_info.rb".freeze, "lib/libvirt/connection.rb".freeze, "lib/libvirt/domain.rb".freeze, "lib/libvirt/errors.rb".freeze, "lib/libvirt/event.rb".freeze, "lib/libvirt/ffi.rb".freeze, "lib/libvirt/ffi/common.rb".freeze, "lib/libvirt/ffi/domain.rb".freeze, "lib/libvirt/ffi/error.rb".freeze, "lib/libvirt/ffi/event.rb".freeze, "lib/libvirt/ffi/helpers.rb".freeze, "lib/libvirt/ffi/host.rb".freeze, "lib/libvirt/ffi/interface.rb".freeze, "lib/libvirt/ffi/network.rb".freeze, "lib/libvirt/ffi/storage.rb".freeze, "lib/libvirt/ffi/stream.rb".freeze, "lib/libvirt/host_callback_storage.rb".freeze, "lib/libvirt/interface.rb".freeze, "lib/libvirt/loggable.rb".freeze, "lib/libvirt/network.rb".freeze, "lib/libvirt/network_dhcp_lease.rb".freeze, "lib/libvirt/node_info.rb".freeze, "lib/libvirt/storage_pool.rb".freeze, "lib/libvirt/storage_pool_info.rb".freeze, "lib/libvirt/storage_volume.rb".freeze, "lib/libvirt/storage_volume_info.rb".freeze, "lib/libvirt/stream.rb".freeze, "lib/libvirt/util.rb".freeze, "lib/libvirt/version.rb".freeze, "lib/libvirt/xml.rb".freeze, "lib/libvirt/xml/disk.rb".freeze, "lib/libvirt/xml/domain.rb".freeze, "lib/libvirt/xml/generic.rb".freeze, "lib/libvirt/xml/graphics.rb".freeze, "lib/libvirt/xml/interface.rb".freeze, "lib/libvirt/xml/ip_address.rb".freeze, "lib/libvirt/xml/max_vcpu.rb".freeze, "lib/libvirt/xml/memory.rb".freeze, "lib/libvirt/xml/network.rb".freeze, "lib/libvirt/xml/storage_pool.rb".freeze, "lib/libvirt/xml/storage_volume.rb".freeze, "lib/libvirt/xml/vcpu.rb".freeze, "lib/libvirt_ffi.rb".freeze, "libvirt.gemspec".freeze] s.homepage = "https://github.com/senid231/libvirt_ffi".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Libvirt FFI".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.0".freeze]) end