Merge pull request #5865 from dearblue/errno-to-stdlib-io

Move `mruby-errno` to `stdlib-io.gembox`
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-12-04 22:45:24 +09:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+3
View File
@@ -9,4 +9,7 @@ MRuby::GemBox.new do |conf|
# Use standard print/puts/p
conf.gem :core => "mruby-print"
# Use errno extension for a good mruby-io/mruby-socket experience
conf.gem :core => "mruby-errno"
end
-3
View File
@@ -54,7 +54,4 @@ MRuby::GemBox.new do |conf|
# Use class/module extension
conf.gem :core => "mruby-class-ext"
# Use errno extension
conf.gem :core => "mruby-errno"
end