mirror of
https://github.com/samsonjs/wordexp.git
synced 2026-03-25 08:45:54 +00:00
Include wordexp executable in gem
This commit is contained in:
parent
16bb5e7c19
commit
20cf3c70a8
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
|
|||
}
|
||||
|
||||
# Specify which files should be added to the gem when it is released.
|
||||
glob = %w[LICENSE.txt README.md lib/**/* ext/extconf.rb ext/wordexp_ext.c]
|
||||
glob = %w[LICENSE.txt README.md exe/**/* lib/**/* ext/extconf.rb ext/wordexp_ext.c]
|
||||
spec.files = Dir.glob(glob).reject { |f| File.directory?(f) }
|
||||
spec.bindir = 'exe'
|
||||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||
|
|
|
|||
Loading…
Reference in a new issue