From ca3ed1e5ff3cb62cbd71dd31649bc71a7b536cf0 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Sun, 1 Sep 2013 21:26:30 -0700 Subject: CompilerFailure: specify attr_rw for version --- Library/Homebrew/compilers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/compilers.rb b/Library/Homebrew/compilers.rb index 8eb6d56fb..6343aa929 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, :cause + attr_rw :build, :version, :cause def initialize compiler, &block # Non-Apple compilers are in the format fails_with compiler => version -- cgit v1.2.3