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 | acee7d04db876ef6f7bd5d40bc9ec8253dbe0851 (patch) | |
| tree | eb933d7a32b3f730de0466e55f6f11b8802cba8b /Library/Homebrew/compilers.rb | |
| parent | 7db9ef9650a44ef8155bf66efd88703e580057b0 (diff) | |
| download | homebrew-acee7d04db876ef6f7bd5d40bc9ec8253dbe0851.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 | 
