aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask
AgeCommit message (Expand)Author
2016-11-03Correct a few typosMandar Gokhale
2016-10-29Move `vendor/bundle` up one level to `HOMEBREW_LIBRARY_PATH`.Markus Reiter
2016-10-29Merge pull request #1361 from jawshooah/cask/refactor-auditorJosh Hagins
2016-10-25Open incomplete download in append modebuo
2016-10-24Merge pull request #1342 from reitermarkus/fixturesMarkus Reiter
2016-10-24Merge pull request #1334 from jawshooah/cask/fix-tap-regexJosh Hagins
2016-10-24Move cask fixtures to `test/fixtures/cask`.Markus Reiter
2016-10-24hbc/qualified_token: use regex captures instead of String#splitJosh Hagins
2016-10-24hbc/auditor: refactor and fix bugJosh Hagins
2016-10-24Merge pull request #1252 from niw/fix_cask_command_changes_entire_directory_o...Josh Hagins
2016-10-24Merge pull request #1248 from Git-Jiro/add_reinstall_cmd_to_caskJosh Hagins
2016-10-23hbc/qualified_token: simplify token parsingJosh Hagins
2016-10-23Merge pull request #1355 from reitermarkus/fix-depends-on-testJosh Hagins
2016-10-23Merge pull request #1357 from reitermarkus/refactor-accessibility-testJosh Hagins
2016-10-23Merge pull request #1358 from reitermarkus/refactor-audit-testJosh Hagins
2016-10-23Merge pull request #1359 from reitermarkus/refactor-dsl-testJosh Hagins
2016-10-23Merge pull request #1360 from reitermarkus/refactor-installer-testJosh Hagins
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-23Use proper path to `caskroom/cask` tap in `test_helper`.Markus Reiter
2016-10-23Add dictionary artifactEitot
2016-10-23Fix failing test caused by `repo_info`.Markus Reiter
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-23Remove unncessary semicolonMartin Schimandl
2016-10-20Merge pull request #1329 from jawshooah/cask/cleanup-testsJosh Hagins
2016-10-20Fix code coverage issue by introducing shutup blocksMartin Schimandl
2016-10-20Merge pull request #1330 from reitermarkus/spec-helperMarkus Reiter
2016-10-19cask/test: remove compliance_testJosh Hagins