summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/full-core.gembox
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-01-10 20:29:49 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-01-10 20:29:49 +0900
commite8e28eacc72f4648ca1bd75f4d6d7ea51b76df3f (patch)
treecd9011964e8f585ded0799fa244c2a2c1f3e2141 /mrbgems/full-core.gembox
parent6f6eabf05adbfd7b9041eac6c4678bc9851c13c6 (diff)
downloadmruby-e8e28eacc72f4648ca1bd75f4d6d7ea51b76df3f.tar.gz
mruby-e8e28eacc72f4648ca1bd75f4d6d7ea51b76df3f.zip
Revert "Revert "Simplify full-core.gembox""
This reverts commit 37d795dec7b495d418dc2f9020cf980c158ba9ed. This reapplies e20d652 (#4202), which is reverted, but its issue was solved by 1d8456f.
Diffstat (limited to 'mrbgems/full-core.gembox')
-rw-r--r--mrbgems/full-core.gembox5
1 files changed, 1 insertions, 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