source: EcnlProtoTool/trunk/mrbgems/mruby-iijson/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
File size: 308 bytes
Line 
1MRuby::Gem::Specification.new('mruby-iijson') do |spec|
2 spec.license = 'MIT'
3 spec.author = 'Internet Initiative Japan Inc.'
4
5 add_dependency 'mruby-hash-ext', core: 'mruby-hash-ext'
6 add_dependency 'mruby-array-ext', core: 'mruby-array-ext'
7 add_dependency "mruby-sprintf", core: "mruby-sprintf"
8end
Note: See TracBrowser for help on using the repository browser.