aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/patches.rb
AgeCommit message (Collapse)Author
2013-05-23correct an indentAdam Vandenberg
2013-04-07Unify indentation of access modifiersJack Nagel
These are class method calls, not some special keyword, and should be indented as such (also all standard Ruby indenters do this).
2012-09-11patches.rb: Generalize File recognitionCharlie Sharpsteen
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-08-12Refactor `brew audit`Jack Nagel
2012-05-03Fix brew auditAdam Vandenberg
2012-05-02patches - support detection of compression typesAdam Vandenberg
2012-04-04patches.rb: Fix warning thrown by Ruby 1.8.6Charlie Sharpsteen
Need to be consistent with use of parenthesis in functions.
2012-03-21Patch: expose download_filenameAdam Vandenberg
2012-03-20Generate unique patch filenamesjanv
Closes #11098. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-19Add Patches classAdam Vandenberg