8 Commits

Author SHA1 Message Date
Charlie Sharpsteen
ea593cf61c patches.rb: Generalize File recognition
Extend patch case statements for files to objects inheriting from `IO`, which
includes `File`, or `StringIO` which is used by the external command
`brew-unpack` to store `DATA` sections loaded from Formula files.
2012-09-11 22:37:07 -07:00
Jack Nagel
f970f9ec60 Refactor brew audit 2012-08-12 13:58:14 -05:00
Adam Vandenberg
fc77a38d03 Fix brew audit 2012-05-03 20:22:47 -07:00
Adam Vandenberg
e8c0b01f24 patches - support detection of compression types 2012-05-02 19:57:33 -07:00
Charlie Sharpsteen
7ffa831718 patches.rb: Fix warning thrown by Ruby 1.8.6
Need to be consistent with use of parenthesis in functions.
2012-04-04 08:28:15 -07:00
Adam Vandenberg
897b7c2367 Patch: expose download_filename 2012-03-21 12:12:10 -07:00
janv
54f1837d23 Generate unique patch filenames
Closes Homebrew/homebrew#11098.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-20 19:24:58 -07:00
Adam Vandenberg
f6052e8cc4 Add Patches class 2012-03-19 18:50:17 -07:00