class we use for comparing the versions
# File lib/foreman_maintain/concerns/system_helpers.rb, line 24 def build segments[2] end
# File lib/foreman_maintain/concerns/system_helpers.rb, line 16 def major segments[0] end
# File lib/foreman_maintain/concerns/system_helpers.rb, line 20 def minor segments[1] end