aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/dsl
AgeCommit message (Collapse)Author
2017-11-28Only show `kext` caveat on High Sierra or above.Markus Reiter
2017-11-28Refactor caveats and add `kext` caveat.Markus Reiter
2017-11-06Refactor `DependsOn` with `DelegateClass`.Markus Reiter
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-10-04Refactor DSL and Artifacts.Markus Reiter
2017-10-03Remove `UnderscoreSupportingURI`.Markus Reiter
2017-09-27Cask dsl caveats: bump java version to 9commitay
2017-09-24Rubocop: manual rule fixes.Mike McQuaid
2017-09-10Treat every `Artifact` instance as a single artifact.Markus Reiter
2017-08-20Merge pull request #3001 from reitermarkus/cask-conflicts-withMarkus Reiter
Implement `conflicts_with :cask`.
2017-08-08Simplify CurlDownloadStrategy.Markus Reiter
2017-08-07Revert "Refactor SVN and cURL download strategies."ilovezfs
2017-08-07Simplify CurlDownloadStrategy.Markus Reiter
2017-08-05Implement `conflicts_with :cask`.Markus Reiter
2017-06-30Refactor Formula/Cask dependencies.Markus Reiter
2017-06-01Fix curl invocation in Hbc::DSL::Appcast.Kiyoshi '13k' Murata
Fixes #2592
2017-04-21Validate `container :type`.Markus Reiter
2017-01-23Change regex to catch multi-line `pubDate` tags.Markus Reiter
2017-01-23Add internal command to calculate appcast checkpoint.Markus Reiter
2017-01-02cask depends_on arch: remove everything but 64-bit intelVĂ­tor GalvĂŁo
2016-11-10Remove unnecessary `Hbc::Locations` aliases.Markus Reiter
2016-10-23Fix locally failing `depends_on` test.Markus Reiter
2016-10-23Auto-correct block delimiters.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 slash-delimited regular expressions.Markus Reiter
2016-10-06Deprecate license stanzaDavid Yun
2016-10-03Add `language` stanza to cask DSL.Markus Reiter
2016-10-01Use Formatter for all URLs.Markus Reiter
2016-09-24Cask: Use nested classes and modules.Markus Reiter
2016-09-23Run `rubocop —auto-correct`.Markus Reiter
2016-08-19initAnastasiaSulyagina