From c8efde34da52426650db7a611aae1c268283cfb9 Mon Sep 17 00:00:00 2001 From: Daniel Bovensiepen Date: Sat, 27 Apr 2013 16:49:26 +0800 Subject: Add gembox which contains all core GEMs --- mrbgems/full-core.gembox | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mrbgems/full-core.gembox (limited to 'mrbgems') diff --git a/mrbgems/full-core.gembox b/mrbgems/full-core.gembox new file mode 100644 index 000000000..b9f19e452 --- /dev/null +++ b/mrbgems/full-core.gembox @@ -0,0 +1,8 @@ +MRuby::GemBox.new do |conf| + conf.gem "#{root}/mrbgems/mruby-sprintf" + conf.gem "#{root}/mrbgems/mruby-print" + + Dir.glob("#{root}/mrbgems/mruby-*") do |x| + conf.gem x unless x =~ /\/mruby-(print|sprintf)$/ + end +end -- cgit v1.2.3