Ignore:
Timestamp:
Jul 9, 2020, 8:51:43 AM (4 years ago)
Author:
coas-nagasima
Message:

mrubyを2.1.1に更新

Location:
EcnlProtoTool/trunk/mruby-2.1.1
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/mruby-2.1.1/mrbgems/default.gembox

    r331 r439  
    11MRuby::GemBox.new do |conf|
     2  # Meta-programming features
     3  conf.gem :core => "mruby-metaprog"
     4
     5  # Use standard IO/File class
     6  conf.gem :core => "mruby-io"
     7
     8  # Use standard Array#pack, String#unpack methods
     9  conf.gem :core => "mruby-pack"
     10
    211  # Use standard Kernel#sprintf method
    312  conf.gem :core => "mruby-sprintf"
     
    1423  # Use standard Struct class
    1524  conf.gem :core => "mruby-struct"
     25
     26  # Use Comparable module extension
     27  conf.gem :core => "mruby-compar-ext"
    1628
    1729  # Use Enumerable module extension
     
    7587  conf.gem :core => "mruby-class-ext"
    7688
     89  # Use Method/UnboundMethod class
     90  conf.gem :core => "mruby-method"
     91
    7792  # Use mruby-compiler to build other mrbgems
    7893  conf.gem :core => "mruby-compiler"
Note: See TracChangeset for help on using the changeset viewer.