Sha256: 9e11d924bd990aded12cce1103bbb73957814726b506884e614d3100686fb2f3

Contents?: true

Size: 1.26 KB

Versions: 7

Compression:

Stored size: 1.26 KB

Contents

###################################
#
# heap_alloc
#   
#    Forces the heap to grow by a number of megabytes.
#    Can result in improved start-up performance because
#      it prevents the heap from growing through smaller 
#      increments.
#
# heap_alloc: 13

###################################
#
# ruby_version
#   
#    Sets the jruby.compat.version property for JRuby 1.7.x.
#    If you include the jruby jars, this is also used to
#      trim away unused versions of the stdlib.
#
# ruby_version: 1.9

###################################
#
# included_stdlibs
#
#    Specify parts of the stdlib that are needed.
#    If you specify a list, all other components
#    will be removed. If you specify "auto,"
#    dependencies will be determined from
#    auto_dependencies.yml. Running 
#    "rake libs:check_dependencies' will build
#    auto_dependencies.yml.
#
# included_stdlibs: auto
#
# included_stdlibs:
# - fileutils

###################################
#
# excluded_stdlibs
#
#    Remove unneeded files from stdlib.
#    Note: If you specify included_stdlibs above,
#    this information will be ingnored. 
#
# excluded_stdlibs:
# - ant
# - cgi
# - drb
# - erb
# - gauntlet_rdoc
# - minitest
# - profiler
# - rake
# - rdoc
# - shell
# - test
# - webrick
# - win32
# - Win32API

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ruboto-1.4.1 assets/ruboto.yml
ruboto-1.4.0 assets/ruboto.yml
ruboto-1.3.1 assets/ruboto.yml
ruboto-1.3.0 assets/ruboto.yml
ruboto-1.2.0 assets/ruboto.yml
ruboto-1.1.2 assets/ruboto.yml
ruboto-1.1.1 assets/ruboto.yml