Remove attr_rw for CompilerFailure version attribute

This reverts commit 7db9ef9650a44ef8155bf66efd88703e580057b0.
This commit is contained in:
Misty De Meo 2013-09-01 22:37:03 -07:00
parent ca3ed1e5ff
commit e92fa147b3

View File

@ -10,7 +10,7 @@ end
class CompilerFailure class CompilerFailure
attr_reader :compiler, :version attr_reader :compiler, :version
attr_rw :build, :version, :cause attr_rw :build, :cause
def initialize compiler, &block def initialize compiler, &block
# Non-Apple compilers are in the format fails_with compiler => version # Non-Apple compilers are in the format fails_with compiler => version