aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/cli
AgeCommit message (Expand)Author
2016-12-05cask reinstall: use fetch and stage steps from #1620Raymond Wanyoike
2016-12-04cask reinstall: download and verify cask before uninstallRaymond Wanyoike
2016-11-28Fail if cask source already exists.Markus Reiter
2016-11-18Load cask file in `.metadata` directory directly.Markus Reiter
2016-11-15hbc/cmd/style: bump rubocop-cask to 0.10.6Josh Hagins
2016-11-13Update RuboCop to 0.45.0.Markus Reiter
2016-11-13Use guard clauses.Markus Reiter
2016-11-11Merge pull request #1475 from reitermarkus/fix-locationsMarkus Reiter
2016-11-10Disallow running `brew cask` as `root`.Markus Reiter
2016-11-10Remove unnecessary `Hbc::Locations` aliases.Markus Reiter
2016-10-24Merge pull request #1248 from Git-Jiro/add_reinstall_cmd_to_caskJosh Hagins
2016-10-23Fix linting errorsMartin Schimandl
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-23Remove unnecessary string interpolation.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-23Remove unncessary semicolonMartin Schimandl
2016-10-19hbc/cli/list: don't print empty line if nothing to listJosh Hagins
2016-10-19hbc/cli/list: don't require Caskroom to be initializedJosh Hagins
2016-10-19fix 'cask info' for external repos with numbersVinoth Ramiah
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-17hbc/cli/style: bump RUBOCOP_CASK_VERSIONJosh Hagins
2016-10-15Convert `puts_columns` to `puts Formatter.columns`.Markus Reiter
2016-10-15Don’t use `puts_columns` if `empty?` or single item.Markus Reiter
2016-10-14add cask reinstall commandMartin Schimandl
2016-10-07Remove license from all documentationDavid Yun
2016-10-02Change `A Cask for #{token} is already installed.` message.Markus Reiter
2016-10-01Add `Formatter` module.Markus Reiter
2016-10-01Refactor Tty.Markus Reiter
2016-09-28Update `rubocop-cask` to 0.10.0.Markus Reiter
2016-09-24Cask: Use nested classes and modules.Markus Reiter
2016-09-23Run `rubocop —auto-correct`.Markus Reiter
2016-09-19Make `HOMEBREW_PREFIX/Caskroom` the default.Markus Reiter
2016-09-05Remove `homebrew-fonts` hack from search.Markus Reiter
2016-09-05Add `cask_files` method to `Tap` class.Markus Reiter
2016-08-26Merge pull request #794 from AnastasiaSulyagina/ttyMike McQuaid
2016-08-24Merge pull request #803 from reitermarkus/heredoc-styleMarkus Reiter
2016-08-24Unify heredoc style.Markus Reiter
2016-08-23cask tty removedAnastasiaSulyagina
2016-08-23Allow per-cask `cleanup`.Markus Reiter
2016-08-20Remove LOAD_PATH warning from Hbc::CLI::Doctor.Markus Reiter
2016-08-19editsAnastasiaSulyagina
2016-08-19initAnastasiaSulyagina