| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-30 | pour_bottle?: Check bottle.compatible_cellar? | Shaun Jackman | |
| formula.bottled? is false when the bottle has no sha256, as with a local bottle. | |||
| 2017-09-30 | add available languages to cask info command | Adam Smith | |
| add language tests for dsl add fixtures, tests for languages info output add extra lines | |||
| 2017-10-01 | Add audit warning if previous Cask version cannot be read. | Markus Reiter | |
| 2017-09-29 | Use `PATH` where possible. | Markus Reiter | |
| 2017-09-29 | brew: handle Ruby 2.3 more gracefully. | Mike McQuaid | |
| - `brew.rb` needed updated to fail unless on Ruby 2.3 - `brew update` should unset `HOMEBREW_RUBY_PATH` to ensure that this doesn't "stick" on a Ruby 2.0 version after a portable Ruby has been installed. | |||
| 2017-09-29 | Merge pull request #3234 from reitermarkus/locale | Vítor Galvão | |
| Support UN M.49 region codes. | |||
| 2017-09-29 | Merge pull request #3236 from MikeMcQuaid/audit-official-taps-shadow | Mike McQuaid | |
| audit: don't care about shadowing official taps. | |||
| 2017-09-29 | audit: don't care about shadowing official taps. | Mike McQuaid | |
| We're trying to import all of these formulae anyway. | |||
| 2017-09-29 | Merge pull request #3176 from sjackman/bottle-formula | Mike McQuaid | |
| BottleLoader: Use the formula stored in the bottle | |||
| 2017-09-29 | Merge pull request #3230 from maxim-belkin/stop-early | Mike McQuaid | |
| install.rb: stop early when there are no formulae to be installed | |||
| 2017-09-29 | Merge pull request #3195 from reitermarkus/fix-language_eval | Markus Reiter | |
| Fail if no default language is specified. | |||
| 2017-09-29 | Merge pull request #3221 from yzguy/asmith/cask-language-manpage | Markus Reiter | |
| add --language to brew-cask manpage | |||
| 2017-09-29 | Fail if no default language is specified. | Markus Reiter | |
| 2017-09-29 | Support UN M.49 region codes. | Markus Reiter | |
| 2017-09-28 | add --language to brew-cask manpage | Adam Smith | |
| 2017-09-28 | FormulaInstaller: Warn when tap version is newer | Shaun Jackman | |
| Warn if a more recent version of this formula is available in the tap. | |||
| 2017-09-28 | Fix installing a local bottle from source | Shaun Jackman | |
| Factor Utils::Bottles.formula_contents out of BottleLoader. | |||
| 2017-09-28 | BottleLoader: Use the formula stored in the bottle | Shaun Jackman | |
| 2017-09-28 | testball_bottle-0.1: Add the formula to the bottle | Shaun Jackman | |
| Update the SHA-256. | |||
| 2017-09-28 | pour_bottle?: Fix when formula.bottle is nil | Shaun Jackman | |
| formula.bottle is nil when bottle.compatible_cellar? is false. Use formula.bottle_specification.compatible_cellar? rather than formula.bottle.compatible_cellar?. | |||
| 2017-09-28 | install.rb: stop early if there are no formulae to be installed | Maxim Belkin | |
| 2017-09-28 | Fix regex style | Mike McQuaid | |
| 2017-09-27 | Merge branch 'master' into check-for-master-no-refactor | Ben Muschol | |
| 2017-09-27 | Implement changes | Ben Muschol | |
| 2017-09-27 | receipt_path: Ensure the bottle contains INSTALL_RECEIPT.json | Shaun Jackman | |
| 2017-09-27 | Cask dsl caveats: bump java version to 9 | commitay | |
| 2017-09-27 | Revert "Added tests for os/mac/keg" | ilovezfs | |
| 2017-09-27 | Revert "mach: Avoid reopening the file for relocation" | ilovezfs | |
| 2017-09-27 | Revert "keg_relocate: use correct number of arguments in call to ↵ | ilovezfs | |
| change_install_name" | |||
| 2017-09-26 | Merge pull request #3079 from mansimarkaur/os_keg | William Woodruff | |
| Added tests for os/mac/keg | |||
| 2017-09-26 | keg_relocate: fix call to change_install_name | Steven Peters | |
| During the changes to macho file relocation refactoring in #3101, #3138, and #3139, the number of arguments to the mach::change_install_name function changed from 3 to 2, but there was still an instance of the function being called with the wrong number of arguments. | |||
| 2017-09-26 | test: Tests for os/mac/keg | mansimarkaur | |
| 2017-09-25 | bump-formula-pr: fix duplicates check | ilovezfs | |
| `return unless pull_requests && !pull_requests.empty?` and `return unless pull_requests&.empty?` are not equivalent. | |||
| 2017-09-25 | Merge pull request #3139 from woodruffw/macho-use-object | William Woodruff | |
| mach: Avoid reopening the file for relocation | |||
| 2017-09-25 | mach: Avoid reopening the file for relocation | William Woodruff | |
| This commit allows the relocation code to perform install name and dylib ID changes without reopening the file separately. | |||
| 2017-09-25 | Merge pull request #3183 from MikeMcQuaid/rubocop-upgrade | Mike McQuaid | |
| Rubocop: 0.50.0 and Ruby 2.3 | |||
| 2017-09-25 | Merge pull request #3211 from MikeMcQuaid/portable-ruby-coverage1.3.4 | Mike McQuaid | |
| portable-ruby: use rebuild with coverage support. | |||
| 2017-09-25 | portable-ruby: use rebuild with coverage support. | Mike McQuaid | |
| This will allow `simplecov` to generate coverage by rebuilding portable Ruby with coverage support. | |||
| 2017-09-25 | os/mac/version: allow leopard_64_or_later bottles. | Mike McQuaid | |
| 2017-09-25 | portable-ruby: fix installation on Leopard. | Mike McQuaid | |
| Download it insecurely there and require `rubygems` for `Gem::Version`. | |||
| 2017-09-25 | vendor-install: output only to stderr. | Mike McQuaid | |
| This avoids causing errors in scripts that call e.g. `brew --prefix`. | |||
| 2017-09-24 | Rubocop: manual rule fixes. | Mike McQuaid | |
| 2017-09-24 | Rubocop: automatic rule fixes. | Mike McQuaid | |
| 2017-09-24 | Rubocop 0.50 and target 2.3. | Mike McQuaid | |
| 2017-09-24 | Merge pull request #3206 from MikeMcQuaid/utils-git-cache-less | Mike McQuaid | |
| utils/git: cache less aggressively. | |||
| 2017-09-24 | utils/git: cache less aggressively. | Mike McQuaid | |
| This should avoid weird test ordering failures with specs on Linux (but there's no real reason this can't occur on macOS too). | |||
| 2017-09-24 | audit: also skip homebrew/science duplicates found by search_taps | ilovezfs | |
| Follow-up to #3202. | |||
| 2017-09-23 | audit: don't check for homebrew/science duplicates | ilovezfs | |
| It's just noise to turn the migration PRs red over expected duplicates. | |||
| 2017-09-23 | Merge pull request #3201 from MikeMcQuaid/git-coretap-tests | Mike McQuaid | |
| utils/git: don't fail when CoreTap is untapped. | |||
| 2017-09-23 | utils/git: don't fail when CoreTap is untapped. | Mike McQuaid | |
| This produces test failures on Linux where we intentionally avoid having it tapped. | |||
