Commit 04ce6721 by Daniel Mendler Committed by GitHub

Merge pull request #90 from pocke/reduce-gem-package-size

Reduce gem package size
parents a45a137a 85879cf2
......@@ -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