mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
Currently, Casks names are constrained by the need to form valid Ruby class names. This change enables a new syntax, in which the first line of a Cask will read like ```ruby cask :v1 => 'my-app' do ``` where :v1 refers to the version of the DSL spec. |
||
|---|---|---|
| .. | ||
| gone.rb | ||
| path_base.rb | ||
| path_slash_optional.rb | ||
| path_slash_required.rb | ||
| tapped.rb | ||
| tapped_qualified.rb | ||
| untapped_qualified.rb | ||
| uri.rb | ||