Added mruby-objectspace to the detault gembox.

This commit is contained in:
Ryan Scott
2013-05-18 10:56:03 +10:00
parent 4acfadfee1
commit 43d2fe80ad
+3
View File
@@ -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"