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

This reverts commit 37d795de.
This reapplies e20d652f (#4202), which is reverted, but its issue was solved
by 1d8456fe.
parent 6f6eabf0
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment