| Age | Commit message (Collapse) | Author |
|
|
|
The keys of the hash are original file names, the values are new file
names. Originals are renamed, and then installed under the new name.
|
|
|
|
|
|
If you have a bunch of symlinks and they all point at one file and you use Pathname.install on them all the error checking would fail if the file was moved before the symlinks because the symlinks would then point at a non existent file.
|
|
|
|
Fixes Homebrew/homebrew#354
|
|
|
|
|
|
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.
|