mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
mruby-set: add spec.summary
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
MRuby::Gem::Specification.new('mruby-set') do |spec|
|
||||
spec.license = 'MIT'
|
||||
spec.authors = 'yui-knk'
|
||||
spec.summary = 'Set class'
|
||||
spec.build.defines << "MRB_USE_SET"
|
||||
|
||||
spec.add_dependency "mruby-hash-ext", :core => "mruby-hash-ext"
|
||||
|
||||
Reference in New Issue
Block a user