8 lines
307 B
Ruby
Vendored
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
|