aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2016-10-19cask/spec: replace with_env_var with with_environmentJosh Hagins
2016-10-19testing_env: extract with_environment to helper moduleJosh Hagins
2016-10-19Also use `which` to find `lsar` in PATH.Markus Reiter
2016-10-19fix 'cask info' for external repos with numbersVinoth Ramiah
fixes 2 issues: error when username has a number, correct url for repos not on github
2016-10-18brew.sh: tweak xcode hint to auto-accept licenseMatt Tagg
Small improvement to the xcode license hint. Reduces friction by allowing user to accept the license in a single step. Reference: http://apple.stackexchange.com/questions/175069/how-to-accept-xcode-license
2016-10-18Merge pull request #1317 from reitermarkus/refactor-rubocop-caskJosh Hagins
Refactor `brew cask style` not to require `.rubocop.yml`.
2016-10-18hbc/locations: arg is file only if absolute or .rb fileJosh Hagins
Handle the case when an argument passed to `brew cask` is both the name of a Cask and a non-Cask file in the current working directory. Fixes https://github.com/caskroom/homebrew-cask/issues/25611.
2016-10-18Remove Cask’s `which` method.Markus Reiter
2016-10-18Look for container extraction programs in PATH.Markus Reiter
2016-10-18Merge pull request #1318 from reitermarkus/refactor-cask-testsMarkus Reiter
Set `HOMEBREW_NO_EMOJI` and `HOMEBREW_CASK_OPTS` in `cask-tests`.
2016-10-18Force the use of `rubocop-cask`’s default configuration.Markus Reiter
2016-10-18Refactor `brew cask style` not to require `.rubocop.yml`.Markus Reiter
2016-10-18Set `HOMEBREW_NO_EMOJI` and `HOMEBREW_CASK_OPTS` in `cask-tests`.Markus Reiter
2016-10-18following to followNaren
2016-10-18remove empty line and concatenate newline to e.message in cli.rbNaren
2016-10-18updating DSL testNaren
2016-10-18updated cmd to point to prebug steps urlNaren
2016-10-18Merge pull request #1311 from MikeMcQuaid/audit-no-trailing-whitespaceMike McQuaid
audit: don't complain about trailing whitespace.
2016-10-18audit: don't complain about trailing whitespace.Mike McQuaid
This is handled by `brew style` now.
2016-10-17Merge pull request #1291 from Homebrew/cask/bump-rubocop-caskJosh Hagins
hbc/cli/style: bump RUBOCOP_CASK_VERSION
2016-10-17hbc/cli/style: bump RUBOCOP_CASK_VERSIONJosh Hagins
2016-10-17brew info: include options to dependencies in displayAndrew Janke
2016-10-17install: prune build-only deps of depsAndrew Janke
This avoids needlessly installing build-time dependencies of dependencies which are not themselves being built from source.
2016-10-17Formatter: identifier: only reset color, not full stylingAndrew Janke
2016-10-16Merge pull request #1298 from tdsmith/no-no-bad-unicodeTim D. Smith
Don't choke on invalid UTF-8 in `file` output
2016-10-16scm/git: more old OS X versions tweaks.Mike McQuaid
- unset IFS to fix version parsing on older Bashes - reuse existing HOMEBREW_MACOS_VERSION if it’s available - set rather than unset popup_stub
2016-10-16Merge pull request #1303 from MikeMcQuaid/old-osx-git-shimMike McQuaid
shims/scm/git: fix on old OS X versions.
2016-10-16shims/scm/git: fix on old OS X versions.Mike McQuaid
On older versions of OS X (i.e. pre-Mavericks) `xcode-select` is not required to be set when using the CLT. Fix this behaviour so `brew update` doesn't tell everyone on that configuration to `brew install git`.
2016-10-16dependency_collector: need xz dep on <= macOS 10.8ilovezfs
Mountain Lion: http://opensource.apple.com/source/libarchive/libarchive-25.1/config.h `/* #undef HAVE_LIBLZMA */` Mavericks: http://opensource.apple.com/source/libarchive/libarchive-29/config.h `#define HAVE_LIBLZMA 1`
2016-10-15Explain why info could be nilTim D. Smith
2016-10-15Don't choke on invalid UTF-8 in `file` outputTim D. Smith
Sometimes `file` output contains data from the file under examination, which may include binary data that does not represent valid UTF-8 codepoints. String#split dies if it doesn't understand the encoding, so tell Ruby to treat `file` output as a bytestring.
2016-10-15Use SystemCommand.run instead of custom wrapper.Yoshimasa Niwa
There is an existing `SystemCommand.run` that executes command with `sudo`. Use that instead of yet another custom wrapper.
2016-10-15Merge pull request #1290 from maxnordlund/patch-1Mike McQuaid
Fix wrong ordering on when clauses in audit.rb
2016-10-15Fix when clause ordering.Max Nordlund
2016-10-15Move `Formatter.columns` into `utils/formatter`.Markus Reiter
2016-10-15Add test for `Formatter.columns`.Markus Reiter
2016-10-15Convert `puts_columns` to `puts Formatter.columns`.Markus Reiter
2016-10-15Use `proc` to fallback to `puts`.Markus Reiter
2016-10-15Fallback to `$stdout.tty?` unless `respond_to?(:tty?)`.Markus Reiter
2016-10-15Change test for `puts_columns` with empty input.Markus Reiter
2016-10-15Don’t use `puts_columns` if `empty?` or single item.Markus Reiter
2016-10-15`puts_columns` only has to be defined inside `module Kernel`.Markus Reiter
2016-10-15Refactor `puts_columns`.Markus Reiter
2016-10-15Merge pull request #1279 from MikeMcQuaid/use-tar-xzMike McQuaid
Use BSD tar's libarchive LZMA support if available
2016-10-15Use BSD tar's libarchive LZMA support if availableMike McQuaid
Avoid using an unnecessary `xz` dependency when it's not needed.
2016-10-15Improve integration command test case output.Mike McQuaid
2016-10-15Rename tap-readme command to tap-new.Mike McQuaid
Write the README but also a `.travis.yml` file (and in future perhaps a `Jenkinsfile`).
2016-10-15Merge pull request #1275 from woodruffw/goodbye-cctoolsMike McQuaid
formula_installer: Remove obsolete hard dependency on cctools.
2016-10-14Fix wrong ordering on when clauses in audit.rbMax Nordlund
It looks like a rebase/merge conflict remmenet.
2016-10-14add cask reinstall commandMartin Schimandl