aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ruby-enterprise-edition.rb
AgeCommit message (Collapse)Author
2012-08-26ruby-enterprise-edition: use new dslAdam Vandenberg
2012-04-01Use new fails_with DSL syntaxJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-26REE: remove suggestions from caveatsAdam Vandenberg
2011-03-25Update fails_with_llvm in formulaeAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-24upgrade ruby-enterprise-edition to 2011.03Mislav Marohnić
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-21update ruby-enterprise-edition to 2011.02Mislav Marohnić
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-22ree - explicitly locate readlineAdam Vandenberg
Fixes #2579
2010-10-25Cider was renamed to CinderellaJamie Macey
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-13Don't need +x on theseAdam Vandenberg
2010-08-10Document all existing install options.Adam Vandenberg
2010-08-07Use new symlink aliasesMax Howell
2010-07-20Add RVM/cider caveats to alt. Rubies.Adam Vandenberg
2010-06-16Add "fails_with_llvm" to formula to document LLVM build breaks.Adam Vandenberg
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm", to specifically message to the user when a formula is known or suspected to not build with LLVM. If the user specifies "--use-llvm", the message will be displayed, but compilation will be tried anyway. Since using LLVM is now an advanced/hidden feature instead of the default on 10.6, we'll let the user try anyway (and submit patches if things are now working.)
2010-06-08updated ruby-enterprise-edition to 2010.02Dennis Krupenik
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-05Ruby Enterprise Edition depends on readline for unicode support.Adam Vandenberg
(For reference, the Ruby 1.9 formula also depends on readline.) This fixes #882.
2010-03-07String.undent for prettier HEREDOCsMax Howell
2010-02-25Update Ruby Enterprise Edition to 2010.01Carmine Paolino
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2009-12-19Fix args for ruby-enterprise-edition formulaJoel Chippindale
Without this change the following error was output for my homebrew location ==> /installer --auto /Users/joel/.homebrew/Cellar/ruby-enterprise-edition/2009.10 --no-tcmalloc -c --enable-shared invalid option: --auto /Users/joel/.homebrew/Cellar/ruby-enterprise-edition/2009.10
2009-12-05Allow REE to be built sharedStephen Caudill
2009-12-04Some more aliasesMax Howell
2009-11-07Updated ruby enterprise edition formula to 1.8.7-2009.10 releaseTom Ward
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-10-15Don't strip the ruby binary, unicorns die and bundles don't get loaded.Mathias Meyer
2009-10-01Ruby Enterprise Edition 1.8.7-20090928Attila Györffy
A server-oriented friendly branch of Ruby which includes various enhancements.