Closed tas50 closed 5 years ago
Test files aren't necessary in the gem artifact and they only increase the size of the gem on disk. This also uses Dir.glob to avoid the need to keep the list of files up to date by hand. It'll ship whatever is in lib and bin.
Signed-off-by: Tim Smith tsmith@chef.io
The .gemspec is a generated file and we use Hoe for package management. PRs against the .gemspec cannot be accepted.
.gemspec
Test files aren't necessary in the gem artifact and they only increase the size of the gem on disk. This also uses Dir.glob to avoid the need to keep the list of files up to date by hand. It'll ship whatever is in lib and bin.
Signed-off-by: Tim Smith tsmith@chef.io