summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-string-utf8/mrbgem.rake
blob: 86d0a6da315177de05dcaf83b6e7eb29b64a0adf (plain)
1
2
3
4
5
MRuby::Gem::Specification.new('mruby-string-utf8') do |spec|
  spec.license = 'MIT'
  spec.author  = 'mruby developers'
  spec.summary = 'UTF-8 support in String class'
end