Files
mruby-mruby/mrbgems/mruby-print/mrbgem.rake
T
2014-03-17 00:34:24 +09:00

6 lines
159 B
Ruby

MRuby::Gem::Specification.new('mruby-print') do |spec|
spec.license = 'MIT'
spec.author = 'mruby developers'
spec.summary = 'standard print/puts/p'
end