Omit benchmark/ directory from published package (#186)

This commit is contained in:
Masataka Pocke Kuwabara 2021-07-24 01:42:04 +09:00 committed by Takashi Kokubun
parent 33959877d1
commit ae96da7eb0
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://haml.info'
spec.license = 'MIT'
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|sample)/}) }
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|sample|benchmark)/}) }
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']