aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2014-06-18Fix `brew test` when conflicting minitest gems are installedJack Nagel
2014-06-18Combine Homebrew module declarations in testing_envJack Nagel
2014-06-18Make sure compatible gem versions are installedJack Nagel
2014-06-18Use assert_silentJack Nagel
2014-06-18Use assert_includesJack Nagel
2014-06-18Use assert_predicateJack Nagel
2014-06-18Switch to MinitestJack Nagel
2014-06-18Move test helpers into Homebrew::TestCaseJack Nagel
2014-06-18Use a custom test class so we can avoid monkeypatchingJack Nagel
2014-06-18bottle: cd to the repository before committingJack Nagel
2014-06-18Expose inreplace as a class methodJack Nagel
2014-06-17Modified tap regex to support formulas with a +-sign, e.g. gtk+.rbMarc Sowen
Fixes #30204. Closes #30217. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-17Use Pathname#subdirsJack Nagel
2014-06-17Add explicit mkpath to Pathname#write_env_scriptJack Nagel
2014-06-17Add explicit mkpath to Pathname#write_jar_scriptJack Nagel
2014-06-17Add explicit mkpath to Pathname#write_exec_scriptJack Nagel
2014-06-17Make signature of Pathname#write compatible with Ruby 2.1+Jack Nagel
2014-06-17connect: redact formula, move to boneyard.Mike McQuaid
Closes #30028.
2014-06-17Fix retry condition when auto-tapping depsJack Nagel
Fixes #30212.
2014-06-16Move aplus to the boneyardAdam Vandenberg
Does not compile with modern compilers and has not been updated since 2008. Closes #30040.
2014-06-16Move head-only checks to cmd/installJack Nagel
Fixes #30084. Closes #30203.
2014-06-16Combine conditionalsJack Nagel
2014-06-16Place alias adjacent to aliased methodJack Nagel
2014-06-16Remove unused method aliasJack Nagel
Unlike CompilerFailure, the interface of Compiler is entirely internal, so we don't need to maintain compatibility with anything.
2014-06-16Don't load unused compat files for testsJack Nagel
2014-06-16Remove compat/brewkitJack Nagel
Formulae from the "brewkit" era are no longer compatible with the Formula class. This file was (unintentionally) removed from the $LOAD_PATH quite a while ago, and nobody has complained, so remove it.
2014-06-16Remove an internal method from compatJack Nagel
2014-06-16install: move requires to top of fileJack Nagel
2014-06-15Remove an unnecessary use of ARGV.build_head?Jack Nagel
2014-06-15Fix audit suggestionJack Nagel
2014-06-15Handle illegal constant names when fetching remote formulaeJack Nagel
2014-06-15readall: fix permissionsAdam Vandenberg
2014-06-15Migrate readallAdam Vandenberg
2014-06-14Revert "Only do formula class sanity checks once"Jack Nagel
This reverts commit ace78b1f3a59a893c7068e485555acf792470080. Fixes #30154.
2014-06-14Remove cloudfoundry-cliBen Hale
This change removes the cloudfoundry-cli formula from the repository. It will now be available from pivotal/tap tap. Closes #30105. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-13Only define intel family test on intel CPUJack Nagel
2014-06-12Always pass path to formula constructorJack Nagel
2014-06-12Make compiler objects directlyJack Nagel
2014-06-12No need to send, just call the methodJack Nagel
2014-06-12Handle failures in temporary_install betterJack Nagel
2014-06-12Remove repeated test codeJack Nagel
2014-06-12Support older Minitest constantJack Nagel
2014-06-12Always expand __FILE__Jack Nagel
2014-06-12Always pass a path to formula constructor in testsJack Nagel
2014-06-12Move a test class that is only used once into the testJack Nagel
2014-06-12Remove an extra slash in file:// URLs in testsJack Nagel
2014-06-12Use example.com as domain in testsJack Nagel
2014-06-12Remove dummy methodJack Nagel
2014-06-12Prefer self.class.name to self.class.to_sJack Nagel
2014-06-12Remove a const_defined? checkJack Nagel