aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2013-04-13Run `tap --repair` as part of `prune`Jack Nagel
And by extension, `cleanup`. Fixes Homebrew/homebrew#18658.
2013-04-13Clean up checksum verification testsJack Nagel
2013-04-13Document brew --envJack Nagel
Closes Homebrew/homebrew#19083.
2013-04-13Document --env=stdJack Nagel
2013-04-13Document brew link --forceJack Nagel
2013-04-12doctor: 'raring' => 'ready'Jack Nagel
It was pointed out that 'raring' is a rare word can be confusing to non-native speakers. Closes Homebrew/homebrew#18659, see that for details.
2013-04-12doctor: consolidate directory access checksJack Nagel
Also include a writability check for lib. Closes Homebrew/homebrew#18571.
2013-04-11Make brew services use the correct filenameChad Catlett
Closes Homebrew/homebrew#19050. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11versions: work for tapped formulaeJiang Xin
brew versions is hardcoded to cd to HOMEBREW_REPOSITORY before running git, and as such fails to report previous versions for any formulae from a tapped repository. Add two new private methods repository and entry_name to replace the hardcoded HOMEBREW_REPOSITORY and formula path, and brew versions work for both builtin and tapped formulae. Closes Homebrew/homebrew#12356. Closes Homebrew/homebrew#19069. Reported-by: Misty De Meo <mistydemeo@gmail.com> Suggested-by: Jack Nagel <jacknagel@gmail.com> Signed-off-by: Jiang Xin <worldhello.net@gmail.com> Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11doctor: suggest `brew update` in outdated warningGeoff Petrie
Closes Homebrew/homebrew#19106. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-11Add tap --repair to bash completion scriptRobson Peixoto
Closes Homebrew/homebrew#19113. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-04-10Eliminate test_bucketJack Nagel
Most of the behavior tested here is now tested elsewhere. Move the remaining useful tests to better places.
2013-04-10More comprehensive tests for Pathname extensionJack Nagel
2013-04-10link: eliminate naked rescueJack Nagel
2013-04-10Make test formulae initializers more flexibleJack Nagel
2013-04-10Move formula equality tests out of test_bucketJack Nagel
2013-04-10Remove last use of deprecated Formula#recursive_depsJack Nagel
Fixes Homebrew/homebrew#19107.
2013-04-09Check existence rather than rescue exceptionsJack Nagel
2013-04-09Simplify these testsJack Nagel
2013-04-09Fix man page formattingJack Nagel
2013-04-09Add `brew sh` to the manpageMax Howell
2013-04-09Add an alias to gmake in superenvMax Howell
I had a luarock explicitly look ONLY for gmake, FFS. This should be safe.
2013-04-08SubversionDownloadStrategy: *really* fix pathname concatenationJack Nagel
2013-04-08SubversionDownloadStrategy: fix pathname concatenationJack Nagel
Fixes Homebrew/homebrew#19066.
2013-04-08Clean up mirror support testJack Nagel
2013-04-08Fix argument order in test_comparablesetJack Nagel
2013-04-08Fix specs in TestBallJack Nagel
2013-04-08Tests for SoftwareSpec and subclassesJack Nagel
2013-04-08Ensure ARGV is cleaned upJack Nagel
2013-04-08Remove dead codeJack Nagel
This is initialized in #initialize.
2013-04-07Clean up some things in test_bucketJack Nagel
2013-04-07Simplify testsJack Nagel
2013-04-07Define RUBY_PATH for testsJack Nagel
2013-04-07test_patching: inline test classesJack Nagel
2013-04-07Isolate ARGV extension testsJack Nagel
2013-04-07Delete pointless testJack Nagel
2013-04-07Download strategies require a usable nameJack Nagel
We should handle this case in some predictable way, but until we do, let's raise a more appropriate exception. It would also be good to get rid of the duplication here.
2013-04-07Tests for AbstractDownloadStrategyJack Nagel
2013-04-07Unify indentation of access modifiersJack Nagel
These are class method calls, not some special keyword, and should be indented as such (also all standard Ruby indenters do this).
2013-04-07Tests for Checksum classJack Nagel
2013-04-07MacCPUs: add .avx? helperMisty De Meo
2013-04-06audit: clean up some regexpsJack Nagel
2013-04-06audit: check build-time deps programmaticallyJack Nagel
2013-04-06audit: rescue only FormulaUnavailableErrorJack Nagel
2013-04-06audit: clean up URL auditsJack Nagel
2013-04-06mxcl.github.com/homebrew => brew.shJack Nagel
2013-04-06brew audit: find *.github.com pagesJaime Marquínez Ferrándiz
And suggest changing them to *.github.io Closes Homebrew/homebrew#19012. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-06Replace literal paths to ruby with RUBY_PATHJack Nagel
2013-04-06Fix another handful of warningsJack Nagel
2013-04-05FormulaLock: fix uninitialized ivarJack Nagel