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