From f7b71472fe139f6351af9871a889c78f9e13a1c5 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 22 Jun 2014 15:00:15 -0500 Subject: Move deprecated Formula class methods to compat These have all been moved to Formulary. --- Library/Homebrew/formula_versions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/formula_versions.rb') diff --git a/Library/Homebrew/formula_versions.rb b/Library/Homebrew/formula_versions.rb index bc60ee979..36c31bd4b 100644 --- a/Library/Homebrew/formula_versions.rb +++ b/Library/Homebrew/formula_versions.rb @@ -60,7 +60,7 @@ class FormulaVersions begin old_const = Formulary.unload_formula(f.name) - nostdout { yield Formula.factory(path.to_s) } + nostdout { yield Formulary.factory(path.to_s) } rescue *IGNORED_EXCEPTIONS => e # We rescue these so that we can skip bad versions and # continue walking the history -- cgit v1.2.3