aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_comparableset.rb
AgeCommit message (Expand)Author
2014-07-03Replace ComparableSet with a Requirements collectionJack Nagel
2014-06-18Use a custom test class so we can avoid monkeypatchingJack Nagel
2013-05-06Reduce allocations in dependency constructionJack Nagel
2013-04-08Fix argument order in test_comparablesetJack Nagel
2013-01-28Allow specifying a name attribute for X11DependencyJack Nagel
2013-01-27Update requireJack Nagel
2012-10-25ComparableSet#merge returns selfJack Nagel
2012-10-25Allow requirements to record tagsJack Nagel
2012-10-15Manage Requirements using ComparableSetMisty De Meo