summaryrefslogtreecommitdiffhomepage
path: root/mrbgem.rake
blob: 2a79d1bdf3007defcf5d85a3d59417ffca997884 (plain)
1
2
3
4
5
MRuby::Gem::Specification.new('my_silly_extension') do |spec|
  spec.license = 'MIT'
  spec.author  = 'Tradam'
  spec.summary = 'Example mrbgem using ruby'
end