Commit e20d652f authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Simplify full-core.gembox

Dependencies order is auto detected.
parent 45e8cb47
MRuby::GemBox.new do |conf| MRuby::GemBox.new do |conf|
conf.gem :core => "mruby-sprintf"
conf.gem :core => "mruby-print"
Dir.glob("#{root}/mrbgems/mruby-*/mrbgem.rake") do |x| Dir.glob("#{root}/mrbgems/mruby-*/mrbgem.rake") do |x|
g = File.basename File.dirname 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
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