# -*- encoding: utf-8 -*- # stub: mahoro 0.5 ruby lib # stub: ext/mahoro/extconf.rb Gem::Specification.new do |s| s.name = "mahoro".freeze s.version = "0.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Shu-yu Guo".freeze, "Eric Wong".freeze] s.date = "2020-02-22" s.description = "An interface to libmagic to determine file types using \"magic\" numbers.\nThis can be used in place of calling the file(1) command in Ruby scripts.\nShu-yu Guo is the original author but all maintenance is handled by\nEric Wong nowadays.\n\nsource: https://yhbt.net/mahoro.git/\ndocumentation: https://yhbt.net/mahoro/".freeze s.email = "normalperson@yhbt.net".freeze s.extensions = ["ext/mahoro/extconf.rb".freeze] s.extra_rdoc_files = ["ext/mahoro/mahoro.c".freeze] s.files = [".gitignore".freeze, "GNUmakefile".freeze, "INSTALL".freeze, "README".freeze, "ext/mahoro/extconf.rb".freeze, "ext/mahoro/mahoro.c".freeze, "ext/mahoro/nogvl_compat.h".freeze, "lib/mahoro/thread_safe.rb".freeze, "magic.sample".freeze, "mahoro.gemspec".freeze, "maintainership-transfer.mbox.gz".freeze, "setup.rb".freeze, "test/test_mahoro.rb".freeze, "www/.gitignore".freeze] s.homepage = "https://yhbt.net/mahoro/README".freeze s.licenses = ["Public Domain".freeze] s.rdoc_options = ["--exclude".freeze, "\\.o".freeze, "--exclude".freeze, "\\.so".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "An interface to libmagic".freeze end