MacOS::Version: add :tiger
This commit is contained in:
parent
bf935a1fa5
commit
5d48f46178
@ -8,6 +8,7 @@ module MacOS
|
|||||||
when :lion then 10.7
|
when :lion then 10.7
|
||||||
when :snow_leopard then 10.6
|
when :snow_leopard then 10.6
|
||||||
when :leopard then 10.5
|
when :leopard then 10.5
|
||||||
|
when :tiger then 10.4
|
||||||
else other.to_s
|
else other.to_s
|
||||||
end
|
end
|
||||||
super(Version.new(v))
|
super(Version.new(v))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user