Commit 92cdbeb
authored
fix: ship the license text in the built gem (#258)
spec.files globbed for "LICENSE" while the file was named LICENSE.txt.
Dir[] answers a pattern it cannot match with an empty list and no
complaint, so every published version through 8.0.0 shipped README.md
and lib/ with no license file at all, which Apache-2.0 requires be
distributed with the work.
Rename LICENSE.txt to LICENSE, matching the other test-kitchen plugins,
and name the file list explicitly rather than globbing it.
Also add the gem metadata RubyGems shows on the gem page and set
rubygems_mfa_required.
Signed-off-by: Tim Smith <tim@mondoo.com>1 parent ced6d68 commit 92cdbeb
2 files changed
Lines changed: 15 additions & 1 deletion
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
20 | 34 | | |
21 | 35 | | |
22 | 36 | | |
| |||
0 commit comments