mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Omit benchmark/ directory from published package (#186)
This commit is contained in:
parent
33959877d1
commit
ae96da7eb0
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue