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 .
- Oct 14, 2018
-
-
Markus Reiter authored
Use the `all` matcher to check the existence of each path.
-
Mike McQuaid authored
Bump mustache from 1.0.5 to 1.1.0 in /Library/Homebrew/test
-
Mike McQuaid authored
Use cache_store for descriptions
-
- Oct 13, 2018
-
-
Mike McQuaid authored
This makes use of both the existing interfaces and could use the existing cache file but we'll create a new one and cleanup the old one to avoid issues and use a more consistent name.
-
Alec Clarke authored
This change allows us to remove the `RSpec/IteratedExpectation` rule from `.rubocop_todo.yml` as we no longer iterate over each path to check existence. Note: We this PR didn't change the subsequent test checking for the negative expectations as this isn't part of the rule (see: https://github.com/rubocop-hq/rubocop-rspec/issues/278).
-
dependabot[bot] authored
Bumps [mustache](https://github.com/mustache/mustache) from 1.0.5 to 1.1.0. - [Release notes](https://github.com/mustache/mustache/releases) - [Changelog](https://github.com/mustache/mustache/blob/master/HISTORY.md) - [Commits](https://github.com/mustache/mustache/compare/v1.0.5...v1.1.0 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
- Oct 12, 2018
-
-
Mike McQuaid authored
bump-formula-pr: gracefully handle unforkable repositories
-
Mike McQuaid authored
rubocop: only use config if style is testing specified file(s)
-
commitay authored
azure/travis: update to xcode 10
-
commitay authored
-
commitay authored
-
commitay authored
audit: use `core_tap` instead of `official_tap`
-
commitay authored
-
commitay authored
Bump octokit from 4.12.0 to 4.13.0 in /docs
-
dependabot[bot] authored
Bumps [octokit](https://github.com/octokit/octokit.rb) from 4.12.0 to 4.13.0. - [Release notes](https://github.com/octokit/octokit.rb/releases) - [Changelog](https://github.com/octokit/octokit.rb/blob/master/RELEASE.md) - [Commits](https://github.com/octokit/octokit.rb/compare/v4.12.0...v4.13.0 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
- Oct 11, 2018
-
-
Alyssa Ross authored
This saves an API call, and is more accurate, because the repo API doesn't actually say whether forking is enabled, but this error message does. To do this, the original GitHub error message had to be accessible on the GitHub exceptions.
-
Alyssa Ross authored
-
Alyssa Ross authored
GitHub seems to be discouraging forking private repositories[0]: > By default, new organizations are configured to disallow the forking > of private repositories. bump-formula-pr tries to create its pull requests from a fork, so it can't be used for private taps set up in this way. I've added a --no-fork option that will create PRs in the tap repo itself, rather than in a fork, to accommodate this use case. [0]: https://help.github.com/articles/allowing-people-to-fork-private-repositories-in-your-organization/
-
Mike McQuaid authored
Remove redundant check in formula_files and cask_files
-
- Oct 10, 2018
-
-
Emiel Wiedijk authored
Both formula_files and cask_files need to check whether a file is a Ruby file. Also, use this method in formula_file? and cask_file?
-
Mike McQuaid authored
Update manpages
-
Mike McQuaid authored
Bump jekyll-watch from 2.1.0 to 2.1.1 in /docs
-
Mike McQuaid authored
- dev-cmd/man: sort the `cmd_path`s (for APFS) - update manpages based on latest content
-
dependabot[bot] authored
Bumps [jekyll-watch](https://github.com/jekyll/jekyll-watch) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/jekyll/jekyll-watch/releases) - [Changelog](https://github.com/jekyll/jekyll-watch/blob/master/History.markdown) - [Commits](https://github.com/jekyll/jekyll-watch/compare/v2.1.0...v2.1.1 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
Mike McQuaid authored
Bump jekyll-watch from 2.0.0 to 2.1.0 in /docs
-
Mike McQuaid authored
Merge pull request #5078 from Homebrew/dependabot/bundler/Library/Homebrew/test/rspec-expectations-3.8.2 Bump rspec-expectations from 3.8.1 to 3.8.2 in /Library/Homebrew/test
-
Mike McQuaid authored
audit: permit openblas for non-official taps
-
Dominique Orban authored
macOS provides Accelerate but not OpenBLAS
-
dependabot[bot] authored
Bumps [rspec-expectations](https://github.com/rspec/rspec-expectations) from 3.8.1 to 3.8.2. - [Release notes](https://github.com/rspec/rspec-expectations/releases) - [Changelog](https://github.com/rspec/rspec-expectations/blob/master/Changelog.md) - [Commits](https://github.com/rspec/rspec-expectations/compare/v3.8.1...v3.8.2 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [jekyll-watch](https://github.com/jekyll/jekyll-watch) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/jekyll/jekyll-watch/releases) - [Changelog](https://github.com/jekyll/jekyll-watch/blob/master/History.markdown) - [Commits](https://github.com/jekyll/jekyll-watch/compare/v2.0.0...v2.1.0 ) Signed-off-by:
dependabot[bot] <support@dependabot.com>
-
Jan Viljanen authored
-
Emiel Wiedijk authored
Formula_files consists of every non-recursive child of formula_dir, for which formula_file? evaluates to true. formula_file? checks if the file is a child of formula_dir, which it is by definition. It turns out that by removing the check, the time used for 'brew search' decreased from 800 ms to 700 ms, noticably faster during tab completion. The same happens with cask_files and cask_file?
-
- Oct 09, 2018
-
-
Mike McQuaid authored
Bump codecov from 0.1.11 to 0.1.13 in /Library/Homebrew/test
-
Mike McQuaid authored
docs/Maintainer-Guidelines: change lead maintainer date.
-
Mike McQuaid authored
I'll step down on February 4th to better coincide with the Homebrew maintainers in-person conference. This will make it easier to resolve any logistical issues that arise.
-
commitay authored
remove appcast checkpoint audit
-
commitay authored
audit: remove `openssl@1.1` from unstable spec whitelist
-
Shaun Jackman authored
audit: Permit HEAD for non-official taps
-
Jan Viljanen authored
To avoid confusion and bugs in rubocop robucop-spec should be required from the root config.
-
Jan Viljanen authored
-