Sha256: af5dd66d0221edf1a9f49895cced16cf0efea2eeff6ffafec9475267b98bc7a5

Contents?: true

Size: 913 Bytes

Versions: 1

Compression:

Stored size: 913 Bytes

Contents

ENV["VERSION"] or abort "VERSION= must be specified"

Gem::Specification.new do |s|
  s.name = %q{mahoro}
  s.version = ENV["VERSION"].dup
  s.homepage = "http://bogomips.org/mahoro/README"
  s.authors = [ "Shu-yu Guo", "Eric Wong" ]
  s.description = %{
An interface to libmagic to determine file types using "magic" numbers.
This can be used in place of calling the file(1) command in Ruby scripts.
Shu-yu Guo is the original author but all maintenance is handled by
Eric Wong nowadays.

source: http://bogomips.org/mahoro.git/
documentation: http://bogomips.org/mahoro/
  }.strip
  s.email = %q{normalperson@yhbt.net}
  s.files = `git ls-files`.split(/\n/)
  s.rubyforge_project = %q{mahoro}
  s.summary = 'An interface to libmagic'
  s.extensions = %w(ext/mahoro/extconf.rb)
  s.extra_rdoc_files = %w(ext/mahoro/mahoro.c)
  s.rdoc_options = %w(--exclude \.o --exclude \.so)

  s.license = "Public Domain"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mahoro-0.4 mahoro.gemspec