From 43d2fe80ad3a0a38b0cade6a9cdde154005a6cf3 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sat, 18 May 2013 10:56:03 +1000 Subject: Added mruby-objectspace to the detault gembox. --- mrbgems/default.gembox | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mrbgems/default.gembox b/mrbgems/default.gembox index 76a6c11b6..a53b07d8a 100644 --- a/mrbgems/default.gembox +++ b/mrbgems/default.gembox @@ -41,6 +41,9 @@ MRuby::GemBox.new do |conf| # Use Random class conf.gem :core => "mruby-random" + # Use ObjectSpace class + conf.gem :core => "mruby-objectspace" + # Generate mirb command conf.gem :core => "mruby-bin-mirb" -- cgit v1.2.3