summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-array-ext/mrbgem.rake
blob: 6d7e634fbfa97c231bec916274ca934f44f04a9b (plain)
1
2
3
4
5
MRuby::Gem::Specification.new('mruby-array-ext') do |spec|
  spec.license = 'MIT'
  spec.author  = 'mruby developers'
  spec.summary = 'extended Array class'
end