calog/vendor/mruby/mrbgems/mruby-encoding/mrbgem.rake
2026-07-04 20:25:00 -05:00

8 lines
307 B
Ruby
Vendored

MRuby::Gem::Specification.new('mruby-encoding') do |spec|
spec.license = 'MIT'
spec.author = 'mruby developers'
spec.summary = "Poorman's Encoding for mruby"
spec.build.defines << "HAVE_MRUBY_ENCODING_GEM"
spec.build.defines << "MRB_UTF8_STRING"
spec.add_test_dependency 'mruby-string-ext'
end