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 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.
-
Mike McQuaid authored
Shorten tap line length
-
- Oct 14, 2018
-
-
Mike McQuaid authored
-
Mike McQuaid authored
Generate Cobertura coverage data for Azure Pipelines
-
Mike McQuaid authored
These can be used and displayed directly in the Azure Pipelines GUI. It may not end up replacing CodeCov but it's easy enough so: why not.
-
Mike McQuaid authored
cli_parser: improve help text formatting
-
Markus Reiter authored
Cask: fix quarantine check when xattr is broken
-
Markus Reiter authored
Cask: set write permissions on symlinks
-
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>
-
L. E. Segovia authored
-
EricFromCanada authored
- reduce desc_line_length so `brew help` output fits in 80 columns - support special formatting across line breaks - support emphasis using asterisks - add missing depends_on: tests
-
- 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>
-