mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
6 lines
190 B
Ruby
6 lines
190 B
Ruby
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
|