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