mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00

The classes better reflect their contents. I'm sure this change may be contentious, but I am a sucker for trying to create source bases that are easy to get to grips with and easy to navigate. brewkit.rb is now a deprecated file.
5 lines
147 B
Ruby
5 lines
147 B
Ruby
require 'utils'
|
|
opoo "brewkit.rb is deprecated please require 'formula' instead"
|
|
puts "This file will be removed at version 0.7"
|
|
require 'formula'
|