# -*- encoding: utf-8 -*- # stub: linux_stat 2.7.0 ruby lib # stub: ext/fs_stat/extconf.rbext/misc/integer/extconf.rbext/nftw/extconf.rbext/nproc/extconf.rbext/procfs/extconf.rbext/sysconf/extconf.rbext/sysinfo/extconf.rbext/utsname/extconf.rb Gem::Specification.new do |s| s.name = "linux_stat".freeze s.version = "2.7.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Sourav Goswami".freeze] s.bindir = "exe".freeze s.date = "2024-10-26" s.description = "Linux only, efficient linux system utilization reporting and system monitoring gem".freeze s.email = ["souravgoswami@protonmail.com".freeze] s.executables = ["linuxstat.rb".freeze] s.extensions = ["ext/fs_stat/extconf.rb".freeze, "ext/misc/integer/extconf.rb".freeze, "ext/nftw/extconf.rb".freeze, "ext/nproc/extconf.rb".freeze, "ext/procfs/extconf.rb".freeze, "ext/sysconf/extconf.rb".freeze, "ext/sysinfo/extconf.rb".freeze, "ext/utsname/extconf.rb".freeze] s.extra_rdoc_files = ["README.md".freeze] s.files = ["LICENSE.txt".freeze, "README.md".freeze, "bin/console".freeze, "bin/setup".freeze, "exe/linuxstat.rb".freeze, "ext/fs_stat/disk_stat.h".freeze, "ext/fs_stat/extconf.rb".freeze, "ext/fs_stat/fs_stat.c".freeze, "ext/fs_stat/sector_size.h".freeze, "ext/misc/integer/extconf.rb".freeze, "ext/misc/integer/integer?.c".freeze, "ext/nftw/extconf.rb".freeze, "ext/nftw/nftw.c".freeze, "ext/nproc/extconf.rb".freeze, "ext/nproc/nproc.c".freeze, "ext/procfs/extconf.rb".freeze, "ext/procfs/loadavg_pid.h".freeze, "ext/procfs/procfs.c".freeze, "ext/procfs/stat.h".freeze, "ext/procfs/statm.h".freeze, "ext/procfs/uptime.h".freeze, "ext/sysconf/extconf.rb".freeze, "ext/sysconf/sysconf.c".freeze, "ext/sysinfo/extconf.rb".freeze, "ext/sysinfo/sysinfo.c".freeze, "ext/utsname/extconf.rb".freeze, "ext/utsname/utsname.c".freeze, "lib/linux_stat.rb".freeze, "lib/linux_stat/battery.rb".freeze, "lib/linux_stat/bios.rb".freeze, "lib/linux_stat/cpu.rb".freeze, "lib/linux_stat/filesystem.rb".freeze, "lib/linux_stat/ftw.rb".freeze, "lib/linux_stat/kernel.rb".freeze, "lib/linux_stat/memory.rb".freeze, "lib/linux_stat/mounts.rb".freeze, "lib/linux_stat/net.rb".freeze, "lib/linux_stat/os.rb".freeze, "lib/linux_stat/pci.rb".freeze, "lib/linux_stat/prettify_bytes.rb".freeze, "lib/linux_stat/process.rb".freeze, "lib/linux_stat/process_info.rb".freeze, "lib/linux_stat/swap.rb".freeze, "lib/linux_stat/thermal.rb".freeze, "lib/linux_stat/usb.rb".freeze, "lib/linux_stat/user.rb".freeze, "lib/linux_stat/version.rb".freeze] s.homepage = "https://github.com/Souravgoswami/linux_stat/".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 = "Efficient linux system reporting gem".freeze end