aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2017-01-30Merge pull request #1931 from MikeMcQuaid/update-performs-migrations1.1.9Mike McQuaid
update: note migrations may be performed.
2017-01-30cleanup: consider version_schemeXu Cheng
`brew cleanup` should cleanup formulae which have the older version scheme.
2017-01-30Don’t use `assert_nil` in `tab_test`.Markus Reiter
2017-01-29Merge pull request #1914 from MikeMcQuaid/test-gem-updatesMike McQuaid
*/Gemfile*: remove rake, version pins, master simplecov.
2017-01-29update: note migrations may be performed.Mike McQuaid
As requested in https://github.com/Homebrew/homebrew-core/issues/9316.
2017-01-29Use dedicated upload_coverage script.Mike McQuaid
2017-01-28rubocop: automatically update rubocop_todo.ymlDominyk 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-27Revert "formula_cellar_checks: check for prefix/etc."Mike McQuaid
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-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-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-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 #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-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-23xcode: reduce minimum CLT version.Mike McQuaid
This should be 1.0.0 to be nicer to 10.7 users. Fixes #1893.
2017-01-23Merge pull request #1877 from ilovezfs/audit-wine-deps-exemptionMike McQuaid
audit: exempt wine's deps from the universal deprecation
2017-01-23man: remove an unnecessary `else`Alyssa Ross
`odie` causes the process to exit immediately, so there's no need for the `regenerate_man_pages` call to be conditional.
2017-01-23fileutils: update Ruby documentation URLAlyssa Ross
2017-01-23emoji: remove hack required for Ruby 1.8.7Alyssa Ross
Since this hack is no longer required, and `Emoji.tick` and `.cross` are only called in one place, I think it's better to just inline them there rather than having methods on `Emoji` that just return a one-character String.
2017-01-23Merge pull request #1890 from alyssais/global_teardown_envAlyssa Ross
tests: automatically restore ENV in teardown
2017-01-23Merge pull request #1899 from reitermarkus/fix-installerMarkus Reiter
Fix installer deleting artifacts if they already exist.
2017-01-23Merge pull request #1894 from reitermarkus/appcast-checkpoint1.1.8Markus Reiter
Add internal command to calculate appcast checkpoint.