| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-23 | correct an indent | Adam Vandenberg | |
| 2013-04-07 | Unify indentation of access modifiers | Jack 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-11 | patches.rb: Generalize File recognition | Charlie 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-12 | Refactor `brew audit` | Jack Nagel | |
| 2012-05-03 | Fix brew audit | Adam Vandenberg | |
| 2012-05-02 | patches - support detection of compression types | Adam Vandenberg | |
| 2012-04-04 | patches.rb: Fix warning thrown by Ruby 1.8.6 | Charlie Sharpsteen | |
| Need to be consistent with use of parenthesis in functions. | |||
| 2012-03-21 | Patch: expose download_filename | Adam Vandenberg | |
| 2012-03-20 | Generate unique patch filenames | janv | |
| Closes #11098. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2012-03-19 | Add Patches class | Adam Vandenberg | |
