mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
b1fd3dc160
mruby-set no longer depends on mruby-metaprog by introducing the internal `_hash` method.
8 lines
244 B
Ruby
8 lines
244 B
Ruby
MRuby::Gem::Specification.new('mruby-set') do |spec|
|
|
spec.license = 'MIT'
|
|
spec.authors = 'yui-knk'
|
|
|
|
spec.add_dependency "mruby-hash-ext", :core => "mruby-hash-ext"
|
|
spec.add_dependency "mruby-enumerator", :core => "mruby-enumerator"
|
|
end
|