diff options
| author | Misty De Meo | 2013-09-01 22:37:03 -0700 |
|---|---|---|
| committer | Misty De Meo | 2013-09-01 22:37:03 -0700 |
| commit | e92fa147b3eae234b374538f3aed5205586a0ccf (patch) | |
| tree | e978f04fe68abd999e672754eeecad1d63097e7a /Library/Homebrew/compilers.rb | |
| parent | ca3ed1e5ff3cb62cbd71dd31649bc71a7b536cf0 (diff) | |
| download | brew-e92fa147b3eae234b374538f3aed5205586a0ccf.tar.bz2 | |
Remove attr_rw for CompilerFailure version attribute
This reverts commit 7db9ef9650a44ef8155bf66efd88703e580057b0.
Diffstat (limited to 'Library/Homebrew/compilers.rb')
| -rw-r--r-- | Library/Homebrew/compilers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/compilers.rb b/Library/Homebrew/compilers.rb index 6343aa929..8eb6d56fb 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 |
