diff options
| author | Daniel Bovensiepen <[email protected]> | 2013-04-27 16:49:26 +0800 |
|---|---|---|
| committer | Daniel Bovensiepen <[email protected]> | 2013-04-27 16:49:26 +0800 |
| commit | c8efde34da52426650db7a611aae1c268283cfb9 (patch) | |
| tree | 6594807022eeeaa4ae7db3e9ec047b401cafb953 /mrbgems | |
| parent | 607811c0dc9dbc698475e932ca49f02c1fc97fff (diff) | |
| download | mruby-c8efde34da52426650db7a611aae1c268283cfb9.tar.gz mruby-c8efde34da52426650db7a611aae1c268283cfb9.zip | |
Add gembox which contains all core GEMs
Diffstat (limited to 'mrbgems')
| -rw-r--r-- | mrbgems/full-core.gembox | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
