Files
2022-07-14 21:55:15 +09:00

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