index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
đș The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
cask
/
lib
/
hbc
/
cli
/
internal_stanza.rb
Age
Commit message (
Expand
)
Author
2017-11-28
Fix `_stanza` test.
Markus Reiter
2017-11-10
Remove (soon to be) obsolete check
Martin Schimandl
2017-11-10
Add line break to string
Martin Schimandl
2017-11-10
split string to stay below 80 characters per line
Martin Schimandl
2017-11-10
Refactor code to reduce characters per line
Martin Schimandl
2017-11-10
Reduce verbosity of artifacts hash
Martin Schimandl
2017-11-10
Remove unused variables. Refactor code
Martin Schimandl
2017-11-10
adapt internal_stanza command to work with SortedSet of Artifacts
Martin Schimandl
2017-11-10
Fix handling of artifact set
Martin Schimandl
2017-11-10
Remove obsolete code to fix tests.
Martin Schimandl
2017-11-10
internal_stanza.rb: Remove obsolete code. Improve detection of missing stanzas
Martin Schimandl
2017-11-10
combine errors to a single if-statement. fix spec test
Martin Schimandl
2017-11-10
Fix 'brew style' issues
Martin Schimandl
2017-11-10
Change behaviour of 'cask _stanza' command. Add tests for 'cask _stanza' command
Martin Schimandl
2017-11-10
Fix 'brew style' offenses
Martin Schimandl
2017-11-10
improve 'brew cask _stanza' by checking for known stanzas
Martin Schimandl
2017-09-11
Make Cask commands fail early if a Cask is not found.
Markus Reiter
2017-09-10
Fix `_stanza`.
Markus Reiter
2017-09-10
Treat every `Artifact` instance as a single artifact.
Markus Reiter
2017-06-13
Add `casks` method to iterate through arguments.
Markus Reiter
2017-05-22
Add `CLI::Options` DSL.
Markus Reiter
2017-05-22
Remove redundant `self.run` methods.
Markus Reiter
2017-05-22
Rename `Base` and `InternalUseBase`.
Markus Reiter
2017-05-22
Refactor `CLI::InternalStanza`.
Markus Reiter
2017-03-16
Replace `Hbc.load` with `CaskLoader.load`.
Markus Reiter
2017-02-10
Display message when running `brew cask _stanza` without arguments.
Markus Reiter
2017-01-23
cask - internal_stanza: use cask_tokens_from(args)
VĂtor GalvĂŁo
2017-01-23
cask - internal stanzas: lowercase help
VĂtor GalvĂŁo
2017-01-23
cask - internal_stanza: arguments to args
VĂtor GalvĂŁo
2016-10-23
Add dictionary artifact
Eitot
2016-10-23
Fix spacing and indentation.
Markus Reiter
2016-09-24
Cask: Use nested classes and modules.
Markus Reiter
2016-09-23
Run `rubocop âauto-correct`.
Markus Reiter
2016-08-19
init
AnastasiaSulyagina