Sha256: cae2dfe869dfdc1624cf36d3d19d5beb3c9a81603f7b3f16a8ba7d1308a1f163

Contents?: true

Size: 1.58 KB

Versions: 1

Compression:

Stored size: 1.58 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

###################################
#
# multi_dex
#
#    Switch on use of multiple classes.dex files when building.
#    This will allow you to have more than 65535 methods in your app.
#    WARNING:  This disables pre-dex during build which will increase your
#    incremental build time substantially.
#
# multi_dex: true

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruboto-1.1.0 assets/ruboto.yml