Unverified Commit 2300c9f7 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #3893 from mimaki/add-mrbgem-summary

Added mrbgem's summary.
parents dc5de384 584e4e41
MRuby::Gem::Specification.new('mruby-io') do |spec| MRuby::Gem::Specification.new('mruby-io') do |spec|
spec.license = 'MIT' spec.license = 'MIT'
spec.authors = 'Internet Initiative Japan Inc.' spec.authors = 'Internet Initiative Japan Inc.'
spec.summary = 'IO and File class'
spec.cc.include_paths << "#{build.root}/src" spec.cc.include_paths << "#{build.root}/src"
......
MRuby::Gem::Specification.new('mruby-pack') do |spec| MRuby::Gem::Specification.new('mruby-pack') do |spec|
spec.license = 'MIT' spec.license = 'MIT'
spec.authors = 'Internet Initiative Japan Inc.' spec.authors = 'Internet Initiative Japan Inc.'
spec.summary = 'Array#pack and String#unpack method'
spec.cc.include_paths << "#{build.root}/src" spec.cc.include_paths << "#{build.root}/src"
end end
MRuby::Gem::Specification.new('mruby-socket') do |spec| MRuby::Gem::Specification.new('mruby-socket') do |spec|
spec.license = 'MIT' spec.license = 'MIT'
spec.authors = 'Internet Initiative Japan' spec.authors = 'Internet Initiative Japan'
spec.summary = 'standard socket class'
spec.cc.include_paths << "#{build.root}/src" 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