brew/Library/Homebrew/compat.rb
Mike McQuaid 599ecc9b5a
Deprecate unused download strategies
Download the unused, private download strategies. These are a better fit
for being declared in the formulae and/or taps that use them rather than
in Homebrew/brew where they are unused by Homebrew maintainers or
official taps/formulae.
2018-10-19 10:48:52 +01:00

9 lines
228 B
Ruby

require "compat/os/mac"
require "compat/dependable"
require "compat/dependency_collector"
require "compat/download_strategy"
require "compat/fileutils"
require "compat/formula_support"
require "compat/cask"
require "compat/tap"