Skip to content

Instantly share code, notes, and snippets.

@Aslan
Created January 14, 2010 01:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aslan/276762 to your computer and use it in GitHub Desktop.
Save Aslan/276762 to your computer and use it in GitHub Desktop.
set_unless[:ruby_enterprise][:install_path] = "/opt/ruby-enterprise"
set_unless[:ruby_enterprise][:ruby_bin] = "/opt/ruby-enterprise/bin/ruby"
set_unless[:ruby_enterprise][:gems_dir] = "#{ruby_enterprise[:install_path]}/lib/ruby/gems/1.8"
set_unless[:ruby_enterprise][:version] = '1.8.7-2009.10'
set_unless[:ruby_enterprise][:url] = "http://rubyforge.org/frs/download.php/66162/ruby-enterprise-#{ruby_enterprise[:version]}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment