aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-01-28Merge pull request #1924 from DomT4/rubocopMike McQuaid
Rubocop 0.47.1
2017-01-28rubocop: automatically update rubocop_todo.ymlDominyk Tiller
2017-01-27Library/.rubocop.yml: fix renamed EndAlignment settingDominyk Tiller
2017-01-27Library/.rubocop.yml: fix renamed CaseIndentation settingDominyk Tiller
2017-01-27style: update rubocop to 0.47.1Dominyk Tiller
2017-01-27Merge pull request #1919 from miccal/patch-1Markus Reiter
Update brew-cask.1.md to include _stanza internal command
2017-01-27Merge pull request #1923 from Homebrew/revert-1916-cellar-check-etcMike McQuaid
Revert "formula_cellar_checks: check for prefix/etc."
2017-01-27Merge pull request #1922 from MikeMcQuaid/pull-missing-bottlesMike McQuaid
pull: better handle missing bottles.
2017-01-27Revert "formula_cellar_checks: check for prefix/etc."Mike McQuaid
2017-01-27Update brew-cask.1Miccal Matthews
2017-01-27pull: better handle missing bottles.Mike McQuaid
If we make a PR in which we're building many formulae (e.g. https://github.com/Homebrew/homebrew-core/pull/9249) then we may want to pull those that built and publish their bottles and discard those that did not. Instead of saying bottles will be published when they won't and then blowing up just avoid publishing them and print a warning instead.
2017-01-27Merge pull request #1915 from MikeMcQuaid/keg-only-caveats-newlineMike McQuaid
caveats: add newline after keg only reason.
2017-01-27Merge pull request #1917 from MikeMcQuaid/homebrew-audit-tweakMike McQuaid
audit: improve homepage audit reliability.
2017-01-27Merge pull request #1920 from saagarjha/masterMike McQuaid
Split two headers so that both render
2017-01-26Split two headers so that both renderSaagar Jha
The "Messaging" heading was failing to be rendered due to a missing newline between it and "Convenience Tools".
2017-01-27Update brew-cask.1.mdMiccal Matthews
2017-01-26Try uploading coverage report in `.simplecov`.Markus Reiter
2017-01-26Merge pull request #1918 from MikeMcQuaid/update-reset-forceMike McQuaid
update-reset: checkout with --force.
2017-01-26Merge pull request #1916 from MikeMcQuaid/cellar-check-etcMike McQuaid
formula_cellar_checks: check for prefix/etc.
2017-01-26Move `require "bundler/setup“` to top of `cask-tests`.Markus Reiter
2017-01-26update-reset: checkout with --force.Mike McQuaid
Otherwise it won't overwrite unmerged changes.
2017-01-26audit: improve homepage audit reliability.Mike McQuaid
Try first with an (exact, actual) browser user agent from Safari and then try again with the default Homebrew `curl` user agent.
2017-01-26Add `require "bundler/setup“` to `cask-tests`.Markus Reiter
2017-01-26formula_cellar_checks: check for prefix/etc.Mike McQuaid
This directory indicates that configuration files have been installed into the wrong location.
2017-01-26caveats: add newline after keg only reason.Mike McQuaid
2017-01-26*_test: use assert_nil when appropriate.Mike McQuaid
This is warned by the newer MiniTest.
2017-01-26brew-cask-tests: import Rakefile logic.Mike McQuaid
This avoids a `rake` dependency in the Gemfile and an unnecessary shell out.
2017-01-26*/Gemfile*: remove rake, version pins, master simplecov.Mike McQuaid
We’re upgrading SimpleCov to 0.13.0 so let’s update the rest of our gems while we’re at it.
2017-01-25Merge pull request #1911 from reitermarkus/cleanup-cask-testsMarkus Reiter
Cleanup Cask test directory.
2017-01-25Merge pull request #1912 from omegahm/update-readme-linkMike McQuaid
Update outdated link
2017-01-25Update outdated linkMads Ohm Larsen
2017-01-25Remove `:console` task from Cask’s Rakefile.Markus Reiter
2017-01-25Remove Cask’s `.gitattributes`.Markus Reiter
2017-01-25Remove Cask’s `test` ReadMe.Markus Reiter
2017-01-25Merge pull request #1910 from reitermarkus/refactor-tests-cask-loaderMarkus Reiter
Move Cask fixtures to `test/support/fixtures`.
2017-01-25Move Cask fixtures to `test/support/fixtures`.Markus Reiter
2017-01-25Merge pull request #1909 from MikeMcQuaid/language_module_requirement_fixMike McQuaid
language_module_requirement: use arrays.
2017-01-25official_taps: remove x11.Mike McQuaid
2017-01-25language_module_requirement: use arrays.Mike McQuaid
This is cleaner, easier to understand how the arguments are split and fixes #1799.
2017-01-25Merge pull request #1901 from alyssais/patch-1Mike McQuaid
man: remove an unnecessary `else`
2017-01-25Merge pull request #1839 from justinmayer/persistent-configurationMike McQuaid
Add docs on persisting settings across upgrades
2017-01-25Merge pull request #1902 from MikeMcQuaid/caveats-keg-onlyMike McQuaid
caveats: tweak keg-only messaging.
2017-01-25official_taps: remove completions, python.Mike McQuaid
2017-01-25caveats: tweak keg-only messaging.Mike McQuaid
Slim down the existing text and make it more obvious what's happening. Note specifically how to add it to your PATH to convince people to try that instead of `brew link --force`.
2017-01-24Allow overriding MacOS.version.Markus Reiter
2017-01-24Merge pull request #1885 from alyssais/remove_1.8.7Alyssa Ross
Remove some remnants of Ruby 1.8.7 support
2017-01-24tests: give `e` helper in UtilTests a better nameAlyssa Ross
2017-01-24tests: add some emoji tests đź’ŻAlyssa Ross
2017-01-24Merge pull request #1903 from MikeMcQuaid/minimum-clt-versionMike McQuaid
xcode: reduce minimum CLT version.
2017-01-23xcode: reduce minimum CLT version.Mike McQuaid
This should be 1.0.0 to be nicer to 10.7 users. Fixes #1893.