This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jul 13, 2016
-
-
Xu Cheng authored
Regex is way slower than normal String#include? and String#start_with?. Also, we often forget to proper escape them. So avoid using them if it is not necessary. Closes #503. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
-
Xu Cheng authored
-
jainish shah authored
If set, this environment variable instructs Homebrew to use the given URL as a download mirror (e.g. an Artifactory instance) for bottles and binaries. Closes #387. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Xu Cheng authored
`.` need to be escaped, otherwise it will match any character. Also improve code style for handling string s.
-
Xu Cheng authored
-
Dominyk Tiller authored
Closes #495. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
Dominyk Tiller authored
-
Andrea Kao authored
-
Mike McQuaid authored
Don't unset things that are already set as executable for the generic path. OS X overrides this behaviour and detects if it's an MachO executable but there's no cross-OS generic equivalent so just fall back to whatever the build system has set.
-
Mike McQuaid authored
* global: add RUBY_TWO global variable. * test-bot: use RUBY_TWO global variable. * github: produce better curl error messages. If we don't know why curl has failed then ensure that the error messages that it produced are included as part of the user output.
-
Mike McQuaid authored
Would have made it easier to debug https://github.com/Homebrew/homebrew-core/issues/2804 where wasn't clear which directory was causing the issue.
-
- Jul 12, 2016
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
Vendored Ruby tweaks
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Xu Cheng authored
-
Martin Afanasjew authored
Changes to our style configuration: - Consolidate all rules related to Ruby 1.8 compatibility in one place. - Codify our de-facto preference for `alias_method` over `alias` (drops offense count by 54 after turning this on). - Drop `Style/SignalException` as `only_raise` has been the new default for quite a while (since RuboCop 0.37.0).
-
- Jul 11, 2016
-
-
Xu Cheng authored
Fixes #491.
-
Xu Cheng authored
-
Xu Cheng authored
vendor ruby
-
Xu Cheng authored
-
Xu Cheng authored
* Use vendor Ruby if it's present * Install vendor Ruby for system without Ruby 2.x
-
Xu Cheng authored
-
Mike McQuaid authored
Requirement tweaks
-
Xu Cheng authored
The vendor Ruby will be put inside `Library/Homebrew/vendor/portable-ruby/<version>`, with a symlink `Library/Homebrew/vendor/portable-ruby/current` pointed to it. In addition, a `Library/Homebrew/vendor/portable-ruby-version` will track the latest version of vendor binaries. This gives us version control on vendor Ruby and enables us to bump vendor Ruby whenever needed such as security update.
-
Mike McQuaid authored
Most of our formulae do compilation so let's do it here too.
-
Mike McQuaid authored
We’re just supporting the Cask now.
-
Mike McQuaid authored
We’re just supporting the Cask now.
-
Mike McQuaid authored
Nicer to split this onto two lines.
-
Mike McQuaid authored
Previously this was only using the last line.
-
Mike McQuaid authored
Make it more obvious which class was unsatisfied to produce this error message.
-
Martin Afanasjew authored
Closes #482. Signed-off-by:
Martin Afanasjew <martin@afanasjew.de>
-
Martin Afanasjew authored
Or how many taps are private when summarizing all installed taps.
-
Martin Afanasjew authored
-
Dominyk Tiller authored
Closes #488. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
Dominyk Tiller authored
-
Dominyk Tiller authored
-