diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-03-23 23:58:40 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-03-23 23:58:40 +0900 |
commit | 5a77397489268f27a5d803441d723736a12f59fc () | |
tree | 247f0779c461171f7fdaf565cf4ab3575f168cc3 /tool/rbinstall.rb | |
parent | c505bb0ca0fd61c7ae931d26451f11122a2644e9 (diff) |
Ignore method chains succeeding `git ls-files`
-rwxr-xr-x | tool/rbinstall.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -717,7 +717,7 @@ def load_gemspec(file, base = nil) "[" + files.join(", ") + "]" end code.gsub!(/IO\.popen\(.*git.*?\)/) do - "[" + files.join(", ") + "]; false && itself" end spec = eval(code, binding, file) |