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

Added mrbgem's summary.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2017-12-14 00:00:10 +09:00
committed by GitHub
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"