ruby-changes:71711
From: Kazuhiro <ko1@a...>
Date: Wed, 13 Apr 2022 11:10:32 +0900 (JST)
Subject: [ruby-changes:71711] 4246e102d4 (master): Enabled to build extensions with the bundled gems again
https://git.ruby-lang.org/ruby.git/commit/?id=4246e102d4 From 4246e102d49eae0bd1bca01fba53286ad8178d2a Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Wed, 13 Apr 2022 11:09:23 +0900 Subject: Enabled to build extensions with the bundled gems again https://github.com/ruby/ruby/commit/cbb115213c42f15638ef119eb20c4d3106eb8b1a https://github.com/ruby/ruby/commit/5c1b76a3a55afeb07116bbd3492303c6b6cd890d --- tool/rbinstall.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb index 624961b4ee..0d0f6b2f79 100755 --- a/tool/rbinstall.rb +++ b/tool/rbinstall.rb @@ -853,9 +853,6 @@ module RbInstall https://github.com/ruby/ruby/blob/trunk/tool/rbinstall.rb#L853 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/