Commit 02b22e2e by Daniel Mendler

cleanup

parent e258fe52
......@@ -3,8 +3,8 @@ require 'hoe'
$:.unshift 'lib'
require 'mimemagic'
Hoe.new 'mimemagic', MimeMagic::VERSION do |mimemagic|
mimemagic.developer 'Daniel Mendler', 'mail@daniel-mendler.de'
mimemagic.summary = 'Mime detection by extension or content'
Hoe.spec 'mimemagic' do
version = MimeMagic::VERSION
developer 'Daniel Mendler', 'mail@daniel-mendler.de'
summary = 'Mime detection by extension or content'
end
......@@ -15,6 +15,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = %q{mimemagic}
s.rubygems_version = %q{1.3.1}
s.summary = %q{Mime detection by extension or content}
s.homepage = 'https://github.com/minad/mimemagic'
s.test_files = ["test/test_mimemagic.rb"]
if s.respond_to? :specification_version then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment