summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-complex/mrbgem.rake
blob: 8f782ae18e06b7a9b3bc5f2be0e8f3c70d1920bf (plain)
1
2
3
4
5
6
7
MRuby::Gem::Specification.new('mruby-complex') do |spec|
  spec.license = 'MIT'
  spec.author  = 'mruby developers'
  spec.summary = 'Complex class'

  spec.add_dependency 'mruby-math', core: 'mruby-math'
end