homebrew-cask-versions/lib/cask/source
Roland Walker 3e2eafb636 forward-compatibility to remove naming limitations
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.
2014-07-28 13:36:44 -04:00
..
gone.rb show resolved Cask source file or URI w/ --debug 2014-06-03 10:38:49 -04:00
path_base.rb forward-compatibility to remove naming limitations 2014-07-28 13:36:44 -04:00
path_slash_optional.rb Don't prefer Cask files in the cwd 2014-06-03 10:33:19 -04:00
path_slash_required.rb Don't prefer Cask files in the cwd 2014-06-03 10:33:19 -04:00
tapped.rb show resolved Cask source file or URI w/ --debug 2014-06-03 10:38:49 -04:00
tapped_qualified.rb Adapt to homebrew's move of the tap directory 2014-04-26 09:42:16 -04:00
untapped_qualified.rb memoize all_tapped_cask_dirs 2014-05-15 16:49:43 -04:00
uri.rb isolate ErrorDuringExecution rescue 2014-06-03 11:39:58 -04:00