aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula_versions.rb
diff options
context:
space:
mode:
authorJack Nagel2014-06-22 15:00:15 -0500
committerJack Nagel2014-06-22 15:03:17 -0500
commitf7b71472fe139f6351af9871a889c78f9e13a1c5 (patch)
treebaed819539e34ad9d6e1197b4591848708948bb2 /Library/Homebrew/formula_versions.rb
parent5cf83594155571ca67a85839d5c2cacc77fee4ea (diff)
downloadhomebrew-f7b71472fe139f6351af9871a889c78f9e13a1c5.tar.bz2
Move deprecated Formula class methods to compat
These have all been moved to Formulary.
Diffstat (limited to 'Library/Homebrew/formula_versions.rb')
-rw-r--r--Library/Homebrew/formula_versions.rb2
1 files changed, 1 insertions, 1 deletions
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