aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc.rb
diff options
context:
space:
mode:
authorMarkus Reiter2017-12-03 09:06:23 +0100
committerMarkus Reiter2018-01-27 21:47:18 +0100
commit6760d26319c6fcbf8ba74bd737530adc7831da22 (patch)
treeac7fefe897fa1bc4eb50f74959fb215f292bd441 /Library/Homebrew/cask/lib/hbc.rb
parentd558ec09332c74927dfb9182b19e11c5a73d8b52 (diff)
downloadbrew-6760d26319c6fcbf8ba74bd737530adc7831da22.tar.bz2
Create `Hbc::Config` class.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc.rb')
-rw-r--r--Library/Homebrew/cask/lib/hbc.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cask/lib/hbc.rb b/Library/Homebrew/cask/lib/hbc.rb
index db036d279..d865b31f2 100644
--- a/Library/Homebrew/cask/lib/hbc.rb
+++ b/Library/Homebrew/cask/lib/hbc.rb
@@ -17,6 +17,7 @@ require "hbc/download_strategy"
require "hbc/exceptions"
require "hbc/installer"
require "hbc/locations"
+require "hbc/config"
require "hbc/macos"
require "hbc/pkg"
require "hbc/qualified_token"