From e20d652f22dd4cda7286eedbf46d67b901d4969d Mon Sep 17 00:00:00 2001 From: KOBAYASHI Shuji Date: Tue, 25 Dec 2018 15:23:05 +0900 Subject: Simplify full-core.gembox Dependencies order is auto detected. --- mrbgems/full-core.gembox | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mrbgems/full-core.gembox b/mrbgems/full-core.gembox index 9a5b7081b..e0d008f06 100644 --- a/mrbgems/full-core.gembox +++ b/mrbgems/full-core.gembox @@ -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 -- cgit v1.2.3