halostatue / diff-lcs

Generate difference sets between Ruby sequences.
http://halostatue.github.com/diff-lcs
Other
290 stars 57 forks source link

Don't ship test files in the gem artifact #45

Closed tas50 closed 5 years ago

tas50 commented 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

halostatue commented 5 years ago

The .gemspec is a generated file and we use Hoe for package management. PRs against the .gemspec cannot be accepted.