diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-03-23 22:43:05 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-03-23 22:43:05 +0900 |
commit | c505bb0ca0fd61c7ae931d26451f11122a2644e9 () | |
tree | 818cbe0baf540feeb446f061b8100681645561cc /tool/rbinstall.rb | |
parent | 43fe89d921862373bde017e96fbd692a24534eca (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(", ") + "].each" end spec = eval(code, binding, file) |