ruby-changes:68250
From: Hiroshi <ko1@a...>
Date: Tue, 5 Oct 2021 02:07:49 +0900 (JST)
Subject: [ruby-changes:68250] cbb115213c (master): Enabled to build extensions with the bundled gems
https://git.ruby-lang.org/ruby.git/commit/?id=cbb115213c From cbb115213c42f15638ef119eb20c4d3106eb8b1a Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Tue, 24 Aug 2021 20:46:18 +0900 Subject: Enabled to build extensions with the bundled gems --- tool/rbinstall.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb index e41f6887aa..0e88d93c8f 100755 --- a/tool/rbinstall.rb +++ b/tool/rbinstall.rb @@ -835,9 +835,6 @@ module RbInstall https://github.com/ruby/ruby/blob/trunk/tool/rbinstall.rb#L835 def write_cache_file end - def build_extensions - end - def shebang(bin_file_name) path = File.join(gem_dir, spec.bindir, bin_file_name) first_line = File.open(path, "rb") {|file| file.gets} -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/