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