mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Submodules are not added
This commit is contained in:
parent
528d950a0b
commit
98de965b5e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
|
|||
spec.homepage = 'https://github.com/k0kubun/hamlit'
|
||||
spec.license = 'MIT'
|
||||
|
||||
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|hamlit1|sample)/}) }
|
||||
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features|hamlit1|sample)/}) } + `git -C ext/hamlit/houdini ls-files -z`.split("\x0").map { |path| "ext/hamlit/houdini/#{path}" }
|
||||
spec.bindir = 'exe'
|
||||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||
spec.extensions = ['ext/hamlit/extconf.rb']
|
||||
|
|
Loading…
Reference in a new issue