Commit 584e4e41 authored by Hiroshi Mimaki's avatar Hiroshi Mimaki

Added mrbgem's summary.

parent 55fced30
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"
......
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
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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment