5 lines
190 B
Ruby
Vendored
5 lines
190 B
Ruby
Vendored
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
|