Upgrade to 1.46.0
[platform/upstream/nghttp2.git] / third-party / mruby / mrbgems / mruby-hash-ext / mrbgem.rake
1 MRuby::Gem::Specification.new('mruby-hash-ext') do |spec|
2   spec.license = 'MIT'
3   spec.author  = 'mruby developers'
4   spec.summary = 'Hash class extension'
5   spec.add_dependency 'mruby-array-ext', core: 'mruby-array-ext'
6 end