summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/default.gembox
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2016-11-13 16:11:24 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2016-11-13 16:17:44 +0900
commit01dddaf38525b631c61886758628afe8f04b6356 (patch)
tree11ed60d7078d00e68dc8dface9dcbbabc056299e /mrbgems/default.gembox
parent451985d44be9078660bcb43e4c7d91b3398230a4 (diff)
downloadmruby-01dddaf38525b631c61886758628afe8f04b6356.tar.gz
mruby-01dddaf38525b631c61886758628afe8f04b6356.zip
rename mruby-module-ext to mruby-class-ext; ref #2470
Diffstat (limited to 'mrbgems/default.gembox')
-rw-r--r--mrbgems/default.gembox4
1 files changed, 2 insertions, 2 deletions
diff --git a/mrbgems/default.gembox b/mrbgems/default.gembox
index 9abbd8512..dab7230aa 100644
--- a/mrbgems/default.gembox
+++ b/mrbgems/default.gembox
@@ -71,8 +71,8 @@ MRuby::GemBox.new do |conf|
# Use Kernel module extension
conf.gem :core => "mruby-kernel-ext"
- # Use extensional Module class
- conf.gem :core => "mruby-module-ext"
+ # Use class/module extension
+ conf.gem :core => "mruby-class-ext"
# Use mruby-compiler to build other mrbgems
conf.gem :core => "mruby-compiler"