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 .
- Dec 18, 2019
-
-
Issy Long authored
- Without this, vale won't correctly detect where the styles are.
-
- Oct 10, 2019
-
-
Mike McQuaid authored
-
- Sep 11, 2019
-
-
Mike McQuaid authored
This is the newest version that works with Ruby 2.3. Also, update the `.gitignore` to hide it while we're here.
-
- May 23, 2019
-
-
Mike McQuaid authored
This allows maintaining more settings in one place.
-
- May 20, 2019
-
-
Mike McQuaid authored
-
- Mar 13, 2019
-
-
Mike McQuaid authored
This is a clearer branding for us to use. Also, as part of testing this, make some fixes to Jekyll in the docs folder. Fixes #5835
-
- Mar 11, 2019
-
-
Mike McQuaid authored
-
- Feb 22, 2019
-
-
Mike McQuaid authored
-
- Feb 21, 2019
-
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Jan 30, 2019
-
-
Markus Reiter authored
-
- Jan 18, 2019
-
-
Chongyu Zhu authored
-
- Jan 04, 2019
-
-
Mike McQuaid authored
-
- Dec 31, 2018
-
-
Mike McQuaid authored
-
- Dec 17, 2018
-
-
Mike McQuaid authored
Exclude subdirectories and specific files. This makes adding/removing files on newly vendored versions much easier.
-
Mike McQuaid authored
-
- Nov 03, 2018
-
-
Mike McQuaid authored
-
- Oct 25, 2018
-
-
Shaun Jackman authored
-
- Oct 15, 2018
-
-
Mike McQuaid authored
We aren't going to vendor its dependencies because we already require a systemwide installation of `rubocop` to work in your editor. This avoids requiring users to manually do another `gem install rubocop-rspec` to have their editor integration behave as expected.
-
- Sep 15, 2018
-
-
Mike McQuaid authored
-
- Sep 13, 2018
-
-
Mike McQuaid authored
Rather than having to manually keep track of what version each thing in here is and copy files around by hand on update let's use Bundler's standalone mode and careful use of `.gitignore` to help us do it. This means a `bundle update --standalone` will allow us to update all gems in vendor. We could consider vendoring other gems this way in future but I'd suggest only doing this for gems with no dependencies or at least gems with no native extensions. The only gem this applies to that we currently use is `ruby-prof` and I'm not convinced it's widely used enough to warrant vendoring for everyone. Perhaps that's another criteria: it should be functionality that's used by non-developer commands and/or normal Homebrew usage.
-
- Sep 06, 2018
-
-
Mike McQuaid authored
Remove a bunch of unneeded, old directories and generally cleanup.
-
- Sep 02, 2018
-
-
Mike McQuaid authored
- Ignore files that are generated by `brew tests` - Make the SVN tests work without prompting for GitHub's SSL certificate
-
- May 29, 2018
-
-
Maxim Belkin authored
-
- Jan 15, 2018
-
-
Mike McQuaid authored
- check in the Gemfile.lock - use a modern Ruby version - remove gem upper limits
-
- Jun 15, 2017
-
-
mansimarkaur authored
-
- Jun 01, 2017
-
-
JCount authored
also, unignore it.
-
- May 08, 2017
-
-
Mike McQuaid authored
This reverts commit 3e4547f5, reversing changes made to 6edf9382.
-
- May 07, 2017
-
-
Mike McQuaid authored
Homebrew's actually ended up using a fair few gems. While we want to avoid Bundler at runtime (and this PR still does that, in fact uses Bundler even less at runtime than it did before) writing our own version to use at build-time seems redundant.
-
- Apr 27, 2017
-
-
Mike McQuaid authored
Import new brew.sh CSS changes to improve the appearance of tables and links.
-
- Feb 28, 2017
-
-
Misty De Meo authored
This smooths over the transition for users who have an existing bundle config in this location due to having gems installed at the old path. Closes #2203. Signed-off-by:
Misty De Meo <mistydemeo@gmail.com>
-
- Jan 04, 2017
-
-
Mike McQuaid authored
GitHub now nicely generates a documentation site for us at http://brew.sh/brew based on our docs folder. Optimise the output of this and the GitHub docs directory for readability and the various user groupings.
-
- Oct 30, 2016
-
-
Markus Reiter authored
-
- Sep 20, 2016
-
-
Alyssa Ross authored
-
Mike McQuaid authored
-
- Sep 10, 2016
-
-
Mike McQuaid authored
This fixes the ignoring in libgit2 clients that don't read nested `.gitignore` files.
-
- Aug 20, 2016
-
-
Mike McQuaid authored
Also, check in this manpage, adjust the Rakefile and remove the old one. Fixes #731.
-
- Aug 09, 2016
-
-
Mike McQuaid authored
-
- Jul 11, 2016
-
-
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.
-
- Jun 08, 2016
-
-
Xu Cheng authored
Since #292, HOMEBREW_CACHE was moved to a per-user directory. This makes it unsuitable to store global lock files on multiple users environment. Therefore, introducing a global lock directory `/Library/Lock.d` to store lock files from formula lockers as well as `brew update`.
-