Commit 61eee07
committed
Fix gemspec: correct VC project glob and exclude generated extconf.h
The VC project glob had the wrong extension (.vcprojx vs .vcxproj) and
wrong directory depth, so the .vcxproj was never packaged. Also exclude
the generated extconf.h so local build config doesn't leak into the gem.1 parent 41af70a commit 61eee07
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments