homebrew-cask-versions/lib
Roland Walker b88bf787e0 handle fully-qualified cask names, fixes #2235
form "<user>/<repo>/<cask>" may be used on cmdline, matching homebrew
- refactor Cask::Source::Tap into Cask::Source::Tapped, removing
  code, only handling unqualified cask names here now (ie no slash)
- create Cask::Source::TappedQualified, handling "<user>-<repo>/<cask>"
  form as before, and new form "<user>/<repo>/<cask>", for the case that
  the relevant tap already exists
- create Cask::Source::UntappedQualified, handling both command-line
  forms as above, but implicitly creating adding a new tap if it
  does not already exist
- add module Cask::QualifiedCaskName for utility functions on qualified
  Cask names
2014-01-04 07:14:35 -05:00
..
cask handle fully-qualified cask names, fixes #2235 2014-01-04 07:14:35 -05:00
plist more robust plist parsing, and better error handling 2013-11-03 13:07:18 -06:00
cask.rb handle fully-qualified cask names, fixes #2235 2014-01-04 07:14:35 -05:00