# -*- encoding: utf-8 -*-
# stub: glongman-otv-ffiruby-filemagic 0.2.0 ruby lib

Gem::Specification.new do |s|
  s.name = "glongman-otv-ffiruby-filemagic".freeze
  s.version = "0.2.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 = ["Geoff Longman".freeze]
  s.date = "2009-02-03"
  s.description = "new implementation of the ancient ruby-filemagic gem. Uses FFI to talk to native library".freeze
  s.email = "glongman@overlay.tv".freeze
  s.files = ["LICENSE".freeze, "README".freeze, "Rakefile".freeze, "VERSION.yml".freeze, "lib/ffi_file_magic.rb".freeze, "test/ffiruby_filemagic_test.rb".freeze, "test/leaktest.rb".freeze, "test/perl".freeze, "test/pyfile".freeze, "test/pyfile-compressed.gz".freeze, "test/test_helper.rb".freeze]
  s.homepage = "http://github.com/glongman-otv/ffiruby-filemagic".freeze
  s.rdoc_options = ["--inline-source".freeze, "--charset=UTF-8".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "new implementation of the ancient ruby-filemagic gem. Uses FFI to talk to native library".freeze

  s.specification_version = 2

  s.add_runtime_dependency(%q<ffi>.freeze, [">= 0".freeze])
end