Commit 85879cf2 by Masataka Pocke Kuwabara

Reduce gem package size

parent a45a137a
......@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.date = Date.today.to_s
s.email = ['mail@daniel-mendler.de']
s.files = `git ls-files`.split("\n")
s.files = `git ls-files`.split("\n").reject { |f| f.match(%r{^(test|script)/}) }
s.require_paths = %w(lib)
s.summary = 'Fast mime detection by extension or content'
......
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