ruby/lib/bundler/templates
Nobuyoshi Nakada e1026000af [rubygems/rubygems] Use `IO.popen` to list files
- Redirect stderr `git ls-files` to null 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.

https://github.com/rubygems/rubygems/commit/5583433dbb
2024-03-05 06:53:20 +00:00
..
newgem [rubygems/rubygems] Use `IO.popen` to list files 2024-03-05 06:53:20 +00:00
.document Added bundler as default gems. Revisit [Feature #12733] 2018-11-02 23:07:56 +00:00
Executable Merge rubygems/bundler HEAD 2022-08-03 13:14:10 +09:00
Executable.bundler [rubygems/rubygems] Use match? when regexp match data is unused 2023-12-13 22:00:26 +00:00
Executable.standalone Merge rubygems/bundler HEAD 2022-08-03 13:14:10 +09:00
Gemfile [rubygems/rubygems] Don't add custom github source to `bundle init` Gemfile 2021-12-08 07:59:34 +09:00