aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib
AgeCommit message (Collapse)Author
2017-11-10Remove (soon to be) obsolete checkMartin Schimandl
Fix small typo
2017-11-10Add line break to stringMartin Schimandl
2017-11-10split string to stay below 80 characters per lineMartin Schimandl
2017-11-10Refactor code to reduce characters per lineMartin Schimandl
2017-11-10Reduce verbosity of artifacts hashMartin Schimandl
2017-11-10Remove unused variables. Refactor codeMartin Schimandl
2017-11-10adapt internal_stanza command to work with SortedSet of ArtifactsMartin Schimandl
2017-11-10Fix handling of artifact setMartin Schimandl
2017-11-10Remove obsolete code to fix tests.Martin Schimandl
2017-11-10internal_stanza.rb: Remove obsolete code. Improve detection of missing stanzasMartin Schimandl
internal_stanza_spec.rb: change do ... end blocks to { } blocks
2017-11-10combine errors to a single if-statement. fix spec testMartin Schimandl
2017-11-10Fix 'brew style' issuesMartin Schimandl
2017-11-10Change behaviour of 'cask _stanza' command. Add tests for 'cask _stanza' commandMartin Schimandl
2017-11-10Fix 'brew style' offensesMartin Schimandl
2017-11-10improve 'brew cask _stanza' by checking for known stanzasMartin Schimandl
2017-11-06Refactor `DependsOn` with `DelegateClass`.Markus Reiter
2017-11-03Merge pull request #3389 from amyspark/hacktoberfest-single-zapMarkus Reiter
Check that a single uninstall_* and zap stanza is defined
2017-11-02Fix last remaining style issuesL. E. Segovia
2017-11-01Turn ifs into multiple linesL. E. Segovia
2017-10-30Use #count, rewrite warning, and add pre/postflight checks tooL. E. Segovia
2017-10-30Fix `SystemCommand` without arguments.Markus Reiter
2017-10-28Check that a single uninstall_* and zap stanzas is definedL. E. Segovia
2017-10-24Merge pull request #3306 from amyspark/hacktoberfest-quash-cask-helpMarkus Reiter
Fixes querying Cask commands' help
2017-10-21Actually check that the command name was set before adding it to argsL. E. Segovia
2017-10-20Fix brew style errorsL. E. Segovia
2017-10-20Let Cask handle the -h flagL. E. Segovia
2017-10-20Fix ternary condition styleL. E. Segovia
2017-10-20Print only the offending command instead of the whole Cask commandL. E. Segovia
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-10-15Allow editing invalid Casks.Markus Reiter
2017-10-12Refactor `SystemCommand`.Markus Reiter
2017-10-12Remove unknown_command variableL. E. Segovia
2017-10-12Fixes help queryingL. E. Segovia
- If a non-existent command with a flag is queried to Cask, the latter is printed instead of the command - If the help from a not-yet-tapped cask's command is queried, it prints brew tap's help infinitely Fixes caskroom/homebrew-cask#28977
2017-10-11Properly handle special characters in file names.Markus Reiter
2017-10-08Fix regexes in `CaskLoader`.Markus Reiter
2017-10-07Merge pull request #3283 from reitermarkus/cask-loaderMarkus Reiter
Add helper method for Cask fixture paths and refactor CaskLoader.
2017-10-07Add helper method for Cask fixture paths and refactor CaskLoader.Markus Reiter
2017-10-07Merge pull request #3280 from commitay/cask-internal-auditMarkus Reiter
InternalAuditModifiedCask: audit renamed Casks
2017-10-07add pkg / binary commentcommitay
2017-10-07Cask AbstractArtifact: fix install ordercommitay
2017-10-07InternalAuditModifiedCask: audit renamed Caskscommitay
2017-10-04Don’t reorder “basic” artifacts.Markus Reiter
2017-10-04Directly save artifacts in DSL.Markus Reiter
2017-10-04Refactor DSL and Artifacts.Markus Reiter
2017-10-04Merge pull request #3259 from reitermarkus/underscore_supporting_uriMarkus Reiter
Remove `UnderscoreSupportingURI`.
2017-10-03Merge pull request #3256 from claui/pkg-unshadow-optionsMarkus Reiter
Unshadow `allow_untrusted` option for pkg artifact
2017-10-03Merge pull request #3220 from yzguy/yzguy/cask_available_languages_to_infoMarkus Reiter
add available languages to cask info command
2017-10-03Remove `UnderscoreSupportingURI`.Markus Reiter
2017-10-02Merge pull request #3255 from reitermarkus/summarizeMarkus Reiter
Add missing `summarize` method.
2017-10-02Merge pull request #3247 from reitermarkus/fix-trashMarkus Reiter
Fix `brew tests` leaving last file in trash.