Skip to content
Snippets Groups Projects
Commit 5d48f461 authored by Misty De Meo's avatar Misty De Meo
Browse files

MacOS::Version: add :tiger

parent bf935a1f
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ module MacOS
when :lion then 10.7
when :snow_leopard then 10.6
when :leopard then 10.5
when :tiger then 10.4
else other.to_s
end
super(Version.new(v))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment