Files
mruby-mruby/mrbgems/mruby-print/mrbgem.rake
T
Yukihiro "Matz" Matsumoto 003e0fb330 mruby-print: disable the gem unless explicitly specified
mruby-print is the duplicate of part of mruby-io. You need it only when
limited I/O functionality required.
2025-01-06 13:57:23 +09:00

7 lines
201 B
Ruby

MRuby::Gem::Specification.new('mruby-print') do |spec|
spec.license = 'MIT'
spec.author = 'mruby developers'
spec.summary = 'minimal print/puts'
# mruby-io provides full I/O functionality
end