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
/
dependency.rb
Age
Commit message (
Expand
)
Author
2013-09-27
Allow Dependency objects to be marshaled
Jack Nagel
2013-08-20
Avoid the need to compact the expanded deps array
Jack Nagel
2013-07-22
Update comment
Jack Nagel
2013-07-22
Check deps of satisfied deps
Jack Nagel
2013-06-27
Fix some #eql? correctness issues
Jack Nagel
2013-06-25
Uniqify tags when merging dependencies
Jack Nagel
2013-06-24
Copy env_proc when merging deps
Jack Nagel
2013-06-08
Use actual class of dep when recreating merged deps
Jack Nagel
2013-06-08
Merge repeated deps with differing options
Jack Nagel
2013-06-07
Add Dependency#inspect
Jack Nagel
2013-06-03
Allow explicit conversion of requirements to deps
Jack Nagel
2013-06-03
Python 2.x and 3.x support
Samuel John
2013-05-25
Dependency: use instanceof? in eql?
Jack Nagel
2013-05-10
Refactor Dependency.expand
Jack Nagel
2013-05-06
Reduce allocations in dependency construction
Jack Nagel
2013-01-31
Update documentation for Dependency.expand
Jack Nagel
2013-01-27
Extract unsatisfied dependency logic from installer
Jack Nagel
2013-01-26
Split dependency classes into separate files
Jack Nagel