Added mrbgem's summary.

This commit is contained in:
Hiroshi Mimaki
2017-12-13 16:05:06 +09:00
parent 55fced30cd
commit 584e4e413a
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -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"
+1
View File
@@ -1,6 +1,7 @@
MRuby::Gem::Specification.new('mruby-pack') do |spec|
spec.license = 'MIT'
spec.authors = 'Internet Initiative Japan Inc.'
spec.summary = 'Array#pack and String#unpack method'
spec.cc.include_paths << "#{build.root}/src"
end
+1
View File
@@ -1,6 +1,7 @@
MRuby::Gem::Specification.new('mruby-socket') do |spec|
spec.license = 'MIT'
spec.authors = 'Internet Initiative Japan'
spec.summary = 'standard socket class'
spec.cc.include_paths << "#{build.root}/src"