Commit 05493e65 authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Clarify `mruby-(kernel|object)-ext` gem summary; ref 8e637bdd [ci skip]

parent 2847692d
MRuby::Gem::Specification.new('mruby-kernel-ext') do |spec|
spec.license = 'MIT'
spec.author = 'mruby developers'
spec.summary = 'Kernel module extension'
spec.summary = 'extensional function-like methods'
end
MRuby::Gem::Specification.new('mruby-object-ext') do |spec|
spec.license = 'MIT'
spec.author = 'mruby developers'
spec.summary = 'Object class extension'
spec.summary = 'extensional methods shared by all objects'
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment