5 lines
164 B
Ruby
Vendored
5 lines
164 B
Ruby
Vendored
MRuby::Gem::Specification.new('mruby-error') do |spec|
|
|
spec.license = 'MIT'
|
|
spec.author = 'mruby developers'
|
|
spec.summary = 'extensional error handling'
|
|
end
|