aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2016-10-23Merge pull request #1360 from reitermarkus/refactor-installer-testJosh Hagins
Refactor Installer test.
2016-10-23Merge pull request #1356 from reitermarkus/refactor-url-checker-testJosh Hagins
Refactor Hbc::UrlChecker test.
2016-10-24Refactor Installer test.Markus Reiter
2016-10-23Refactor Audit test.Markus Reiter
2016-10-23Refactor DSL test.Markus Reiter
2016-10-23Refactor accessibility test.Markus Reiter
2016-10-23Update Gemfile dependencies.Markus Reiter
2016-10-23Refactor Hbc::UrlChecker test.Markus Reiter
2016-10-23Fix locally failing `depends_on` test.Markus Reiter
2016-10-23Fix linting errorsMartin Schimandl
2016-10-23Add documentation for cask reinstall commandMartin Schimandl
2016-10-23Merge pull request #1353 from reitermarkus/fix-linked-caskroom-tapMarkus Reiter
Use proper path to `caskroom/cask` tap in `test_helper`.
2016-10-23Use proper path to `caskroom/cask` tap in `test_helper`.Markus Reiter
2016-10-23Merge pull request #1350 from Eitot/dictionaryJosh Hagins
Cask: add dictionary artifact
2016-10-23Add dictionary artifactEitot
2016-10-23Merge pull request #1352 from reitermarkus/fix-repo-infoMarkus Reiter
Fix failing test caused by `repo_info`.
2016-10-23Fix failing test caused by `repo_info`.Markus Reiter
2016-10-23Merge pull request #1266 from reitermarkus/rubocopMarkus Reiter
Remove Cask’s RuboCop configuration.
2016-10-23Auto-correct block delimiters.Markus Reiter
2016-10-23Avoid empty rescue.Markus Reiter
2016-10-23Remove unnecessary string interpolation.Markus Reiter
2016-10-23Use double quotes.Markus Reiter
2016-10-23Use short-style lambdas.Markus Reiter
2016-10-23Use guard clauses.Markus Reiter
2016-10-23Remove redundant `self`s.Markus Reiter
2016-10-23Fix spacing and indentation.Markus Reiter
2016-10-23Don’t use `%i` literal.Markus Reiter
2016-10-23Align `end` with beginning of line where `if/unless` is.Markus Reiter
2016-10-23Use `()` as delimiters for `%Q` and `%q` literals.Markus Reiter
2016-10-23Use slash-delimited regular expressions.Markus Reiter
2016-10-23Use `0`-only prefix for octal numbers.Markus Reiter
2016-10-23Remove Cask’s RuboCop configuration.Markus Reiter
2016-10-23Bring `spec_helper` in line with `test_helper`.Markus Reiter
2016-10-23Remove `test_cask`, `fake_fetcher`, and `fake_response_for` methods.Markus Reiter
2016-10-23Use `test/lib/config` for tests.Markus Reiter
2016-10-23Merge pull request #1339 from reitermarkus/test-helperMarkus Reiter
Use `test/lib/config` for tests.
2016-10-23Merge pull request #1351 from jawshooah/brew-man-refactoringMike McQuaid
dev-cmd/man: use SOURCE_PATH instead of HOMEBREW_LIBRARY
2016-10-23Remove unncessary semicolonMartin Schimandl
2016-10-23dev-cmd/man: use SOURCE_PATH instead of HOMEBREW_LIBRARYJosh Hagins
Don't Repeat Yourself.
2016-10-22Merge pull request #1346 from MikeMcQuaid/more-rubocop-tweaksMike McQuaid
More Rubocop tweaks.
2016-10-22More Rubocop tweaks.Mike McQuaid
- Don't enforce hash rockets on external commands. - Enabled accidentally disabled ParenthesesAsGroupedExpression.
2016-10-22Merge pull request #1345 from MikeMcQuaid/rubocop-styleMike McQuaid
Update Rubocop style.
2016-10-22Merge pull request #1305 from apjanke/prune-build-deps-of-depsMike McQuaid
install: prune build-only deps of deps
2016-10-22Merge pull request #1331 from vladshablinsky/fix-outdated-group-byMike McQuaid
cmd/outdated: group specs of same formula
2016-10-22Merge pull request #1333 from vladshablinsky/compare-names-not-formulaeMike McQuaid
Compare names not formulae
2016-10-22Merge pull request #1310 from MikeMcQuaid/changelogMike McQuaid
Add `brew release-notes` developer command.
2016-10-22Update Rubocop style.Mike McQuaid
Another look at the current Rubocop rules and how they fit with our existing and desired future style. Almost all of these changes were automatic. Split some rules between formulae/brew where brew doesn't have millions of cases that need fixed.
2016-10-22Add `brew release-notes` developer command.Mike McQuaid
Outputs the merged pull requests on Homebrew/brew between two Git refs.
2016-10-21Bring `spec_helper` in line with `test_helper`.Markus Reiter
2016-10-21Remove `test_cask`, `fake_fetcher`, and `fake_response_for` methods.Markus Reiter