/usr/share/rubygems-integration/2.5.0/specifications/ruby-libvirt-0.7.0.gemspec is in ruby-libvirt 0.7.0-1build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # -*- encoding: utf-8 -*-
# stub: ruby-libvirt 0.7.0 ruby lib
# stub: ext/libvirt/extconf.rb
Gem::Specification.new do |s|
s.name = "ruby-libvirt".freeze
s.version = "0.7.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["David Lutterkort, Chris Lalancette".freeze]
s.date = "2018-03-01"
s.description = "Ruby bindings for libvirt.".freeze
s.email = "libvir-list@redhat.com".freeze
s.extensions = ["ext/libvirt/extconf.rb".freeze]
s.files = ["COPYING".freeze, "NEWS".freeze, "README".freeze, "README.rdoc".freeze, "Rakefile".freeze, "ext/libvirt/_libvirt.c".freeze, "ext/libvirt/common.c".freeze, "ext/libvirt/common.h".freeze, "ext/libvirt/connect.c".freeze, "ext/libvirt/connect.h".freeze, "ext/libvirt/domain.c".freeze, "ext/libvirt/domain.h".freeze, "ext/libvirt/extconf.h".freeze, "ext/libvirt/extconf.rb".freeze, "ext/libvirt/interface.c".freeze, "ext/libvirt/interface.h".freeze, "ext/libvirt/network.c".freeze, "ext/libvirt/network.h".freeze, "ext/libvirt/nodedevice.c".freeze, "ext/libvirt/nodedevice.h".freeze, "ext/libvirt/nwfilter.c".freeze, "ext/libvirt/nwfilter.h".freeze, "ext/libvirt/secret.c".freeze, "ext/libvirt/secret.h".freeze, "ext/libvirt/storage.c".freeze, "ext/libvirt/storage.h".freeze, "ext/libvirt/stream.c".freeze, "ext/libvirt/stream.h".freeze, "lib/libvirt.rb".freeze, "tests/test_conn.rb".freeze, "tests/test_domain.rb".freeze, "tests/test_interface.rb".freeze, "tests/test_network.rb".freeze, "tests/test_nodedevice.rb".freeze, "tests/test_nwfilter.rb".freeze, "tests/test_open.rb".freeze, "tests/test_secret.rb".freeze, "tests/test_storage.rb".freeze, "tests/test_stream.rb".freeze, "tests/test_utils.rb".freeze]
s.homepage = "http://libvirt.org/ruby/".freeze
s.licenses = ["LGPLv2".freeze]
s.required_ruby_version = Gem::Requirement.new(">= 1.8.1".freeze)
s.rubyforge_project = "None".freeze
s.rubygems_version = "2.7.3".freeze
s.summary = "Ruby bindings for LIBVIRT".freeze
end
|