Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ruby/tempfile] Use
IO.popen
to list files
- Redirect `git ls-files` without shelling out. - When building by `gem`, `__FILE__` is the path name given in the command line, or the gemspec file name in the current directory. In that case, comparison it and expanded path never equal. Compare listed file names with the base name of `__FILE__` instead. ruby/tempfile@ac5bab8c7a
- Loading branch information