Merge pull request #5747 from dearblue/errno-summary

Added summary for `mrbgems/mruby-errno`
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-07-15 13:45:09 +09:00
committed by GitHub
+1
View File
@@ -1,4 +1,5 @@
MRuby::Gem::Specification.new('mruby-errno') do |spec|
spec.license = 'MIT'
spec.authors = 'Internet Initiative Japan Inc.'
spec.summary = 'Errno module and SystemCallError class'
end