From e92fa147b3eae234b374538f3aed5205586a0ccf Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Sun, 1 Sep 2013 22:37:03 -0700 Subject: [PATCH] Remove attr_rw for CompilerFailure version attribute This reverts commit 7db9ef9650a44ef8155bf66efd88703e580057b0. --- Library/Homebrew/compilers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/compilers.rb b/Library/Homebrew/compilers.rb index 6343aa929d..8eb6d56fb7 100644 --- a/Library/Homebrew/compilers.rb +++ b/Library/Homebrew/compilers.rb @@ -10,7 +10,7 @@ end class CompilerFailure attr_reader :compiler, :version - attr_rw :build, :version, :cause + attr_rw :build, :cause def initialize compiler, &block # Non-Apple compilers are in the format fails_with compiler => version