Simplify full-core.gembox

Dependencies order is auto detected.
This commit is contained in:
KOBAYASHI Shuji
2018-12-25 15:23:05 +09:00
parent 45e8cb47ea
commit e20d652f22
+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