summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/deps/mruby/mrbgems/mruby-print/mrbgem.rake
blob: 2ea6e31260237d050cbb685d1978c7dea8e6c9fd (plain)
1
2
3
4
5
MRuby::Gem::Specification.new('mruby-print') do |spec|
  spec.license = 'MIT'
  spec.author  = 'mruby developers'
  spec.summary = 'standard print/puts/p'
end