summaryrefslogtreecommitdiffhomepage
path: root/mrb_gems/arguments_and_return_example/mrbgem.rake
blob: f666af566bde3bf6ae866aaa625f94236f806ce4 (plain)
1
2
3
4
MRuby::Gem::Specification.new('arguments_and_return_example') do |spec|
  spec.license = 'MIT'
  spec.author  = 'Tradam'
end