index
:
homebrew
gh-pages
go
master
ranger-1.7.0
:beer: The missing package manager for OS X.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
patch.rb
Age
Commit message (
Expand
)
Author
2014-07-29
Simplify internal representation of patches
Jack Nagel
2014-07-29
Decouple DATA patches from the executing script
Jack Nagel
2014-07-28
Make Patch a module since it only has singleton methods
Jack Nagel
2014-07-28
Remove inheritance patch classes
Jack Nagel
2014-07-10
Fix method signature
Jack Nagel
2014-07-10
Legacy patches are never StringIOs
Jack Nagel
2014-07-01
Always use class.name to build inspect strings
Jack Nagel
2014-03-18
Remove redundant method
Jack Nagel
2014-03-18
Always use CurlDownloadStrategy for legacy patches
Jack Nagel
2014-03-15
Set patch name on initialization
Jack Nagel
2014-03-14
Remove use of Forwardable from ExternalPatch
Jack Nagel
2014-03-14
Ensure patch cache path is unique even when checksum is missing
Jack Nagel
2014-03-13
Add inspect methods to patch classes
Jack Nagel
2014-03-13
Drop version from cached patch filenames
Jack Nagel
2014-03-13
Teach audit about new patches implementation
Jack Nagel
2014-03-13
Teach fetch to download patches
Jack Nagel
2014-03-13
Enable new patch implementation with compatibility layer
Jack Nagel
2014-03-13
New patch implementation and DSL
Jack Nagel