| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-25 | Merge pull request #3361 from MikeMcQuaid/lines_cop_clang | Mike McQuaid | |
| lines_cop: fix clang detection. | |||
| 2017-10-24 | Merge pull request #3349 from reitermarkus/rubocop-0.51 | Markus Reiter | |
| Rubocop 0.51 | |||
| 2017-10-24 | Merge pull request #3306 from amyspark/hacktoberfest-quash-cask-help | Markus Reiter | |
| Fixes querying Cask commands' help | |||
| 2017-10-24 | Update `rubocop-cask` to `0.15.0`. | Markus Reiter | |
| 2017-10-24 | Add missing `require "forwardable"`. | Markus Reiter | |
| 2017-10-24 | Use `/` to join path. | Markus Reiter | |
| 2017-10-24 | Remove usless comments. | Markus Reiter | |
| 2017-10-24 | Don't `require "thread"`. | Markus Reiter | |
| 2017-10-24 | Include `FileUtils` in `spec_helper`. | Markus Reiter | |
| 2017-10-24 | Refactor and fix RuboCop specs. | Markus Reiter | |
| 2017-10-24 | Update to RuboCop 0.51. | Markus Reiter | |
| 2017-10-24 | lines_cop: fix clang detection. | Mike McQuaid | |
| We only care about e.g. `gcc`/`llvm-gcc`/`clang` being at the beginning of a `system` call and not anywhere within the string. | |||
| 2017-10-24 | brew style fixes | L. E. Segovia | |
| 2017-10-24 | Simplify cask help check | L. E. Segovia | |
| 2017-10-24 | github: require formula name to be in issue title | ilovezfs | |
| 2017-10-24 | Merge pull request #3313 from ↵ | Mike McQuaid | |
| GauthamGoli/audit_line_rubocop_part_4_rebase_attempt_1 audit: Port line_problems to rubocop and add tests part 4 | |||
| 2017-10-24 | Merge pull request #3345 from maxim-belkin/coffee-leaves | Mike McQuaid | |
| leaves: account for requirements | |||
| 2017-10-24 | Merge pull request #3358 from maxim-belkin/build-env2 | Mike McQuaid | |
| build_environment: add Linux-specific environment variables | |||
| 2017-10-22 | Merge pull request #3350 from DomT4/gpg_executable | Mike McQuaid | |
| gpg: a little intentional yak shaving | |||
| 2017-10-22 | Merge pull request #3337 from sjackman/pull | Mike McQuaid | |
| pull: Fix pull --bottle 1234 | |||
| 2017-10-22 | pull: Fix pull --bottle 1234 | Shaun Jackman | |
| Fix the error: Error: undefined method `casecmp' for nil:NilClass | |||
| 2017-10-22 | gpg2_requirement: use direct 'available?' logic | Dominyk Tiller | |
| 2017-10-22 | gpg: make executable a function, not a constant | Dominyk Tiller | |
| It's a lot nicer to call `Gpg.executable` rather than `Gpg::GPG_EXECUTABLE` externally. Also squash some logic. | |||
| 2017-10-21 | Actually check that the command name was set before adding it to args | L. E. Segovia | |
| 2017-10-21 | Merge pull request #3347 from DomT4/apfs_diagnostic | Mike McQuaid | |
| diagnostic: handle APFS returning hash order | |||
| 2017-10-21 | Merge branch 'master' into audit_line_rubocop_part_4_rebase_attempt_1 | Gautham Goli | |
| 2017-10-21 | lines_cop: Refactor to multiple cops and fix style violations | Gautham Goli | |
| 2017-10-20 | Fix brew style errors | L. E. Segovia | |
| 2017-10-20 | diagnostic: handle APFS returning hash order | Dominyk Tiller | |
| 2017-10-21 | Merge branch 'master' into audit_line_rubocop_part_4_rebase_attempt_1 | Gautham Goli | |
| 2017-10-20 | Let Cask handle the -h flag | L. E. Segovia | |
| 2017-10-20 | leaves: account for requirements | Maxim Belkin | |
| 2017-10-20 | Update `rubocop-cask` version. | Markus Reiter | |
| 2017-10-20 | Merge pull request #3335 from JCount/xcode-9.0.1 | Mike McQuaid | |
| xcode: update to Xcode 9.0.1 on 10.12 and 10.13 | |||
| 2017-10-20 | Merge pull request #3304 from richiethomas/refactor_uses | Mike McQuaid | |
| In 'readall.rb', replaced multi-step 'each' loop with one-line method chain of Ruby enumerator methods | |||
| 2017-10-20 | Fix ternary condition style | L. E. Segovia | |
| 2017-10-20 | Remove memoization from uses.rb, as it doesn't result in the expected time ↵ | richiethomas | |
| complexity savings | |||
| 2017-10-20 | Print only the offending command instead of the whole Cask command | L. E. Segovia | |
| 2017-10-20 | Merge pull request #3319 from reitermarkus/squiggly-heredocs | Mike McQuaid | |
| Use “squiggly” heredocs. | |||
| 2017-10-20 | Merge pull request #3334 from DomT4/ds_store_is_not_a_command | Mike McQuaid | |
| commands: filter out dotfiles from output | |||
| 2017-10-20 | commands: tweak find_internal_commands. | Mike McQuaid | |
| Use a more typical Ruby style. | |||
| 2017-10-20 | Merge pull request #3302 from maxim-belkin/readall-multiple-taps | Mike McQuaid | |
| readall: allow readall-ing multiple taps at once | |||
| 2017-10-19 | build_environment: Linux env vars | Maxim Belkin | |
| 2017-10-19 | xcode: update to Xcode 9.0.1 on 10.12 and 10.13 | JCount | |
| 2017-10-18 | Fix brew style warnings | richiethomas | |
| 2017-10-18 | PR feedback- replace '#{HOMEBREW_LIBRARY}/Homebrew/**/*.rb' with ↵ | richiethomas | |
| '#{HOMEBREW_LIBRARY_PATH}/**/*.rb' | |||
| 2017-10-18 | Remove /cask/ from readall file filter | richiethomas | |
| 2017-10-18 | Merge pull request #3279 from sjackman/pull | Mike McQuaid | |
| Support `brew pull --bottle` for taps in organizations other than Homebrew | |||
| 2017-10-18 | readall: update documentation | Maxim Belkin | |
| 2017-10-18 | Merge pull request #3332 from sjackman/setup-ruby-path | Mike McQuaid | |
| setup-ruby-path: Ensure that Ruby is installed | |||
