summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-binding-core/mrbgem.rake
diff options
context:
space:
mode:
Diffstat (limited to 'mrbgems/mruby-binding-core/mrbgem.rake')
-rw-r--r--mrbgems/mruby-binding-core/mrbgem.rake4
1 files changed, 3 insertions, 1 deletions
diff --git a/mrbgems/mruby-binding-core/mrbgem.rake b/mrbgems/mruby-binding-core/mrbgem.rake
index f6b34982f..c0ba48207 100644
--- a/mrbgems/mruby-binding-core/mrbgem.rake
+++ b/mrbgems/mruby-binding-core/mrbgem.rake
@@ -1,5 +1,7 @@
MRuby::Gem::Specification.new('mruby-binding-core') do |spec|
spec.license = 'MIT'
spec.author = 'mruby developers'
- spec.summary = 'Binding class'
+ spec.summary = 'Binding class (core features only)'
+
+ spec.add_test_dependency('mruby-proc-ext', :core => 'mruby-proc-ext')
end