mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Added mrbgem's summary.
This commit is contained in:
@@ -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,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,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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user