Sha256: 5167d8a06086e5c6ab7ffb094086e5fcdc6ac0dd743c83ced40ebf2ad05ce6c5

Contents?: true

Size: 1.46 KB

Versions: 4

Compression:

Stored size: 1.46 KB

Contents

# rvm needs some extra packages to compile/install ruby runtimes
# curl is required.
# patch is required (for ree, some ruby head's).
# For JRuby (if you wish to use it) you will need:
#   aptitude install curl sun-java6-bin sun-java6-jre sun-java6-jdk
# For MRI & ree (if you wish to use it) you will need:
#   aptitude install curl bison build-essential zlib1g-dev libssl-dev libreadline5-dev libxml2-dev git-core
# For IronRuby (if you wish to use it) you will need:
#   aptitude install curl mono-2.0-devel

packages: [build-essential, git-core, subversion, curl, autoconf, bison, ruby, zlib1g-dev, libssl-dev, libreadline5-dev, libxml2-dev]

# REQUIRED: the version of rvm itself
rvm_version: 1.2.6

# REQUIRED: Set to the rvm version string for the ruby version you wish to use
# Run "rvm list known" to see the list of possible options
rvm_ruby: 1.9.2

# When rvm is installed as root, and you set the default, it symlinks ruby executables
# into /usr/local/rvm
ruby_prefix: /usr/local/rvm

rvm_prefix: /usr/local/rvm
  
# lets us setup global envoronment to use rvm (also needed when running sudo)
rvm_prepare: "source #{rvm_prefix}/scripts/rvm"

# dirty hack to get the rvm gem home rather than bundler gem home
# When we run rubber:config it loads rails/bundler, which forces the bundler gem home, yet deployment only gems
# like passenger need to be installed in rvm gem home rather than bundler
rvm_gem_home: "#{$rubber_rvm_gem_home ||= `unset GEM_HOME; bash -l -c 'rvm gemdir'`.strip}"

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
rubber-1.10.2 generators/vulcanize/templates/base/config/rubber/rubber-rvm.yml
rubber-1.10.2 lib/generators/vulcanize/templates/base/config/rubber/rubber-rvm.yml
rubber-1.10.1 generators/vulcanize/templates/base/config/rubber/rubber-rvm.yml
rubber-1.10.1 lib/generators/vulcanize/templates/base/config/rubber/rubber-rvm.yml