mruby-set: add spec.summary

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-10-06 22:13:01 +09:00
parent 8ee1e8d184
commit b6179bb0b4
+1
View File
@@ -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"