From 4e3dcd501607074c50f0296cd07c51aac019fb60 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 4 Feb 2013 14:42:37 -0600 Subject: Xcode.version: return dunno as a string and not a symbol --- Library/Homebrew/macos/xcode.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Homebrew/macos/xcode.rb') diff --git a/Library/Homebrew/macos/xcode.rb b/Library/Homebrew/macos/xcode.rb index 28e825261..0bb68636a 100644 --- a/Library/Homebrew/macos/xcode.rb +++ b/Library/Homebrew/macos/xcode.rb @@ -109,7 +109,7 @@ module MacOS::Xcode extend self "4.0" else case (MacOS.clang_version.to_f * 10).to_i - when 0 then :dunno + when 0 then "dunno" when 1..14 then "3.2.2" when 15 then "3.2.4" when 16 then "3.2.5" -- cgit v1.2.3