diff options
| author | Xu Cheng | 2015-07-21 21:57:14 +0800 | 
|---|---|---|
| committer | Xu Cheng | 2015-07-21 21:58:10 +0800 | 
| commit | 744de3008995bc17f4eef115d3302937cab447da (patch) | |
| tree | 1f044b78750455581de397fe4ede23df64dd33fa /Library/Homebrew/compat.rb | |
| parent | 5433203fb41f450f64e83b29467ac40863417230 (diff) | |
| download | brew-744de3008995bc17f4eef115d3302937cab447da.tar.bz2 | |
move deprecated codes into compat
Closes Homebrew/homebrew#41974.
Diffstat (limited to 'Library/Homebrew/compat.rb')
| -rw-r--r-- | Library/Homebrew/compat.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Homebrew/compat.rb b/Library/Homebrew/compat.rb index 9c9ad8296..47bc3412f 100644 --- a/Library/Homebrew/compat.rb +++ b/Library/Homebrew/compat.rb @@ -6,3 +6,4 @@ require 'compat/macos'  require 'compat/md5'  require 'compat/requirements'  require 'compat/version' +require 'compat/download_strategy' | 
