summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-metaprog/mrbgem.rake
blob: 1b81d63453cca85eea22769a419d2c80e0720811 (plain)
1
2
3
4
5
MRuby::Gem::Specification.new('mruby-metaprog') do |spec|
  spec.license = 'MIT'
  spec.author  = 'mruby developers'
  spec.summary = 'Meta-programming features for mruby'
end