source: EcnlProtoTool/trunk/mruby-2.1.1/mrbgems/mruby-enumerator/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: 220 bytes
Line 
1MRuby::Gem::Specification.new('mruby-enumerator') do |spec|
2 spec.license = 'MIT'
3 spec.author = 'mruby developers'
4 spec.add_dependency('mruby-fiber', :core => 'mruby-fiber')
5 spec.summary = 'Enumerator class'
6end
Note: See TracBrowser for help on using the repository browser.