aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ruby.rb
AgeCommit message (Collapse)Author
2013-08-06ruby: add mirrorMisty De Meo
ftp.ruby-lang.org is currently experiencing connectivity issues: http://www.ruby-lang.org/en/news/2013/08/06/status-issue/ Fixes #21715.
2013-06-30ruby 2.0.0-p247Clemens Gruber
Closes #20921. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-17ruby 2.0.0-p195Jack Nagel
2013-04-12ruby: modernize styleJack Nagel
2013-04-12ruby: simplify configure options with "--with-tcltk"Jeong Mok Cho
Closes #19124. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11ruby: "make install-doc" is not necessaryJeong Mok Cho
Closes #19120. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-18ruby: Disable dtrace on Xcode-onlySamuel John
2013-02-27ruby: use superenvJack Nagel
env :std was added to this formula without a comment as to why it is needed, and there appears to be nothing on the issue tracker. Having used a superenv-built ruby without issue for a few days I am assuming it was a mistake. If it causes problems we can either fix them or re-add env :std with appropriate documentation.
2013-02-27ruby 2.0.0-p0Erik Michaels-Ober
Closes #18054. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-22ruby 1.9.3-p392Misty De Meo
2013-02-17ruby: use bzip tarballJack Nagel
2013-02-06ruby: needs newer autoconf for universal buildJack Nagel
Fixes #17640.
2013-02-06ruby: remove upstreamed patchJack Nagel
2013-02-06ruby 1.9.3-p385Sebastian Rabuini
Closes #17634. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-01-26ruby: use opt_prefix in caveatsChristian Höltje
The gem's bindir is available in the opt_prefix; use that instead of the Cellar location in the caveat. Closes #17315. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-01-18ruby 1.9.3-p374Adam Vandenberg
2012-12-27ruby: Update to 1.9.3-p362Sebastian Rabuini
Closes #16757. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-11-14ruby: disable docs unless "with-doc" is givenJeong Mok Cho
Closes #16060. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-10Revert "Rename readline to gnu-readline"Jack Nagel
This reverts commit adee5315265cc46aa6a3057071527abb16e1cd94. Turns out one of the "other things" is a dealbreaker. We only create kegs using a formula's canonical name. However, we do not check that this is the case when mapping existing kegs back to formula objects, and thus a keg with a name that happens to be an alias can fool Homebrew into thinking the canonically-named keg exists. So anything that enumerates kegs and then tries to do stuff with the resulting formula objects will just break. This is obviously worse than the debugger being broken, so reverting this for the time being.
2012-11-10Rename readline to gnu-readlineJack Nagel
The Readline class clashes with the Readline module from the Ruby stdlib. This has mostly worked, but with the recent debugging support's integration of IRB, it is no longer possible for them to coexist. So we need to rename it. The implications of this are: - Anything that depends on readline will reinstall it as "gnu-readline". Anything already installed will continue to function. - "brew upgrade readline" will say "gnu-readline not installed", as "readline" is now an alias. - Probably other things. So there are some downsides, but we will just have to deal with them. Fixes #15776.
2012-11-09Ruby 1.9.3-p327Sebastian Wyder
Closes #15944. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-16ruby: upstream patch for shared library reference to _environJack Nagel
Hey, we can compile vim against Ruby 1.9 now! Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-10-12Ruby 1.9.3p286Sebastian Wyder
Closes #15427. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-16ruby: fix typoJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-14Use `env`.Adam Vandenberg
2012-09-09Ruby: remove skip_clean :allAdam Vandenberg
2012-09-09Ruby: make Tcl/Tk support optional.Ed Robinson
Tcl/Tk support requires X11, which is optional on Mountain Lion. Rather than requiring X11 for Ruby, make these components opt-in. Fixes #14770. Closes #14814. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-13ruby: use options DSLJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-10Use autotools symbolsAdam Vandenberg
2012-05-15Ruby: remove very old compatibility checkAdam Vandenberg
2012-05-14ruby: autoconf dep for HEAD on Xcode 4.3Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-10Remove redundant :using => :svnAdam Vandenberg
2012-04-20Ruby 1.9.3-p194Andrew Marshall
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18ruby: add gdbm dependencyAdam Vandenberg
2012-04-01Use new fails_with DSL syntaxJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-16ruby: Remove unrecognised configure flags.Robert Tully
Removed --disable-debug and --disable-dependency-tracking, which the configure script does not recognise. Closes #10982. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-24ruby 1.9.3-p125Faisal N. Jawdat
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-12ruby: use install_symlinkAdam Vandenberg
2011-12-10ruby: Remove unrecognized optionMatthew King
Closes #9082. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2011-11-26Ruby: remove some suggestions from the caveatsAdam Vandenberg
2011-11-22ruby: Update to 1.9.3Michael Dippery
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02Don't fails_with_llvm if MacOS.lion?Max Howell
Not sure how I failed so badly at logic. This should be rewritten so that the build info has a tested MacOS version too. However it seems unlikely that the same LLVM versions on different platforms would have different compile errors. So we'll risk it, and it'll be informative for us too.
2011-09-01Allow fails_with_llvm {}Max Howell
And fix node and ruby to use LLVM without complaint with Xcode 4.1 and Lion.
2011-07-26ruby 1.9.2-p290Adam Vandenberg
2011-04-23Use ARGV.build_universal?Adam Vandenberg
2011-03-25Update fails_with_llvm in formulaeAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-21ruby 1.9.2-p180Mislav Marohnić
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-06"ruby" formula: add "--universal" flag for arch=x86_64,i386Mislav Marohnić
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-27ruby: Update to 1.9.2-p136Michael Dippery
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>