# -*- encoding: utf-8 -*- # stub: mall 1.0.3 ruby ext # stub: ext/mall/extconf.rb Gem::Specification.new do |s| s.name = "mall".freeze s.version = "1.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["ext".freeze] s.authors = ["mall hackers (mall@yhbt.net)".freeze, "Ivan Prisyazhnyy".freeze] s.date = "2021-09-29" s.description = "This library provides access to the SysV mallinfo(3) and mallopt(3)\nfunctions as well as (optionally) several glibc-specific malloc_*()\nfunctions. Mall.opt, Mall.trim and Mall.xml are the most interesting.\n\n1.0.3 fixes minor issues to be compatible with gem install and rake.".freeze s.email = ["john.koepi@gmail.com".freeze, "mall@yhbt.net".freeze] s.extensions = ["ext/mall/extconf.rb".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README".freeze, "ext/mall/mall.c".freeze] s.files = [".document".freeze, ".gitignore".freeze, ".olddoc.yml".freeze, "COPYING".freeze, "GIT-VERSION-GEN".freeze, "GNUmakefile".freeze, "Gemfile".freeze, "LICENSE".freeze, "README".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "ext/mall/.gitignore".freeze, "ext/mall/extconf.rb".freeze, "ext/mall/mall.c".freeze, "ext/mall/mall.c.erb".freeze, "mall.gemspec".freeze, "pkg.mk".freeze, "setup.rb".freeze, "test/test_mall.rb".freeze] s.homepage = "https://github.com/sitano/mall".freeze s.licenses = ["LGPL".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "access malloc tuning/reporting functions + glibc extras. linux only.".freeze s.test_files = ["test/test_mall.rb".freeze] end