mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
e8e28eacc7
This reverts commit37d795dec7. This reappliese20d652(#4202), which is reverted, but its issue was solved by1d8456f.
7 lines
200 B
Plaintext
7 lines
200 B
Plaintext
MRuby::GemBox.new do |conf|
|
|
Dir.glob("#{root}/mrbgems/mruby-*/mrbgem.rake") do |x|
|
|
g = File.basename File.dirname x
|
|
conf.gem :core => g unless g =~ /^mruby-(?:bin-debugger|test)$/
|
|
end
|
|
end
|