Commit bca0db2
Revert "Deduplicate where we get the version from"
This reverts commit bf87d14.
When building a gem, this file is processed by the gem(1) command and
the installed file is the result of a bunch of substitutions.
However, when building AIO packages, the file is copied as is, and
a relative path will not work properly. This result in a flood of
warnings about invalid gemspec:
```
Invalid gemspec in [/opt/puppetlabs/puppet/lib/ruby/gems/3.2.0/specifications/puppet-8.19.0.gemspec]: cannot load such file -- /opt/puppetlabs/puppet/lib/ruby/gems/3.2.0/specifications/lib/puppet/version
```1 parent f5289a1 commit bca0db2
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | | - | |
| 3 | + | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
| |||
0 commit comments