source: EcnlProtoTool/trunk/mruby-1.2.0/mrbgems/full-core.gembox@ 270

Last change on this file since 270 was 270, checked in by coas-nagasima, 7 years ago

mruby版ECNLプロトタイピング・ツールを追加

File size: 283 bytes
Line 
1MRuby::GemBox.new do |conf|
2 conf.gem :core => "mruby-sprintf"
3 conf.gem :core => "mruby-print"
4
5 Dir.glob("#{root}/mrbgems/mruby-*/mrbgem.rake") do |x|
6 g = File.basename File.dirname x
7 conf.gem :core => g unless g =~ /^mruby-(print|sprintf|bin-debugger|test)$/
8 end
9end
Note: See TracBrowser for help on using the repository browser.