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