aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-07-02Add a test that exercises the code in X11Dependency#satisfied?Jack Nagel
2014-07-01Fix typoJack Nagel
2014-07-01Use predicate methods instead of inspecting the tags arrayJack Nagel
2014-07-01Replace find_all + each with grepJack Nagel
2014-07-01X11Dependency objects: fix hash equalityJack Nagel
2014-07-01X11Dependency: use Version objectsJack Nagel
2014-07-01Use to_a definition from EnumerableJack Nagel
2014-07-01Use sort_by in missing deps doctor checkJack Nagel
2014-07-01Better Formula#inspect stringJack Nagel
2014-07-01Always use class.name to build inspect stringsJack Nagel
2014-07-01Use sort_by in PrettyListingJack Nagel
2014-07-01Flesh out linking testsJack Nagel
2014-06-30Remove default argument from make_relative_symlinkJack Nagel
2014-06-30Pass the mode through the optlink methodJack Nagel
2014-06-30Simplify optlink methodJack Nagel
2014-06-30Add tests around opt linksJack Nagel
2014-06-30Use formula opt shortcutsJack Nagel
2014-06-30Add methods for manipulating the opt recordJack Nagel
2014-06-30Store the opt record so we don't have to keep reconstructing itJack Nagel
2014-06-30Group methods that operate on the linked keg recordJack Nagel
2014-06-30Add a method for getting the repo HEADJack Nagel
2014-06-30Fix tab testsJack Nagel
2014-06-30Use 1.8 has syntaxJack Nagel
2014-06-29Don't mutate the tab objectJack Nagel
2014-06-29Remove explicit selfJack Nagel
2014-06-29Test that the tab round-trips through JSONJack Nagel
2014-06-29Fix typo in tab test setupJack Nagel
2014-06-29Normalize paths before calling Tab.from_fileJack Nagel
2014-06-29Add tests documenting install receipt loading behaviorJack Nagel
2014-06-29Remove test that is now covered by tab testsJack Nagel
2014-06-29explicitly initialize stdlibJack Nagel
2014-06-29Get the Tab class under testJack Nagel
2014-06-28Use TEST_SHA1 constant in checksum testsJack Nagel
2014-06-28Implement directory? on kegJack Nagel
2014-06-28gist-logs: 1.8 compatJack Nagel
2014-06-28gist-logs: fix up encoding before passing the response body to OkJsonJack Nagel
2014-06-27Convert update report to use compositionJack Nagel
2014-06-27Simplify valid_formula_location? methodJack Nagel
2014-06-27Use the keg object to manipulate the linked keg recordJack Nagel
2014-06-27Give more detailed information about link errors at install-timeJack Nagel
2014-06-27Disable "ignore" and "irb" debugger options unless we have a continuationJack Nagel
2014-06-27Convert to pathname before calling relative_path_fromJack Nagel
2014-06-26Use canonical_name in the exception messageJack Nagel
2014-06-26Use canonical_name when checking LinkedKegs and optJack Nagel
2014-06-26The rack variable is only used inside the block nowJack Nagel
2014-06-26Remove a dead branch from ARGV.kegsJack Nagel
2014-06-26Simplify NoSuchKegError conditionJack Nagel
2014-06-26Keg no longer inherits from PathnameJack Nagel
2014-06-26Give Keg#link_dir parameter a more descriptive nameJack Nagel
2014-06-26Fix keg method visibilityJack Nagel