Add yosemite to mac versions

Closes Homebrew/homebrew#29823.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Andy Blyler 2014-06-03 13:27:57 -04:00 committed by Jack Nagel
parent d3e19b1504
commit 6bbe82062e

View File

@ -4,6 +4,7 @@ module OS
module Mac module Mac
class Version < ::Version class Version < ::Version
SYMBOLS = { SYMBOLS = {
:yosemite => '10.10',
:mavericks => '10.9', :mavericks => '10.9',
:mountain_lion => '10.8', :mountain_lion => '10.8',
:lion => '10.7', :lion => '10.7',