aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ruby.rb
AgeCommit message (Collapse)Author
2014-02-05ruby: specify paths to deps explicitlyJack Nagel
2014-02-05ruby: add optional deps on gmp and libffiJack Nagel
2014-02-05ruby: always use Homebrew opensslJack Nagel
2014-02-05ruby: disable silent build rulesJack Nagel
2013-12-25ruby: fix program-suffix optionJack Nagel
2013-12-25ruby 2.1.0Erik Michaels-Ober
Closes #25459. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-17ruby: 2.1.0-preview2 (devel)denji
Closes #25275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-14Update docs, comment mxcl/homebrew refs.Mike McQuaid
2013-11-26ruby: use https, redirect for other languages.Kazuhiro NISHIYAMA
Closes #24682. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-22ruby: add caveat about restoring gem binstubsJack Nagel
2013-11-22ruby: silence configure warningJack Nagel
2013-11-22ruby 2.0.0-p353Jack Nagel
Also switch to downloading via CDN
2013-09-21ruby: use spec depsJack Nagel
2013-09-12ruby: update optional dependencies.Mike McQuaid
2013-08-15Use Hardware::CPU.universal_archs in formulaeMisty De Meo
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>