Move all code under an Hbc:: namespace

* convert existing Cask:: namespace to Hbc::
* move Homebrew-fork code under Hbc::
* move freestanding classes such as Tty and TopologicalHash under Hbc::
* recast HOMEBREW_CASK_ constants as HBC_
* modify our Homebrew Formula for backward compatibility
* devscripts and dev docs
This commit is contained in:
Roland Walker
2015-01-02 07:27:03 -05:00
parent e83b90d4d7
commit 202d6019f8
214 changed files with 1591 additions and 1575 deletions
+2 -2
View File
@@ -14,9 +14,9 @@ require 'rubygems'
### configurable constants
###
VERSION_FILE = 'lib/cask/version.rb'
VERSION_FILE = 'lib/hbc/version.rb'
VERSION_PAT = %r[\d+\.\d+\.\d+]i
VERSION_CONSTANT_NAME = 'HOMEBREW_CASK_VERSION'
VERSION_CONSTANT_NAME = 'HBC_VERSION'
###
### methods