os/mac: add outdated_release? method.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
6826cd68da
commit
7076ed890a
@ -28,6 +28,11 @@ module OS
|
|||||||
version >= "10.12"
|
version >= "10.12"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def outdated_release?
|
||||||
|
# TODO: bump version when new OS is released
|
||||||
|
version < "10.9"
|
||||||
|
end
|
||||||
|
|
||||||
def cat
|
def cat
|
||||||
version.to_sym
|
version.to_sym
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user