source: EcnlProtoTool/trunk/mruby-2.1.1/mrbgems/mruby-pack/mrbgem.rake@ 439

Last change on this file since 439 was 439, checked in by coas-nagasima, 4 years ago

mrubyを2.1.1に更新

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-ruby;charset=UTF-8
File size: 256 bytes
Line 
1MRuby::Gem::Specification.new('mruby-pack') do |spec|
2 spec.license = 'MIT'
3 spec.authors = ['Internet Initiative Japan Inc.', 'mruby developers']
4 spec.summary = 'Array#pack and String#unpack method'
5
6 spec.cc.include_paths << "#{build.root}/src"
7end
Note: See TracBrowser for help on using the repository browser.