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
Previously the gemspec was using 'git ls-file' to retrieve the file list for
the gem, however this is problematic during development as untracked files are
not added, which can then cause an incomplete gem tarball to used during the
acceptance tests, which cause false negative test results.
This commit updates the Gemspec to use the more common Dir[..] method as used in
the PDK.
0 commit comments