Revert "Revert "Simplify full-core.gembox""

This reverts commit 37d795dec7.
This reapplies e20d652 (#4202), which is reverted, but its issue was solved
by 1d8456f.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-01-10 20:29:49 +09:00
parent 6f6eabf05a
commit e8e28eacc7
+1 -4
View File
@@ -1,9 +1,6 @@
MRuby::GemBox.new do |conf|
conf.gem :core => "mruby-sprintf"
conf.gem :core => "mruby-print"
Dir.glob("#{root}/mrbgems/mruby-*/mrbgem.rake") do |x|
g = File.basename File.dirname x
conf.gem :core => g unless g =~ /^mruby-(print|sprintf|bin-debugger|test)$/
conf.gem :core => g unless g =~ /^mruby-(?:bin-debugger|test)$/
end
end