You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds the following files to the built gem. It also removes
directories from the list of "files" to include in the gemspec.
```
$ gem fetch facter --version 4.13.0
$ gem build facter.gemspec
$ diff \
<(tar xOf facter-4.13.0.gem data.tar.gz | tar zt | sort) \
<(tar xOf facter-4.14.0.gem data.tar.gz | tar zt | sort)
1a2,3
> facter.gemspec
> Gemfile
949a953
> README.md
```
This reverts absolute path dir globbing added in commit 61564e2. That issue
will be fixed in PA-7583.
0 commit comments