homebrew-cask-versions/lib/cask/source
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
..
gone.rb support non-ruby-backed casks 2013-12-05 20:10:19 -06:00
path.rb pull cask loading out into classes 2013-11-16 13:40:51 -06:00
tapped.rb handle fully-qualified cask names, fixes #2235 2014-01-04 07:14:35 -05:00
tapped_qualified.rb handle fully-qualified cask names, fixes #2235 2014-01-04 07:14:35 -05:00
untapped_qualified.rb handle fully-qualified cask names, fixes #2235 2014-01-04 07:14:35 -05:00
uri.rb pull cask loading out into classes 2013-11-16 13:40:51 -06:00