aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorilovezfs2016-07-29 22:49:56 -0700
committerilovezfs2016-07-29 23:12:13 -0700
commit19a77c816ebb66301b7a74fea513245043ba5aae (patch)
treed8114093f05d7905e1b0e06933ad2c299e83e5ef /Library
parentbc5b9c1e976121af04f8c80dc8794af96e0a1ae5 (diff)
downloadbrew-19a77c816ebb66301b7a74fea513245043ba5aae.tar.bz2
formula_versions: ignore FormulaMethodDeprecatedError
old formula revisions have deprecated elements such as sha1 checksums Closes #605. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
Diffstat (limited to 'Library')
-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 a60242d85..de285b642 100644
--- a/Library/Homebrew/formula_versions.rb
+++ b/Library/Homebrew/formula_versions.rb
@@ -4,7 +4,7 @@ class FormulaVersions
IGNORED_EXCEPTIONS = [
ArgumentError, NameError, SyntaxError, TypeError,
FormulaSpecificationError, FormulaValidationError,
- ErrorDuringExecution, LoadError
+ ErrorDuringExecution, LoadError, FormulaMethodDeprecatedError
]
attr_reader :name, :path, :repository, :entry_name