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
/
formulary.rb
Age
Commit message (
Expand
)
Author
2014-06-20
Pass the requested spec into the formula instance
Jack Nagel
2014-06-15
Handle illegal constant names when fetching remote formulae
Jack Nagel
2014-06-14
Revert "Only do formula class sanity checks once"
Jack Nagel
2014-06-09
Only do formula class sanity checks once
Jack Nagel
2014-05-16
Print debug messages to stderr
Geoff Nixon
2014-05-02
add comment
Adam Vandenberg
2014-04-25
Yield absolute paths from find_formula
Jack Nagel
2014-04-24
Make the on-disk representation of taps unambiguous
Tsukasa OMOTO
2014-04-18
Handle formula URLs with query parameters. This is useful for fetching formul...
David Turner
2014-04-07
Restore recursive tap search
Jack Nagel
2014-04-06
Always resolve one symlink when loading formula files
Jack Nagel
2014-04-05
Implement canonical_name in Formulary
Jack Nagel
2014-04-05
Drop support for passing incomplete paths
Jack Nagel
2014-04-05
Extract alias resolution to a separate loader class
Jack Nagel
2014-04-05
Use StandardLoader when we know the path already
Jack Nagel
2014-04-05
Drop readable? check since we don't do that for any other case
Jack Nagel
2014-04-05
Simplify tap formula loading
Jack Nagel
2014-04-05
Pass path directly to StandardLoader when possible
Jack Nagel
2014-04-05
Eliminate repeated work in Formulary.factory
Jack Nagel
2014-04-05
Combine conditional branches that do the same thing
Jack Nagel
2014-04-05
FromPathLoader already calls expand_path
Jack Nagel
2014-04-05
Prefer File.extname to regexp
Jack Nagel
2014-04-03
Remove need for class name cache by only computing it once per formula
Jack Nagel
2014-03-07
Print loader class name in debug mode
Jack Nagel
2014-03-07
FormulaLoader: pull shared behavior into superclass
Jack Nagel
2014-02-28
Use File.expand_path
Jack Nagel
2014-02-28
Add custom exception for untapped formulae
Jack Nagel
2014-02-28
Use constant
Jack Nagel
2014-02-21
Avoid ancestors.include?, klass1 < klass2 is faster
Jack Nagel
2014-02-21
Cache generated class names
Jack Nagel
2014-02-21
Move Formula.class_s to Formulary
Jack Nagel
2014-02-20
Consistently pass path into Formula constructor
Jack Nagel
2014-02-19
Pass path into the Formula constructor
Jack Nagel
2014-02-19
Eliminate some Pathname -> String -> Pathname conversions
Jack Nagel
2014-02-19
Push expand_path call down into FromPathLoader
Jack Nagel
2013-12-09
versions: restore original constant
Jack Nagel
2013-09-26
Simplify setup for local bottle installation
Jack Nagel
2013-08-05
better debugging of failed formula loading
Camillo Lugaresi
2013-08-04
bottles: update version regex messaging.
Mike McQuaid
2013-07-18
Move getting formula names from bottles to method.
Mike McQuaid
2013-07-04
Formulary: fix incorrect bottle variable usage.
Mike McQuaid
2013-07-02
allow installation of formulae from the current folder
Adam Vandenberg
2013-06-30
Fix appending .rb to local formulae names
Adam Vandenberg
2013-06-30
Catch another name error
Adam Vandenberg
2013-06-29
Add 'unload'
Adam Vandenberg
2013-06-29
Formulary.factory always expects a string
Adam Vandenberg
2013-06-29
Use Formula Loaders
Adam Vandenberg
2013-06-29
Move Formula.factory into new Formulary module
Adam Vandenberg