summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-io
diff options
context:
space:
mode:
authorHiroshi Mimaki <[email protected]>2017-12-13 16:05:06 +0900
committerHiroshi Mimaki <[email protected]>2017-12-13 16:05:06 +0900
commit584e4e413a106082ee5f78ddef759a79999499b4 (patch)
tree6f8486555de6b966758999b4743cfb3752e55560 /mrbgems/mruby-io
parent55fced30cd4e333916f5a02500c05dbae28fd86e (diff)
downloadmruby-584e4e413a106082ee5f78ddef759a79999499b4.tar.gz
mruby-584e4e413a106082ee5f78ddef759a79999499b4.zip
Added mrbgem's summary.
Diffstat (limited to 'mrbgems/mruby-io')
-rw-r--r--mrbgems/mruby-io/mrbgem.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/mrbgems/mruby-io/mrbgem.rake b/mrbgems/mruby-io/mrbgem.rake
index 8120f7832..50fa49678 100644
--- a/mrbgems/mruby-io/mrbgem.rake
+++ b/mrbgems/mruby-io/mrbgem.rake
@@ -1,6 +1,7 @@
MRuby::Gem::Specification.new('mruby-io') do |spec|
spec.license = 'MIT'
spec.authors = 'Internet Initiative Japan Inc.'
+ spec.summary = 'IO and File class'
spec.cc.include_paths << "#{build.root}/src"