# -*- encoding: utf-8 -*- # stub: mahoro 0.3 ruby lib # stub: extconf.rb Gem::Specification.new do |s| s.name = "mahoro".freeze s.version = "0.3".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 = "2011-03-15" 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: http://bogomips.org/mahoro.git/".freeze s.email = "normalperson@yhbt.net".freeze s.extensions = ["extconf.rb".freeze] s.files = ["INSTALL".freeze, "extconf.rb".freeze, "magic.sample".freeze, "mahoro.c".freeze, "mahoro.gemspec".freeze, "maintainership-transfer.mbox.gz".freeze, "test.rb".freeze] s.homepage = "http://mahoro.rubyforge.org/".freeze s.licenses = ["Public Domain".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "An interface to libmagic".freeze s.test_files = ["test.rb".freeze] end