/usr/share/rubygems-integration/all/specifications/sys-filesystem-1.1.7.gemspec is in ruby-sys-filesystem 1.1.7-2.
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 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | # -*- encoding: utf-8 -*-
# stub: sys-filesystem 1.1.7 ruby lib
Gem::Specification.new do |s|
s.name = "sys-filesystem"
s.version = "1.1.7"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Daniel J. Berger"]
s.cert_chain = ["certs/djberg96_pub.pem"]
s.date = "2016-09-17"
s.description = " The sys-filesystem library provides a cross-platform interface for\n gathering filesystem information, such as disk space and mount point data.\n"
s.email = "djberg96@gmail.com"
s.extra_rdoc_files = ["CHANGES", "MANIFEST", "README"]
s.files = ["CHANGES", "MANIFEST", "README", "Rakefile", "certs", "certs/djberg96_pub.pem", "checksums.yaml.gz.sig", "data.tar.gz.sig", "debian", "debian/changelog", "debian/compat", "debian/control", "debian/copyright", "debian/debhelper-build-stamp", "debian/patches", "debian/patches/series", "debian/patches/use-proc-mounts.patch", "debian/ruby-sys-filesystem", "debian/ruby-sys-filesystem.debhelper.log", "debian/ruby-sys-filesystem.docs", "debian/ruby-sys-filesystem.examples", "debian/ruby-tests.rake", "debian/rules", "debian/source", "debian/source/format", "debian/watch", "examples", "examples/example_stat.rb", "lib", "lib/sys", "lib/sys-filesystem.rb", "lib/sys/filesystem.rb", "lib/sys/unix", "lib/sys/unix/sys", "lib/sys/unix/sys/filesystem", "lib/sys/unix/sys/filesystem.rb", "lib/sys/unix/sys/filesystem/constants.rb", "lib/sys/unix/sys/filesystem/functions.rb", "lib/sys/unix/sys/filesystem/structs.rb", "lib/sys/windows", "lib/sys/windows/sys", "lib/sys/windows/sys/filesystem", "lib/sys/windows/sys/filesystem.rb", "lib/sys/windows/sys/filesystem/constants.rb", "lib/sys/windows/sys/filesystem/functions.rb", "lib/sys/windows/sys/filesystem/helper.rb", "metadata.gz.sig", "sys-filesystem.gemspec", "test", "test/test_sys_filesystem.rb", "test/test_sys_filesystem_unix.rb", "test/test_sys_filesystem_windows.rb"]
s.homepage = "https://github.com/djberg96/sys-filesystem"
s.licenses = ["Artistic 2.0"]
s.rubygems_version = "2.5.1"
s.summary = "A Ruby interface for getting file system information."
s.test_files = ["test/test_sys_filesystem.rb"]
if s.respond_to? :specification_version then
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<ffi>, [">= 0"])
s.add_development_dependency(%q<test-unit>, [">= 2.5.0"])
s.add_development_dependency(%q<rake>, [">= 0"])
else
s.add_dependency(%q<ffi>, [">= 0"])
s.add_dependency(%q<test-unit>, [">= 2.5.0"])
s.add_dependency(%q<rake>, [">= 0"])
end
else
s.add_dependency(%q<ffi>, [">= 0"])
s.add_dependency(%q<test-unit>, [">= 2.5.0"])
s.add_dependency(%q<rake>, [">= 0"])
end
end
|