Commit 979c0ee
committed
chore: exclude unnecessary files from gem package
Replace git ls-files with explicit file list to avoid including test files, development configs, and build artifacts in gem.
Only include lib/ directory and essential documentation.
Also, remove test_files since it doesn’t seem to be included in gemspec attributes. ref: https://guides.rubygems.org/specification-reference/1 parent 4c9405c commit 979c0ee
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
0 commit comments